Page 1 of 1

Cannot change outgoing Exim IP

Posted: Fri Apr 17, 2015 12:36 pm
by Projectpop
I know that to change outgoing exim ip, you edit /etc/exim/exim.conf

And put interface = ip Under remote_smtp, however upon saving and restarting exim, IP does not change and still use main IP to send.

Any idea where have I went wrong?

Thanks all!!

Re: Cannot change outgoing Exim IP

Posted: Sun Apr 19, 2015 8:19 pm
by skurudo
Original

Code: Select all

remote_smtp:
  driver = smtp
Change to

Code: Select all

remote_smtp:
  driver = smtp
  interface = 1.2.3.4
Check / recheck config one more or two times.