Category: QMAIL

  • How to fix corrupted mails on queue in qmail or qmailtoaster.

    Step 1. Download qfixq. wget http://qmail.jms1.net/scripts/qfixq Step 2. Change the file permission. chmod 700 qfixq Step 3. Stop qmail service. /etc/init.d/qmail stop Step 4. Run the script. ./qfixq After running it the first time to see what it’s going to do, you should run it a second time, in “live mode”. This will do the…

  • Create Email address in Plesk 11 via terminal

    /usr/local/psa/bin/mail –create choi@webserverpage.com -passwd ‘mypassword’ -mailbox true or /usr/local/psa/bin/mail -c choi@webserverpage.com -mailbox true -passwd_type plain -passwd ‘mypassword’ -status enabled

  • Qmail view user email address information including the password.

    /home/vpopmail/bin/vuserinfo choi@webserverpage.com