Remove Q-mail queue
/etc/init.d/qmail stop
qmail-remove -r -p "viagra" -i -v
qmail-remove -r -p "bounce" -i -v
qmail-remove -r -p "mailer-daemon" -i -v
qmail-remove -r -p "*****spam****" -i -v
qmail-remove -r -p "online-banking" -i -v
qmail-remove -r -p "from unknown" -i -v
/etc/init.d/qmail start
/var/qmail/bin/qmail-qstat
Qmail - Authentication Issues
pico /var/qmail/mailnames/yourdomain.com/.qmail-support
Enter:
| /home/httpd/vhosts/domain/subdomains/mail/hivemail_process.php
Save file and restart qmail:
/etc/init.d/qmail restart
Also, qmail requires executable permissions to execute the pipe script and subdomains are set up with 750 so:
chmod 755 /home/httpd/vhosts/domain/subdomains/mail
Also note that the "support" mailname that you have just created directly in qmail must NOT be setup in Plesk. Do all that and it will work guaranteed. If you have problems, send an email and then grep the maillog.
GRANT ALL ON *.* TO 'pma_tlfFqGPVEiyu'@'localhost' identified by 'kaleMALE1245';
pma_tlfFqGPVEiyu
pma_tlfFqGPVEiyu'@'localhost
Spam
http://kb.parallels.com/article_22_766_en.html
http://forum.parallels.com/pda/index.php/t-82043.html
http://kb.parallels.com/en/1394
http://kb.parallels.com/en/1414
Force Qmail to process
force Qmail to process mail that is staying in queue, send ALRM signal to the qmail-send process, and Qmail will try to send all messages from the queue immediately:
kill -ALRM `ps ax | grep qmail-send | grep -v grep | awk '{print $1}'`
To test Spamassassin it is necessary to send a test mail containing the following string of characters (in upper case and with no white spaces and line breaks):
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X
Note: Test mail must be sent from an account outside of your network.
Qmail Remove
http://www.debianhelp.co.uk/qmailqueue.htm
Remove q-mail completely
http://forum.qmailrocks.org/archive/index.php/t-2909.html