From 8f327b04b37d3271eead53ad334ee94daf9f0ce4 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 10 Apr 2022 23:21:48 -0500 Subject: [PATCH] Fully working IMAP with TLS and passwd like auth --- templates/Fedora/35/etc/dovecot/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Fedora/35/etc/dovecot/local.conf b/templates/Fedora/35/etc/dovecot/local.conf index 3b732cf..7e88d62 100644 --- a/templates/Fedora/35/etc/dovecot/local.conf +++ b/templates/Fedora/35/etc/dovecot/local.conf @@ -8,11 +8,11 @@ mail_privileged_group = mail first_valid_uid = 0 mail_uid = mail mail_gid = mail -mail_home = /var/spool/mail/%d/%u +mail_home = /var/spool/mail/%d/%n passdb { driver = passwd-file - args = username_format=%n scheme=SHA512-CRYPT /etc/dovecot/accounts + args = username_format=%u scheme=SHA512-CRYPT /etc/dovecot/accounts } userdb { driver = static