Re: [Exim] smtp auth

Góra strony
Delete this message
Reply to this message
Autor: René Küttner
Data:  
Dla: exim-users
Temat: 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.

> [..]