How to change default IP for Exim
Wednesday, July 29th, 2009To configure exim to send mail using a different IP other than the main shared IP.
vi /etc/exim.conf
Search for the following lines in /etc/exim.conf
remote_smtp:
driver = smtp
add the following line ,
interface = IPhere
and restart exim.
This would be helpful when your Main IP is blocked by RBL/CRL/AOL.









