Skip to content

Instantly share code, notes, and snippets.

@santiazpi
Forked from AlexPashley/pleskCommands.sh
Created January 9, 2018 03:58
Show Gist options
  • Save santiazpi/0e4599a95a2693b62c44def89d623e3a to your computer and use it in GitHub Desktop.
Save santiazpi/0e4599a95a2693b62c44def89d623e3a to your computer and use it in GitHub Desktop.
PLESK: Useful PLESK common commands
# USEFUL PLESK COMMANDS
# restart plesk
/etc/init.d/psa restart
# reload plesk configs (useful for vhost.conf)
/usr/local/psa/admin/sbin/websrvmng -a -v
# restart qmail
service qmail restart
# plesk qmail log
tail -f /usr/local/psa/var/log/maillog
# plesk qmail user passwords
/usr/local/psa/admin/sbin/mail_auth_view
# plesk qmail filter users
/usr/local/psa/bin/mail.sh -i user@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment