Sophie

Sophie

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

dovecot-2.2.13-5.1.mga5.i586.rpm

# Authentication for passwd-file users. Included from 10-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

  # Default fields that can be overridden by passwd-file
  #default_fields = quota_rule=*:storage=1G

  # Override fields from passwd-file
  #override_fields = home=/home/virtual/%u
}