Using MailGun as external mailserver for one domain

michielauerbach

New member
Joined
Jun 28, 2018
Messages
1
Hey guys,

My server IP has been blocked by Microsoft for some reason. I can not find a solution for it, but I can use my domain with mailgun. Is there a way to use one external SMTP server like mailgun for one domain?

I have been searching the fora/ google for this, but can not find a straight answer....
 
Hello,

Yes, it's possible. The general instructions can be found in internet with Google. To limit use of MailGun to only one domain you should update a line with

Code:
domains =

in MailGun Router.

I'd suggest that you use POST/PRE configs for this:

/etc/exim.authenticators.post.conf
/etc/exim.routers.pre.conf
/etc/exim.transports.pre.conf

instead of modifying /etc/exim.conf
 
Back
Top