From a5ec5eca7a7e493605f303df766204a01730975d Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Wed, 6 Sep 2023 09:26:50 +0200 Subject: [PATCH] rc 1.6 options rename --- bundles/roundcube/files/config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/roundcube/files/config.inc.php b/bundles/roundcube/files/config.inc.php index a2fe73e..aad1a7f 100644 --- a/bundles/roundcube/files/config.inc.php +++ b/bundles/roundcube/files/config.inc.php @@ -31,7 +31,7 @@ $config['db_dsnw'] = '${database['provider']}://${database['user']}:${database[' // For example %n = mail.domain.tld, %t = domain.tld // WARNING: After hostname change update of mail_host column in users table is // required to match old user data records with the new host. -$config['default_host'] = 'localhost'; +$config['imap_host'] = 'localhost'; // ---------------------------------- // SMTP @@ -46,7 +46,7 @@ $config['default_host'] = 'localhost'; // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) // %z - IMAP domain (IMAP hostname without the first part) // For example %n = mail.domain.tld, %t = domain.tld -$config['smtp_server'] = 'tls://localhost'; +$config['smtp_host'] = 'tls://localhost'; // SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login