# LOGIN authentication has traditional prompts and responses. 
#
# Again, this uses Dovecot SASL to authenticate.
#

LOGIN:
  driver                     = dovecot
  server_set_id              = $auth1
  server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
  server_socket              = /var/run/dovecot/auth-client

