[exim] remote smtp server

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-users
Subject: [exim] remote smtp server
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