From b7b130e52cf6974b615c1e48d322ff70df030794 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 13 Nov 2022 13:23:17 +0100 Subject: Change 'smtp_log' option default value to False --- CHANGELOG.md | 1 + config/defaults.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83732d1eb..78ff37e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Store uploads metadata in a separate sql database table instead of a session (#8415) - Advanced mail search syntax with more possibilities (without UI) (#8502) - Support for HAproxy protocol header in IMAP connections (#8625) +- Change 'smtp_log' option default value to False - Enigma: Support Kolab's Web Of Anti-Trust feature (#8626) - Password: Add ldap_samba_ad driver (#8525) - Managesieve: Support Sieverules disabled rule format (#8571) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index bc5a58215..135bd0e96 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -97,7 +97,7 @@ $config['syslog_facility'] = LOG_USER; $config['per_user_logging'] = false; // Log sent messages to /sendmail.log or to syslog -$config['smtp_log'] = true; +$config['smtp_log'] = false; // Log successful/failed logins to /userlogins.log or to syslog $config['log_logins'] = false; -- cgit v1.2.3