aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/auth-deny.conf.ext
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
committerSam Chudnick <sam@chudnick.com>2026-04-30 07:44:56 -0400
commit5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch)
tree0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/auth-deny.conf.ext
parent598c3cac83056c9618c59a49722889fe4944dbf6 (diff)
Updated for Debian 13 and dovecot 2.4
Diffstat (limited to 'roles/dovecot/files/conf.d/auth-deny.conf.ext')
-rw-r--r--roles/dovecot/files/conf.d/auth-deny.conf.ext15
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/dovecot/files/conf.d/auth-deny.conf.ext b/roles/dovecot/files/conf.d/auth-deny.conf.ext
deleted file mode 100644
index ce3f1cf..0000000
--- a/roles/dovecot/files/conf.d/auth-deny.conf.ext
+++ /dev/null
@@ -1,15 +0,0 @@
1# Deny access for users. Included from 10-auth.conf.
2
3# Users can be (temporarily) disabled by adding a passdb with deny=yes.
4# If the user is found from that database, authentication will fail.
5# The deny passdb should always be specified before others, so it gets
6# checked first.
7
8# Example deny passdb using passwd-file. You can use any passdb though.
9passdb {
10 driver = passwd-file
11 deny = yes
12
13 # File contains a list of usernames, one per line
14 args = /etc/dovecot/deny-users
15}