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 4a5e702..2b029cd 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 @@ -89,9 +89,9 @@ default_client_limit = 1000 # --- Enhanced Diagnostic Logging --- # Provides detailed information about authentication and connection drops -auth_verbose = yes -auth_debug = yes -mail_debug = yes +auth_verbose = no +auth_debug = no +mail_debug = no # Delay failed authentication attempts by 2 seconds to slow brute force auth_failure_delay = 2 secs 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 4a5e702..2b029cd 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 @@ -89,9 +89,9 @@ default_client_limit = 1000 # --- Enhanced Diagnostic Logging --- # Provides detailed information about authentication and connection drops -auth_verbose = yes -auth_debug = yes -mail_debug = yes +auth_verbose = no +auth_debug = no +mail_debug = no # Delay failed authentication attempts by 2 seconds to slow brute force auth_failure_delay = 2 secs