Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 6cff35d34109a0cd4c5f158777593b5f > files > 19

dovecot-2.3.7.2-1.1.mga7.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
#}