SBDavid
May 22nd, 2009
May 22nd, 2009
Force exim to send email from a particular IP
Force exim to send email from a particular IP
If you need to change the IP that is used to send email out of your system, you can do so by editing your /etc/exim.conf
Change:
remote_smtp:
driver = smtp
driver = smtp
To the following below.
remote_smtp:
driver = smtp
interface = IP ADDRESS
driver = smtp
interface = IP ADDRESS
Where IP ADDRESS is the IP you want exim to use.