-
-
Save santiazpi/0e4599a95a2693b62c44def89d623e3a to your computer and use it in GitHub Desktop.
PLESK: Useful PLESK common commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment