From 6568947669a6a5aabc48bc4c20334c7ee72133ae Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 25 Jan 2023 12:47:06 +0100 Subject: [PATCH] set script name (https://github.com/roundcube/roundcubemail/issues/8878) --- rootfs/etc/confd/templates/config.inc.php.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/etc/confd/templates/config.inc.php.tmpl b/rootfs/etc/confd/templates/config.inc.php.tmpl index c86a50e..27d3c5e 100644 --- a/rootfs/etc/confd/templates/config.inc.php.tmpl +++ b/rootfs/etc/confd/templates/config.inc.php.tmpl @@ -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_user'] = '%u'; $config['smtp_pass'] = '%p';