Re: [exim] log_selector and SMTP authentication

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jeremy Harris
Datum:  
To: exim-users
Betreff: Re: [exim] log_selector and SMTP authentication
On 05/03/16 16:21, Luciano Rinetti wrote:
> looking at the log file "mainlog" in my server,
> i see some messages are reporting A=plain and others A=login.


You obviously have a working authenticator called "login", but:

> I uncomment the "server_set_id = $1" in the following section:
>
> # LOGIN authenticator
> #login:
> #  driver = plaintext
> #  public_name = LOGIN
> #  server_prompts = Username:: : Password::
> #  server_condition = ${extract {address}
> {${readsocket{AUTHDAEMON_SOCKET} \
> #    {AUTH ${strlen:exim\nlogin\n$1\n$2\n}\nexim\nlogin\n$1\n$2\n} }}
> {yes} fail}
> server_set_id = $1


... with most of that commented out, it is not that one.

--
Jeremy