diff options
Diffstat (limited to 'roles/dovecot/files/conf.d/auth-checkpassword.conf.ext')
| -rw-r--r-- | roles/dovecot/files/conf.d/auth-checkpassword.conf.ext | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/roles/dovecot/files/conf.d/auth-checkpassword.conf.ext b/roles/dovecot/files/conf.d/auth-checkpassword.conf.ext deleted file mode 100644 index b2fb13a..0000000 --- a/roles/dovecot/files/conf.d/auth-checkpassword.conf.ext +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | # Authentication for checkpassword users. Included from 10-auth.conf. | ||
| 2 | # | ||
| 3 | # <doc/wiki/AuthDatabase.CheckPassword.txt> | ||
| 4 | |||
| 5 | passdb { | ||
| 6 | driver = checkpassword | ||
| 7 | args = /usr/bin/checkpassword | ||
| 8 | } | ||
| 9 | |||
| 10 | # passdb lookup should return also userdb info | ||
| 11 | userdb { | ||
| 12 | driver = prefetch | ||
| 13 | } | ||
| 14 | |||
| 15 | # Standard checkpassword doesn't support direct userdb lookups. | ||
| 16 | # If you need checkpassword userdb, the checkpassword must support | ||
| 17 | # Dovecot-specific extensions. | ||
| 18 | #userdb { | ||
| 19 | # driver = checkpassword | ||
| 20 | # args = /usr/bin/checkpassword | ||
| 21 | #} | ||
