Browse Source

roundcubet tmp dir

Serghey Rodin 12 years ago
parent
commit
5147b3856e

+ 1 - 1
install/debian/roundcube-main.conf

@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
 $rcmail_config['log_dir'] = '/var/log/roundcubemail/';
 
 // use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = '${_tmppath}';
+$rcmail_config['temp_dir'] = '/tmp';
 
 // lifetime of message cache
 // possible units: s, m, h, d, w

+ 1 - 1
install/rhel/roundcube-main.conf

@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
 $rcmail_config['log_dir'] = '/var/log/roundcubemail/';
 
 // use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = '${_tmppath}';
+$rcmail_config['temp_dir'] = '/tmp';
 
 // lifetime of message cache
 // possible units: s, m, h, d, w

+ 1 - 1
install/ubuntu/roundcube-main.conf

@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
 $rcmail_config['log_dir'] = '/var/log/roundcubemail/';
 
 // use this folder to store temp files (must be writeable for apache user)
-$rcmail_config['temp_dir'] = '${_tmppath}';
+$rcmail_config['temp_dir'] = '/tmp';
 
 // lifetime of message cache
 // possible units: s, m, h, d, w