mailsystem: roundcube: Use imaps and submissions instead of disabled starttls variant
This commit is contained in:
parent
53e2b9f621
commit
35aeb19b24
1 changed files with 3 additions and 2 deletions
|
|
@ -32,8 +32,9 @@ in {
|
||||||
hostName = roundcubeCfg.hostName;
|
hostName = roundcubeCfg.hostName;
|
||||||
plugins = ["managesieve" "password"];
|
plugins = ["managesieve" "password"];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
// Use starttls for authentication
|
// Use implicitly encrypted communications for imap and imap (implicit tls)
|
||||||
$config['smtp_host'] = "tls://${cfg.fqdn}";
|
$config['imap_host'] = "ssl://${cfg.fqdn}";
|
||||||
|
$config['smtp_host'] = "ssl://${cfg.fqdn}";
|
||||||
$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