Re: [Exim] smtp auth

Inizio della pagina
Delete this message
Reply to this message
Autore: René Küttner
Data:  
To: exim-users
Oggetto: 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.

> [..]