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-passwdfile.conf.ext | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 roles/dovecot/files/conf.d/auth-passwdfile.conf.ext (limited to 'roles/dovecot/files/conf.d/auth-passwdfile.conf.ext') diff --git a/roles/dovecot/files/conf.d/auth-passwdfile.conf.ext b/roles/dovecot/files/conf.d/auth-passwdfile.conf.ext deleted file mode 100644 index c89d28c..0000000 --- a/roles/dovecot/files/conf.d/auth-passwdfile.conf.ext +++ /dev/null @@ -1,20 +0,0 @@ -# Authentication for passwd-file users. Included from 10-auth.conf. -# -# passwd-like file with specified location. -# - -passdb { - driver = passwd-file - args = scheme=CRYPT username_format=%u /etc/dovecot/users -} - -userdb { - driver = passwd-file - args = username_format=%u /etc/dovecot/users - - # Default fields that can be overridden by passwd-file - #default_fields = quota_rule=*:storage=1G - - # Override fields from passwd-file - #override_fields = home=/home/virtual/%u -} -- cgit v1.2.3