Re: [Exim] smtp auth

Top Pagina
Delete this message
Reply to this message
Auteur: René Küttner
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] smtp auth
ketvin <ketvin@???> wrote:


> is there any way like
>
> EHLO
> AUTH <login> <password>
> MAIL from: <...>
> RCPT to: <...>
>


Yes. See 32.3 in the Exim4 specification on how to create the authentication
data.

> [..]