Re: [Exim] smtp auth

Top Page
Delete this message
Reply to this message
Author: René Küttner
Date:  
To: exim-users
Subject: 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.

> [..]