aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/auth-master.conf.ext
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dovecot/files/conf.d/auth-master.conf.ext')
-rw-r--r--roles/dovecot/files/conf.d/auth-master.conf.ext16
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/dovecot/files/conf.d/auth-master.conf.ext b/roles/dovecot/files/conf.d/auth-master.conf.ext
deleted file mode 100644
index 2cf128f..0000000
--- a/roles/dovecot/files/conf.d/auth-master.conf.ext
+++ /dev/null
@@ -1,16 +0,0 @@
1# Authentication for master users. Included from 10-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.
8passdb {
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}