From c47795863eeb8a2a417458757704c3b5e94a094a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 25 Dec 2012 14:15:59 +0200 Subject: [PATCH] proper logdir for roundcube --- install/0.9.7/rhel/roundcube-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/0.9.7/rhel/roundcube-main.conf b/install/0.9.7/rhel/roundcube-main.conf index c5bf5b754..ebd34a60e 100644 --- a/install/0.9.7/rhel/roundcube-main.conf +++ b/install/0.9.7/rhel/roundcube-main.conf @@ -100,7 +100,7 @@ $rcmail_config['skin_include_php'] = FALSE; $rcmail_config['temp_dir'] = '${_tmppath}'; // use this folder to store log files (must be writebale for apache user) -$rcmail_config['log_dir'] = '%{_logdir}/roundcubemail/'; +$rcmail_config['log_dir'] = '/var/log/roundcubemail/'; // session lifetime in minutes $rcmail_config['session_lifetime'] = 10;