I am sorry for the mistake, the following is the real configuration in my exim4.conf file"

begin authenticators

plain:
      driver = plaintext
      server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
      public_name = PLAIN
      server_prompts = :
      server_condition = ${lookup pgsql{SELECT id FROM users \
                 WHERE id='${quote_pgsql:$2}' \
                 AND pwclear='${quote_pgsql:$3}'} {yes}{no}}


login:
      driver = plaintext
      server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
      public_name = LOGIN
      server_prompts = "Username:: : Password::"
      server_condition = ${lookup pgsql{SELECT id FROM users \
                 WHERE id='${quote_pgsql:$1}' \
                 AND pwclear='${quote_pgsql:$2}'} {yes}{no}}


On 2016-03-05 16:55, Jeremy Harris wrote:
> 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:
> >
>
> ... with most of that commented out, it is not that one.
>
> --
> Jeremy
>
>
>
>

--
Cordiali Saluti / Best Regards

Luciano Rinetti
[email protected]
Mob. 335.7878.602
Movimatica S.r.l.
www.movimatica.com
______________________________________________
sede Operativa:
Centro Pier della Francesca
Fabbricato 4, Scala P, 2° Piano
C.so Svizzera, 185 - 10149 Torino - Italy
Tel. +39 011 7767694 - Fax +39 011 746179
______________________________________________


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to