Tuesday, August 08, 2006

changing mailserver ip exim

Inside both incoming and outgoing you will need to add an interface like so:

find
remote_smtp:
driver = smtp

inside:
/etc/exim_outgoing.conf
/etc/exim.conf

and add interface = ip.you.want.to.use

example as shown below:

________________________
remote_smtp:
driver = smtp
interface = 22.22.22.22
_________________________

IP needs to be on server in order for this to work

save and restart exim

0 Comments:

Post a Comment

<< Home