# PLAIN authentication has no server prompts. The client sends its
# credentials in one lump, containing an authorization ID (which we do not
# use), an authentication ID, and a password. 
#
# This uses Dovecot SASL for authentication.

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

