Re: [Exim] Redirecting to an external SMTP requiring SMTP AU…

Top Page
Delete this message
Reply to this message
Author: Andreas Metzler
Date:  
To: exim-users
Subject: Re: [Exim] Redirecting to an external SMTP requiring SMTP AUTH
On Wed, Oct 29, 2003 at 08:10:14AM -0200, Rodrigo Barbosa wrote:
> first post on this list, so don't be too hard on me.


Ok.

> I have a somewhat simple problem, but I'm unable to find
> anything about it either on the web (google) or on the
> list (I did search for it :(). I do think I has been
> answered before. I was just unable to find it.


> I need to redirect all my outgoing e-mail to another
> SMTP server (smart relay). But, the catch is that this
> smart relay host requires authentication (SMTP AUTH).


#router
smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * smart.relay
host_find_failed = defer
same_domain_copy_routing = yes
no_more

#transport
remote_smtp:
driver = smtp
hosts_try_auth = smart.relay

#auth
#see spec.txt, there are examples in it.

> Any clues for me ? Any pointer to a previous answer on
> this ?


Check exim's reference documenation, spec.txt.
              cu andreas