Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > 32b3f9b663c34b01bde27dac58dd6af1 > files > 18

dovecot-2.2.13-5.1.mga5.i586.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
#}