Displaying 1 result from an estimated 1 matches for "server_condition".
2018 Mar 22
0
exim PAM authentication: all users unknown
Hi,
how come that exim can 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   $auth...