LinuxHelps.com

A blog for Linux Lovers.

3
Mar 2009
Change Exim Interface IP Address
Posted in Exim by sibu at 2:36 pm |

We can change exim incoming and outgoing exim mail server IPs.

Inside both incoming and outgoing exim mail server you will need to add an interface :
so just edit

pico /etc/exim_outgoing.conf

and

pico /etc/exim.conf

find
remote_smtp:
driver = smtp

and add interface = new IP address

example as shown below:

________________________
remote_smtp:
driver = smtp
interface = 22.22.22.22

_________________________

If there is an exim update when you upgrade your cpanel server you will need to re-enter the interface again.


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply