diff options
| author | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
| commit | 5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch) | |
| tree | 0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/auth-passwdfile.conf.ext | |
| parent | 598c3cac83056c9618c59a49722889fe4944dbf6 (diff) | |
Updated for Debian 13 and dovecot 2.4
Diffstat (limited to 'roles/dovecot/files/conf.d/auth-passwdfile.conf.ext')
| -rw-r--r-- | roles/dovecot/files/conf.d/auth-passwdfile.conf.ext | 20 |
1 files changed, 0 insertions, 20 deletions
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 @@ | |||
| 1 | # Authentication for passwd-file users. Included from 10-auth.conf. | ||
| 2 | # | ||
| 3 | # passwd-like file with specified location. | ||
| 4 | # <doc/wiki/AuthDatabase.PasswdFile.txt> | ||
| 5 | |||
| 6 | passdb { | ||
| 7 | driver = passwd-file | ||
| 8 | args = scheme=CRYPT username_format=%u /etc/dovecot/users | ||
| 9 | } | ||
| 10 | |||
| 11 | userdb { | ||
| 12 | driver = passwd-file | ||
| 13 | args = username_format=%u /etc/dovecot/users | ||
| 14 | |||
| 15 | # Default fields that can be overridden by passwd-file | ||
| 16 | #default_fields = quota_rule=*:storage=1G | ||
| 17 | |||
| 18 | # Override fields from passwd-file | ||
| 19 | #override_fields = home=/home/virtual/%u | ||
| 20 | } | ||
