Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 340dcb21c33f6c3f86c0e0122a91c9ee > files > 399

dovecot-2.3.11.3-1.mga7.armv7hl.rpm

# Authentication for checkpassword users. Included from 10-auth.conf.
#
# <doc/wiki/AuthDatabase.CheckPassword.txt>

passdb {
  driver = checkpassword
  args = /usr/bin/checkpassword
}

# passdb lookup should return also userdb info
userdb {
  driver = prefetch
}

# Standard checkpassword doesn't support direct userdb lookups.
# If you need checkpassword userdb, the checkpassword must support
# Dovecot-specific extensions.
#userdb {
#  driver = checkpassword
#  args = /usr/bin/checkpassword
#}