Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r--config/defaults.inc.php2
1 files changed, 1 insertions, 1 deletions
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 <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;