Skip to content

Commit 54cae50

Browse files
authored
Merge pull request hestiacp#1592 from ioannidesalex/patch-36, Minor roundcube fixes
Minor roundcube fixes
2 parents e9589f5 + 53c58d2 commit 54cae50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/ubuntu/18.04/roundcube/main.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197

198198
// use this folder to store log files (must be writeable for apache user)
199199
// This is used by the 'file' log driver.
200-
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
200+
$rcmail_config['log_dir'] = '/var/log/roundcube/';
201201

202202
// use this folder to store temp files (must be writeable for apache user)
203203
$rcmail_config['temp_dir'] = '/tmp';
@@ -305,7 +305,7 @@
305305
$rcmail_config['max_group_members'] = 0;
306306

307307
// add this user-agent to message headers when sending
308-
$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
308+
$rcmail_config['useragent'] = 'Roundcube Webmail';
309309

310310
// use this name to compose page titles
311311
$rcmail_config['product_name'] = 'Roundcube Webmail';

0 commit comments

Comments
 (0)