Re: [Exim] smtp auth with exim as client

Etusivu
Poista viesti
Vastaa
Lähettäjä: Andreas J Mueller
Päiväys:  
Vastaanottaja: Jonas Meurer
Kopio: exim-users
Aihe: Re: [Exim] smtp auth with exim as client
Hi Jonas!

> and at the end of the config:
> plain:
> [...]
> login:
> [...]
> cram_md5:
> [...]


You do not need to specify every authentication method if you want to
use Exim only as a client. Just choose the one that your relay server
supports. It doesn't hurt, though. :-)

> the authentification does not work. did I forget anything?


Specify "authenticate_hosts = mail.example.com" in the smtp transport
section. The Exim 4 equivalent option is named hosts_require_auth, if
you ever want to upgrade.

Andy

--
Andreas J. Mueller                            email: <andy@???>