Displaying 1 result from an estimated 1 matches for "server_debug_print".
2018 Mar 22
0
exim PAM authentication: all users unknown
...not authenticate users using PAM?
======================
PLAIN:
  driver                     = plaintext
  server_set_id              = $auth2
  server_prompts             = :
  server_condition           = ${if pam{$auth2:$auth3}{yes}{no}}
  server_advertise_condition = ${if def:tls_cipher }
  server_debug_print = "auth: $1 $2 $3"
======================
  2969 SMTP<< AUTH PLAIN AGp2AGdsdWViaXJk
  2969 PLAIN authenticator server_condition:
  2969   $auth1 =
  2969   $auth2 = user
  2969   $auth3 = password
  2969   $1 =
  2969   $2 = user
  2969   $3 = password
  2969 auth:  user password...