|
General / Various : M8ty
Just a place to put things until they can be sorted into categories
Location of the mail log on a plesk server
The plesk servers I am using all use qmail. The mail log is in /usr/local/psa/var/log/maillog and to monitor the mail log use the following command from the console:
tail -f /usr/local/psa/var/log/maillog stopping and starting the mail service on a Plesk Server
service qmail stop
service qmail start service qmail status |