summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 12:31:40 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-17 12:31:40 +0000
commit3ad728839b826a74a909fee8b9adfeb27e793755 (patch)
treeb27f0a6d47f65683d4ea2fd8dbc45386c4a5fdf2
parent02eece808fde87eac07f8bcbad1ee278cb91514e (diff)
- describe log_logins/smtp_log file names
git-svn-id: https://svn.roundcube.net/trunk@3368 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 299d83417..2679631b6 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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