fix(mx): update stale comment in Roundcube config to reflect SSL/TLS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-03-24 15:08:55 +01:00
parent f6a76ad5e5
commit d11199da10

View file

@ -242,8 +242,7 @@
hostName = "webmail.hoyer.xyz";
plugins = [ "managesieve" ];
extraConfig = ''
# starttls needed for authentication, so the fqdn required to match
# the certificate
# SSL/TLS needed for authentication, so the fqdn must match the certificate
$config['smtp_server'] = "ssl://${config.mailserver.fqdn}:465";
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";