Change 'smtp_log' option default value to False

This commit is contained in:
Aleksander Machniak
2022-11-13 13:23:17 +01:00
parent e6ed5ae19e
commit b7b130e52c
2 changed files with 2 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ $config['syslog_facility'] = LOG_USER;
$config['per_user_logging'] = false;
// Log sent messages to <log_dir>/sendmail.log or to syslog
$config['smtp_log'] = true;
$config['smtp_log'] = false;
// Log successful/failed logins to <log_dir>/userlogins.log or to syslog
$config['log_logins'] = false;