by admin | Aug 10, 2014 | Mail service, 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...
by admin | Jul 26, 2014 | cPanel/WHM, Mail service
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...
by admin | Jul 10, 2014 | Mail service, Servers
# /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...
by admin | Jun 9, 2014 | cPanel/WHM, Mail service
Mail servers are exploited a lot these days to flood out spam mails from the ones which have been compromised. Securing your mail service is very much important. There are some tweaks which can be carried out from WHM panel. –> In Home >> Server...