From 3e34297b792ad3b62d5016be47870a5c9006da9d Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 17 Mar 2010 12:31:40 +0000 Subject: - describe log_logins/smtp_log file names --- config/main.inc.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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 /sendmail or to syslog $rcmail_config['smtp_log'] = true; -// Log successful logins +// Log successful logins to /userlogins or to syslog $rcmail_config['log_logins'] = false; // Log SQL queries to /sql or to syslog -- cgit v1.2.3