Clear Qmail queue – Plesk

In order to clear the Qmail queue, initiate the following commands from shell : # service qmail stop # find /var/qmail/queue/mess -type f -exec rm {} \; # find /var/qmail/queue/info -type f -exec rm {} \; # find /var/qmail/queue/local -type f -exec rm {} \; # find...

Changing the Exim interface IP

In order to change the exim interface IP, do the following : -SSH to your server and edit the file – /etc/mailips : This file controls the IP address from which each domains are allowed to send the mails. If the file is not present, create it. Open the file for...

Exim cheatlist

# /var/log/exim_paniclog : info abt the exim program itself. # /var/log/exim_mainlog : logs every single mail transaction. # /var/log/exim_rejectlog : This logs delivery rejections. # exim -bp : shows mails on the queue # exim -bpc :This option counts the number of...