Blame public/fs/etc/dovecot/conf.d/10-auth.conf
|
root@culturestrings |
72d73f |
auth_debug = yes
|
|
root@culturestrings |
72d73f |
auth_debug_passwords = yes
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
auth_ssl_require_client_cert = yes
|
|
root@culturestrings |
72d73f |
auth_ssl_username_from_cert = yes
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
auth_mechanisms = plain external
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
passdb {
|
|
root@culturestrings |
72d73f |
driver = passwd-file
|
|
root@culturestrings |
72d73f |
args = scheme=PLAIN username_format=%u /etc/dovecot/users
|
|
root@culturestrings |
72d73f |
mechanisms = plain external
|
|
root@culturestrings |
72d73f |
override_fields = nopassword
|
|
root@culturestrings |
72d73f |
}
|
|
root@culturestrings |
72d73f |
|
|
root@culturestrings |
72d73f |
userdb {
|
|
root@culturestrings |
72d73f |
driver = passwd-file
|
|
root@culturestrings |
72d73f |
args = /etc/passwd
|
|
root@culturestrings |
72d73f |
}
|