mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Change 'smtp_log' option default value to False
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user