Archive for the ‘exim’ Category

If you want to configure Exim to use a certain IP for sending emails for a specific domain, the file /etc/mailips would need to be edited. Its structure has to be like the following: After this has been done, restart Exim so that the new changes take effect : The entry *: 1.2.3.4 means that [...]

Force email queue delivery on Exim

Posted: 22nd March 2010 by Valkyrka in email, exim

Often, due to various reasons, emails get stuck in the queue. As such, sometimes you find yourself in the need of forcing a queue delivery. On Exim, this can be simply achieved by running the following 'one-liner' command : To list the number of emails in your queue for an Exim mailserver, you may run [...]