Externalize role

This commit is contained in:
Adrien Reslinger 2018-10-08 19:35:11 +02:00
commit 4087f0a9f1
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
31 changed files with 1838 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Authentication for master users. Included from 10-auth.conf.
# By adding master=yes setting inside a passdb you make the passdb a list
# of "master users", who can log in as anyone else.
# <doc/wiki/Authentication.MasterUsers.txt>
# Example master user passdb using passwd-file. You can use any passdb though.
passdb {
driver = passwd-file
master = yes
args = /etc/dovecot/master-users
# Unless you're using PAM, you probably still want the destination user to
# be looked up from passdb that it really exists. pass=yes does that.
pass = yes
}