1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-13 18:17:55 -07:00

Merge pull request from ioannidesalex/patch-36, Minor roundcube fixes

Minor roundcube fixes
This commit is contained in:
dpeca 2018-05-31 21:05:00 +02:00 committed by GitHub
commit 54cae504f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ $rcmail_config['auto_create_user'] = true;
// use this folder to store log files (must be writeable for apache user)
// This is used by the 'file' log driver.
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
$rcmail_config['log_dir'] = '/var/log/roundcube/';
// use this folder to store temp files (must be writeable for apache user)
$rcmail_config['temp_dir'] = '/tmp';
@ -305,7 +305,7 @@ $rcmail_config['max_recipients'] = 0;
$rcmail_config['max_group_members'] = 0;
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
$rcmail_config['useragent'] = 'Roundcube Webmail';
// use this name to compose page titles
$rcmail_config['product_name'] = 'Roundcube Webmail';