1# Authentication for passwd-file users. Included from 10-auth.conf.
2#
3# passwd-like file with specified location.
4# <doc/wiki/AuthDatabase.PasswdFile.txt>
5
6passdb {
7  driver = passwd-file
8  args = scheme=CRYPT username_format=%u /usr/local/etc/dovecot/users
9}
10
11userdb {
12  driver = passwd-file
13  args = username_format=%u /usr/local/etc/dovecot/users
14
15  # Default fields that can be overridden by passwd-file
16  #default_fields = quota_rule=*:storage=1G
17
18  # Override fields from passwd-file
19  #override_fields = home=/home/virtual/%u
20}
21