Hi all,

How do we set up Exim (Exim 4) to use a remote smtp server (i.e, AUTH,ROUTERSTART,TRANSPORTSTART)?


Section: AUTH
login:
driver = plaintext
public_name = LOGIN
client_send = ": username : password"


Section: ROUTERSTART
send_to_smart_host:
driver = manualroute
route_list = !+local_domains hostname
transport = remote_smtp


Section: TRANSPORTSTART
remote_smtp_over_ssh:
driver = smtp
port = 2525
hosts_require_auth = hostname


Regards,
Hal

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to