Updated dovecot config for Xenial
[sysconfig/dovecot.git] / conf.d / auth-dict.conf.ext
1 # Authentication via dict backend. Included from 10-auth.conf.
2 #
3 # <doc/wiki/AuthDatabase.Dict.txt>
4
5 passdb {
6   driver = dict
7
8   # Path for dict configuration file, see
9   # example-config/dovecot-dict-auth.conf.ext
10   args = /etc/dovecot/dovecot-dict-auth.conf.ext
11 }
12
13 userdb {
14   driver = dict
15   args = /etc/dovecot/dovecot-dict-auth.conf.ext
16 }