Disabled debug, kept the directives for future debugging if required.

This commit is contained in:
2026-08-08 19:23:56 -05:00
parent abba503a8f
commit 22c402c34a
2 changed files with 6 additions and 6 deletions
@@ -89,9 +89,9 @@ default_client_limit = 1000
# --- Enhanced Diagnostic Logging --- # --- Enhanced Diagnostic Logging ---
# Provides detailed information about authentication and connection drops # Provides detailed information about authentication and connection drops
auth_verbose = yes auth_verbose = no
auth_debug = yes auth_debug = no
mail_debug = yes mail_debug = no
# Delay failed authentication attempts by 2 seconds to slow brute force # Delay failed authentication attempts by 2 seconds to slow brute force
auth_failure_delay = 2 secs auth_failure_delay = 2 secs
@@ -89,9 +89,9 @@ default_client_limit = 1000
# --- Enhanced Diagnostic Logging --- # --- Enhanced Diagnostic Logging ---
# Provides detailed information about authentication and connection drops # Provides detailed information about authentication and connection drops
auth_verbose = yes auth_verbose = no
auth_debug = yes auth_debug = no
mail_debug = yes mail_debug = no
# Delay failed authentication attempts by 2 seconds to slow brute force # Delay failed authentication attempts by 2 seconds to slow brute force
auth_failure_delay = 2 secs auth_failure_delay = 2 secs