feat(mx): configure Roundcube IMAP to use SSL/TLS on port 993

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-03-24 12:24:52 +01:00
parent 9feb16efe1
commit 2c70ee0a0a

View file

@ -247,6 +247,7 @@
$config['smtp_server'] = "tls://${config.mailserver.fqdn}";
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
$config['managesieve_host'] = "localhost";
'';
};