
Remove all messages from the Exim queue
exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh This command will definately get the job done. It will list all the …
exim -bp | awk ‘/^ *[0-9]+[mhd]/{print “exim -Mrm ” $3}’ | sh This command will definately get the job done. It will list all the …
The easiest way to do this, would be to modify /etc/mail/spamassassin and set the trusted_networks setting. You should include localhost, and either your servers IP, …
This parameter can be changed in Qmail’s control directory. The default setting is to keep attempting to send an email for 7 days. The parameter …
This section defines HOWTO configure a Sender Policy Framework (SPF) record for a domain and its mail servers. Briefly the design intent of the SPF …
Exim is recommended and supported MTA for use with the @Mail application, as it includes additional functionality, including MySQL database lookups, which enhance the efficiency …
Solution qmHandle, a perl script which gives you greater functionality – allows you to view and manage the ‘qmail’ message queue. It can be install …