From 5ad1ea21a7d46f687a3289de836cf6c76415c87f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 30 Apr 2026 07:44:56 -0400 Subject: Updated for Debian 13 and dovecot 2.4 --- roles/dovecot/files/conf.d/auth-dict.conf.ext | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 roles/dovecot/files/conf.d/auth-dict.conf.ext (limited to 'roles/dovecot/files/conf.d/auth-dict.conf.ext') diff --git a/roles/dovecot/files/conf.d/auth-dict.conf.ext b/roles/dovecot/files/conf.d/auth-dict.conf.ext deleted file mode 100644 index 0be4847..0000000 --- a/roles/dovecot/files/conf.d/auth-dict.conf.ext +++ /dev/null @@ -1,16 +0,0 @@ -# Authentication via dict backend. Included from 10-auth.conf. -# -# - -passdb { - driver = dict - - # Path for dict configuration file, see - # example-config/dovecot-dict-auth.conf.ext - args = /etc/dovecot/dovecot-dict-auth.conf.ext -} - -userdb { - driver = dict - args = /etc/dovecot/dovecot-dict-auth.conf.ext -} -- cgit v1.2.3