Skip to content

Instantly share code, notes, and snippets.

@AlexPashley
Last active October 22, 2019 23:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save AlexPashley/5922648 to your computer and use it in GitHub Desktop.
Save AlexPashley/5922648 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