81ab213d792e07283fd79ed089d78b9eb7f825a6
[sysconfig/dovecot.git] / conf.d / auth-passwdfile.conf.ext
1 # Authentication for passwd-file users. Included from auth.conf.
2 #
3 # passwd-like file with specified location.
4 # <doc/wiki/AuthDatabase.PasswdFile.txt>
5
6 passdb {
7   driver = passwd-file
8   args = /etc/dovecot/extra-users.passwd
9 }
10
11 #passdb {
12 #  driver = passwd-file
13 #  args = scheme=CRYPT username_format=%u /etc/dovecot/users
14 #}
15
16 #userdb {
17 #  driver = passwd-file
18 #  args = username_format=%u /etc/dovecot/users
19 #}