mailsystem: roundcube: Use imaps and submissions instead of disabled starttls variant
This commit is contained in:
parent
d907cfdefe
commit
5eb469916f
1 changed files with 3 additions and 2 deletions
|
|
@ -32,8 +32,9 @@ in {
|
|||
hostName = roundcubeCfg.hostName;
|
||||
plugins = ["managesieve" "password"];
|
||||
extraConfig = ''
|
||||
// Use starttls for authentication
|
||||
$config['smtp_host'] = "tls://${cfg.fqdn}";
|
||||
// Use implicitly encrypted communications for imap and imap (implicit tls)
|
||||
$config['imap_host'] = "ssl://${cfg.fqdn}";
|
||||
$config['smtp_host'] = "ssl://${cfg.fqdn}";
|
||||
$config['smtp_user'] = "%u";
|
||||
$config['smtp_pass'] = "%p";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue