blob: 73d15c4f6720519de067065167819c00626df2e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
auth_debug = yes
auth_debug_passwords = yes
auth_ssl_require_client_cert = yes
auth_ssl_username_from_cert = yes
auth_mechanisms = plain external
passdb {
driver = passwd-file
args = scheme=PLAIN username_format=%u /etc/dovecot/users
mechanisms = plain external
override_fields = nopassword
}
userdb {
driver = passwd-file
args = /etc/passwd
}
|