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:
parent
f6a76ad5e5
commit
d11199da10
1 changed files with 1 additions and 2 deletions
|
|
@ -242,8 +242,7 @@
|
||||||
hostName = "webmail.hoyer.xyz";
|
hostName = "webmail.hoyer.xyz";
|
||||||
plugins = [ "managesieve" ];
|
plugins = [ "managesieve" ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# starttls needed for authentication, so the fqdn required to match
|
# SSL/TLS needed for authentication, so the fqdn must match the certificate
|
||||||
# the certificate
|
|
||||||
$config['smtp_server'] = "ssl://${config.mailserver.fqdn}:465";
|
$config['smtp_server'] = "ssl://${config.mailserver.fqdn}:465";
|
||||||
$config['smtp_user'] = "%u";
|
$config['smtp_user'] = "%u";
|
||||||
$config['smtp_pass'] = "%p";
|
$config['smtp_pass'] = "%p";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue