From f1669325a28176664d8f646ca1e982f52de0c6e8 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 22 May 2023 17:07:04 +0100 Subject: [PATCH] Roundcube should use submissions (465) for sending. --- states/webmail/roundcube_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/webmail/roundcube_config.inc.php b/states/webmail/roundcube_config.inc.php index d7414f8..7f8164d 100644 --- a/states/webmail/roundcube_config.inc.php +++ b/states/webmail/roundcube_config.inc.php @@ -53,7 +53,7 @@ $config['smtp_server'] = 'tls://mail.lunch.org.uk'; // SMTP port (default is 25; use 587 for STARTTLS or 465 for the // deprecated SSL over SMTP (aka SMTPS)) -$config['smtp_port'] = 587; +$config['smtp_port'] = 465; // SMTP username (if required) if you use %u as the username Roundcube // will use the current username for login