Hi guys, help me please
I'm trying to configure Exim so that all emails are send via SMTP mandrillapp
I have edited in WHM/Exim Configuration Manager/Advance Editor
Section: AUTH
auth_login:
driver = plaintext
public_name = LOGIN
hide client_send = : myuser: mypass
Section: PREROUTERS
smart_route:
driver = manualroute
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
transport = auth_relay
route_list = * smtp.mandrillapp.com
no_more
Section: TRANSPORTSTART
auth_relay:
driver = smtp
port = 587
hosts_require_auth = $host_address
hosts_require_tls = $host_address
I have restarted the Exim service but still does not work.
What is the problem?
I'm trying to configure Exim so that all emails are send via SMTP mandrillapp
I have edited in WHM/Exim Configuration Manager/Advance Editor
Section: AUTH
auth_login:
driver = plaintext
public_name = LOGIN
hide client_send = : myuser: mypass
Section: PREROUTERS
smart_route:
driver = manualroute
domains = ! +local_domains
ignore_target_hosts = 127.0.0.0/8
transport = auth_relay
route_list = * smtp.mandrillapp.com
no_more
Section: TRANSPORTSTART
auth_relay:
driver = smtp
port = 587
hosts_require_auth = $host_address
hosts_require_tls = $host_address
I have restarted the Exim service but still does not work.
What is the problem?