We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9589f5 commit 53c58d2Copy full SHA for 53c58d2
1 file changed
install/ubuntu/18.04/roundcube/main.inc.php
@@ -197,7 +197,7 @@
197
198
// use this folder to store log files (must be writeable for apache user)
199
// This is used by the 'file' log driver.
200
-$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
+$rcmail_config['log_dir'] = '/var/log/roundcube/';
201
202
// use this folder to store temp files (must be writeable for apache user)
203
$rcmail_config['temp_dir'] = '/tmp';
@@ -305,7 +305,7 @@
305
$rcmail_config['max_group_members'] = 0;
306
307
// add this user-agent to message headers when sending
308
-$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
+$rcmail_config['useragent'] = 'Roundcube Webmail';
309
310
// use this name to compose page titles
311
$rcmail_config['product_name'] = 'Roundcube Webmail';
0 commit comments