Change outgoing ip number

RichardF

Verified User
Joined
Jul 5, 2005
Messages
59
Location
Netherlands
We have a problem with microsoft. Hotmail blocks our ip nr for what reason that may be.

At this moment I am mailing with MS why that is. In the mean time I'd like to send mail from an other ip nr on the DA server that not has been blocked.

So my question is, how can I change that the mailserver (Exim)
< from apache by domainname with local (Exim 4.52)>
sends with an other ip nr, without changing the main server number.

Kind Regards,

Richard
 
yes

you put in your exim.conf this :

interface = yournewip

exemple :

interface = 69.69.69.69

put it after this line : driver = smtp
 
Back
Top