set script name (https://github.com/roundcube/roundcubemail/issues/8878)
This commit is contained in:
parent
4811e61883
commit
6568947669
@ -15,6 +15,8 @@ $config['imap_conn_options'] = array(
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$config['request_path'] = 'SCRIPT_NAME';
|
||||||
|
|
||||||
$config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}';
|
$config['smtp_host'] = '{{getenv "SMTP_HOST" "tls://%n"}}:{{getenv "SMTP_PORT" "587"}}';
|
||||||
$config['smtp_user'] = '%u';
|
$config['smtp_user'] = '%u';
|
||||||
$config['smtp_pass'] = '%p';
|
$config['smtp_pass'] = '%p';
|
||||||
|
Loading…
Reference in New Issue
Block a user