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:
parent
9feb16efe1
commit
2c70ee0a0a
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue