Hi,
I have setup a remote relay to send emails due to several problems with emails in junk folders etc. As such I wish to use an remote SMTP service which specialise in these things.
I've set it up and it seems to be working correctly, see setting below.
Is there anyway to setup e-mails to specific domains and/or local email accounts to NOT use the remote smtp server and just use "inbuilt" one so to speak? Should the code be in the "MIDDLE" sections instead of "START" sections or how does it work?
Any help is much appreciated.
Exim Settings:
ROUTERSTART:
mandrill_route:
driver = manualroute
transport = domain_relay
route_list = * smtp.domain.com
TRANSPORTSTART
mandrill_relay:
driver = smtp
port = 587
hosts_require_auth = $host_address
hosts_require_tls = $host_address
And there's also on for AUTH but no need to put that in here.
I have setup a remote relay to send emails due to several problems with emails in junk folders etc. As such I wish to use an remote SMTP service which specialise in these things.
I've set it up and it seems to be working correctly, see setting below.
Is there anyway to setup e-mails to specific domains and/or local email accounts to NOT use the remote smtp server and just use "inbuilt" one so to speak? Should the code be in the "MIDDLE" sections instead of "START" sections or how does it work?
Any help is much appreciated.
Exim Settings:
ROUTERSTART:
mandrill_route:
driver = manualroute
transport = domain_relay
route_list = * smtp.domain.com
TRANSPORTSTART
mandrill_relay:
driver = smtp
port = 587
hosts_require_auth = $host_address
hosts_require_tls = $host_address
And there's also on for AUTH but no need to put that in here.