19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
# Authenticate via dovecot.
|
|
#
|
|
# For plain and login the connection must be ciphered.
|
|
|
|
dovecot_plain:
|
|
driver = dovecot
|
|
public_name = PLAIN
|
|
server_socket = /var/run/dovecot/auth-client
|
|
#server_set_id = $auth2
|
|
server_mail_auth_condition = false
|
|
|
|
|
|
#dovecot_login:
|
|
# driver = dovecot
|
|
# public_name = LOGIN
|
|
# server_socket = /var/run/dovecot/auth-client
|
|
# #server_set_id = $auth2
|
|
# server_mail_auth_condition = false
|