This is what I have now:
<span style='font-size:8pt;line-height:100%'>
######################################################################
begin routers
### This router causes all non-local addresses to be sent to the single host
### smtp.your.isp
### IF your isp blocks OUTGOING smtp connections (i.e. connections to port 25
### on machines which are not your IPS's mail server) you will *have* to use
### this setting to be able to send external mail. This MUST be the first router
smart_route:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_list = * mail.earthlink.net
begin transports
# This transport is used for delivering messages over SMTP connections.
remote_smtp:
driver = smtp
hosts_require_auth = mail.earthlink.net
</span>
Is that not correct?
[EDIT]
I looked at the link you posted, but it wasn't much help as the information on SMTP auth was a bit above my head. I wouldn't know how to choose a specific way to go, not to mention being able to compile a custom copy of exim for freesco..
