From 5147b3856e3fea285419155a2d562028172b79aa Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 25 Nov 2013 12:27:51 +0200 Subject: [PATCH] roundcubet tmp dir --- install/debian/roundcube-main.conf | 2 +- install/rhel/roundcube-main.conf | 2 +- install/ubuntu/roundcube-main.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/debian/roundcube-main.conf b/install/debian/roundcube-main.conf index 7b64759e..8a84bd63 100644 --- a/install/debian/roundcube-main.conf +++ b/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 diff --git a/install/rhel/roundcube-main.conf b/install/rhel/roundcube-main.conf index 2ac46120..505c2b81 100644 --- a/install/rhel/roundcube-main.conf +++ b/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 diff --git a/install/ubuntu/roundcube-main.conf b/install/ubuntu/roundcube-main.conf index 7b64759e..8a84bd63 100644 --- a/install/ubuntu/roundcube-main.conf +++ b/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