Posted by sibu on March 3, 2009
Change Exim Interface IP Address
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.
Add A Comment