From abba503a8f04059506d5d38374bd09483fe4082c Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 8 Aug 2026 19:07:41 -0500 Subject: [PATCH] Removed invalid dovecot config line --- .../templates/Fedora/43/etc/dovecot/conf.d/local.conf | 1 - .../templates/Fedora/44/etc/dovecot/conf.d/local.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf b/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf index b791e24..4a5e702 100644 --- a/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf +++ b/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf @@ -95,4 +95,3 @@ mail_debug = yes # Delay failed authentication attempts by 2 seconds to slow brute force auth_failure_delay = 2 secs -disable_plaintext_auth = yes diff --git a/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf b/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf index b791e24..4a5e702 100644 --- a/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf +++ b/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf @@ -95,4 +95,3 @@ mail_debug = yes # Delay failed authentication attempts by 2 seconds to slow brute force auth_failure_delay = 2 secs -disable_plaintext_auth = yes