diff options
author | alecpl <alec@alec.pl> | 2010-03-17 12:31:40 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-17 12:31:40 +0000 |
commit | 3e34297b792ad3b62d5016be47870a5c9006da9d (patch) | |
tree | 9185d9ef3dcc7c945b80211d8842ca356a763371 | |
parent | f52c936f4d451a5d3a87d2501aa5a1701cdafde5 (diff) |
- describe log_logins/smtp_log file names
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 299d83417..2679631b6 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -35,10 +35,10 @@ $rcmail_config['syslog_id'] = 'roundcube'; // For possible values see installer or http://php.net/manual/en/function.openlog.php $rcmail_config['syslog_facility'] = LOG_USER; -// Log sent messages +// Log sent messages to <log_dir>/sendmail or to syslog $rcmail_config['smtp_log'] = true; -// Log successful logins +// Log successful logins to <log_dir>/userlogins or to syslog $rcmail_config['log_logins'] = false; // Log SQL queries to <log_dir>/sql or to syslog |