File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
install/ubuntu/18.04/roundcube Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ' ;
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 ' ;
You can’t perform that action at this time.
0 commit comments