I know I can change the IP address that exim uses to send mail by changing the following in my exim.conf
remote_smtp:
driver = smtp
to:
remote_smtp:
driver = smtp
interface = 123.123.123.123
But the problem is that the change gets overwritten with cpanel updates. So I had been using the following solution, which worked perfect until I upgraded to cpanel 11
http://forums.cpanel.net/showpost.php?p=181360&postcount=15
Why does the above solution no longer work? Is there another way to change the outbound IP for exim from within the configuration editor in WHM so it does not get overwritten?
remote_smtp:
driver = smtp
to:
remote_smtp:
driver = smtp
interface = 123.123.123.123
But the problem is that the change gets overwritten with cpanel updates. So I had been using the following solution, which worked perfect until I upgraded to cpanel 11
http://forums.cpanel.net/showpost.php?p=181360&postcount=15
Why does the above solution no longer work? Is there another way to change the outbound IP for exim from within the configuration editor in WHM so it does not get overwritten?