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 [...]
Archive for the ‘exim’ Category
Change the IP Exim uses to send emails for a certain (sub)domain
Posted: 27th March 2010 by Valkyrka in cpanel, email, exim0
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 [...]