+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
How to change mail server IP in exim
vi /etc/exim.conf
Find
remote_smtp:
driver = smtp
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, hopefully this will help


LinkBack URL
About LinkBacks



Reply With Quote