Skip to content

Commit 5147b38

Browse files
committed
roundcubet tmp dir
1 parent a0d4354 commit 5147b38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/debian/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
198198
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
199199

200200
// use this folder to store temp files (must be writeable for apache user)
201-
$rcmail_config['temp_dir'] = '${_tmppath}';
201+
$rcmail_config['temp_dir'] = '/tmp';
202202

203203
// lifetime of message cache
204204
// possible units: s, m, h, d, w

install/rhel/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
198198
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
199199

200200
// use this folder to store temp files (must be writeable for apache user)
201-
$rcmail_config['temp_dir'] = '${_tmppath}';
201+
$rcmail_config['temp_dir'] = '/tmp';
202202

203203
// lifetime of message cache
204204
// possible units: s, m, h, d, w

install/ubuntu/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ $rcmail_config['auto_create_user'] = true;
198198
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
199199

200200
// use this folder to store temp files (must be writeable for apache user)
201-
$rcmail_config['temp_dir'] = '${_tmppath}';
201+
$rcmail_config['temp_dir'] = '/tmp';
202202

203203
// lifetime of message cache
204204
// possible units: s, m, h, d, w

0 commit comments

Comments
 (0)