PDA

View Full Version : How-To: Tips for Plesk's Mail Server Qmail


Carlos Camacho
05-31-2005, 08:34 PM
This post will contain tips, tricks, & advice on managing the mail server that comes with Plesk, Qmail. You can post your info, and I will edit the 2nd post so that all community knowledge appears at the top of this thread. (Again, this is for providing answers, and NOT for asking questions -- use another thread.)

Carlos Camacho
05-31-2005, 08:41 PM
Q. Where is the mail spool / POP accounts located in Plesk for Linux?
A. Issue the following command:
cd /var/qmail/mailnames/
That will place you in the directory with all your domains. You can then CD into the domain you want to review. Once inside the domain directory, all accounts will be shown is you type:
ls -l

Q. How do I monitor the qmail's mail log?
A. Issue the following command:
tail -f /usr/local/psa/var/log/maillog