Cannot change outgoing Exim IP
-
- Posts: 1
- Joined: Fri Apr 17, 2015 12:32 pm
Cannot change outgoing Exim IP
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!!
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
Original
Change to
Check / recheck config one more or two times.
Code: Select all
remote_smtp:
driver = smtp
Code: Select all
remote_smtp:
driver = smtp
interface = 1.2.3.4