|
|
|
|
63
|
$config['support_url'] = 'https://www.{{ domain }}';
|
63
|
$config['support_url'] = 'https://www.{{ domain }}';
|
64
|
|
64
|
|
65
|
// Name your service. This is displayed on the login screen and in the window title
|
65
|
// Name your service. This is displayed on the login screen and in the window title
|
66
|
-$config['product_name'] = '{{ domain }} Webmail';
|
|
|
|
|
66
|
+$config['product_name'] = 'Webmail {{ domain }}';
|
67
|
|
67
|
|
68
|
// this key is used to encrypt the users imap password which is stored
|
68
|
// this key is used to encrypt the users imap password which is stored
|
69
|
// in the session record (and the client cookie if remember password is enabled).
|
69
|
// in the session record (and the client cookie if remember password is enabled).
|