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-sql.conf.ext | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 roles/dovecot/files/conf.d/auth-sql.conf.ext (limited to 'roles/dovecot/files/conf.d/auth-sql.conf.ext') diff --git a/roles/dovecot/files/conf.d/auth-sql.conf.ext b/roles/dovecot/files/conf.d/auth-sql.conf.ext deleted file mode 100644 index ccbea86..0000000 --- a/roles/dovecot/files/conf.d/auth-sql.conf.ext +++ /dev/null @@ -1,30 +0,0 @@ -# Authentication for SQL users. Included from 10-auth.conf. -# -# - -passdb { - driver = sql - - # Path for SQL configuration file, see example-config/dovecot-sql.conf.ext - args = /etc/dovecot/dovecot-sql.conf.ext -} - -# "prefetch" user database means that the passdb already provided the -# needed information and there's no need to do a separate userdb lookup. -# -#userdb { -# driver = prefetch -#} - -userdb { - driver = sql - args = /etc/dovecot/dovecot-sql.conf.ext -} - -# If you don't have any user-specific settings, you can avoid the user_query -# by using userdb static instead of userdb sql, for example: -# -#userdb { - #driver = static - #args = uid=vmail gid=vmail home=/var/vmail/%u -#} -- cgit v1.2.3