fix: option roundcube does not exist
This commit is contained in:
parent
ab740604b0
commit
e0c7745d27
1 changed files with 11 additions and 11 deletions
|
|
@ -268,17 +268,17 @@
|
||||||
relayHost = "mail.voorwaarts.nl";
|
relayHost = "mail.voorwaarts.nl";
|
||||||
relayPort = 125;
|
relayPort = 125;
|
||||||
};
|
};
|
||||||
};
|
roundcube = {
|
||||||
roundcube = {
|
enable = true;
|
||||||
enable = true;
|
hostName = "mail.itepastra.nl";
|
||||||
hostName = "mail.itepastra.nl";
|
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://mail.itepastra.nl";
|
||||||
$config['smtp_server'] = "tls://mail.itepastra.nl";
|
$config['smtp_user'] = "%u";
|
||||||
$config['smtp_user'] = "%u";
|
$config['smtp_pass'] = "%p";
|
||||||
$config['smtp_pass'] = "%p";
|
'';
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue