Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > a1ecd6ff61f12408547ea0c4974e8952 > files > 20

dovecot-2.0.20-1.fc15.i686.rpm

# Authentication for passwd-file users. Included from auth.conf.
#
# passwd-like file with specified location.
# <doc/wiki/AuthDatabase.PasswdFile.txt>

passdb {
  driver = passwd-file
  args = scheme=CRYPT username_format=%u /etc/dovecot/users
}

userdb {
  driver = passwd-file
  args = username_format=%u /etc/dovecot/users
}