auth-checkpassword.conf.ext.erb 496 B

123456789101112131415161718192021
  1. # Authentication for checkpassword users. Included from auth.conf.
  2. #
  3. # <doc/wiki/AuthDatabase.CheckPassword.txt>
  4. passdb {
  5. driver = checkpassword
  6. args = /usr/bin/checkpassword
  7. }
  8. # passdb lookup should return also userdb info
  9. userdb {
  10. driver = prefetch
  11. }
  12. # Standard checkpassword doesn't support direct userdb lookups.
  13. # If you need checkpassword userdb, the checkpassword must support
  14. # Dovecot-specific extensions.
  15. #userdb {
  16. # driver = checkpassword
  17. # args = /usr/bin/checkpassword
  18. #}