Minor fixes

This commit is contained in:
Alexandros Ioannides 2018-05-31 21:36:49 +03:00 committed by GitHub
commit 53c58d2bb3
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';