remote smtp error

Faraz4u

New member
Joined
Jan 21, 2017
Messages
1
Hello
I need exim to send all outbound email through a remote mail server
https://help.directadmin.com/item.php?id=153


Code:
smart_route:
     driver = manualroute
     domains = ! +local_domains
     ignore_target_hosts = 127.0.0.0/8
     condition = "${perl{check_limits}}"
     transport = auth_relay
     route_list = * smtp.xxx.com
     no_more
auth_relay:
     driver = smtp
     port = 25
     hosts_require_auth = $host_address
     hosts_require_tls = $host_address
auth_login:
     driver = plaintext
     public_name = LOGIN
     hide client_send = : [email protected] : xxxxx

after restart exim , exim not start and show this error :

2017-01-21 15:09:06 Exim configuration error in line 533 of /etc/exim.conf:
router auth_relay: cannot find router driver "smtp"

please help me
 
Back
Top