8e5107fd4f3be75d015e7bd4b6622718fc344a5a
[sysconfig/dovecot.git] / conf.d / auth-master.conf.ext
1 # Authentication for master users. Included from auth.conf.
2
3 # By adding master=yes setting inside a passdb you make the passdb a list
4 # of "master users", who can log in as anyone else.
5 # <doc/wiki/Authentication.MasterUsers.txt>
6
7 # Example master user passdb using passwd-file. You can use any passdb though.
8 passdb {
9   driver = passwd-file
10   master = yes
11   args = /etc/dovecot/master-users
12
13   # Unless you're using PAM, you probably still want the destination user to
14   # be looked up from passdb that it really exists. pass=yes does that.
15   pass = yes
16 }