$NetBSD: patch-aa,v 1.5 2009/09/20 02:59:32 schmonz Exp $

--- config/main.inc.php.dist.orig	2009-08-07 12:13:35.000000000 -0400
+++ config/main.inc.php.dist
@@ -33,10 +33,10 @@ $rcmail_config['syslog_facility'] = LOG_
 
 // use this folder to store log files (must be writeable for apache user)
 // This is used by the 'file' log driver.
-$rcmail_config['log_dir'] = 'logs/';
+$rcmail_config['log_dir'] = '@VARBASE@/log/roundcube/';
 
 // use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = 'temp/';
+$rcmail_config['temp_dir'] = '@VARBASE@/tmp/roundcube/';
 
 // List of active plugins (in plugins/ directory)
 $rcmail_config['plugins'] = array();
@@ -441,4 +441,7 @@ $rcmail_config['check_all_folders'] = FA
 $rcmail_config['display_next'] = FALSE;
 
 // end of config file
+
+include_once('main-local.inc.php');
+
 ?>
