feat(mx): configure Roundcube SMTP to use STARTTLS on port 587
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2c70ee0a0a
commit
9a926472f9
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# starttls needed for authentication, so the fqdn required to match
|
# starttls needed for authentication, so the fqdn required to match
|
||||||
# the certificate
|
# the certificate
|
||||||
$config['smtp_server'] = "tls://${config.mailserver.fqdn}";
|
$config['smtp_server'] = "tls://${config.mailserver.fqdn}:587";
|
||||||
$config['smtp_user'] = "%u";
|
$config['smtp_user'] = "%u";
|
||||||
$config['smtp_pass'] = "%p";
|
$config['smtp_pass'] = "%p";
|
||||||
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
|
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue