fix: option roundcube does not exist

This commit is contained in:
Noa Aarts 2024-09-17 20:15:28 +02:00
parent ab740604b0
commit e0c7745d27
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -268,17 +268,17 @@
relayHost = "mail.voorwaarts.nl";
relayPort = 125;
};
};
roundcube = {
enable = true;
hostName = "mail.itepastra.nl";
extraConfig = ''
# starttls needed for authentication, so the fqdn required to match
# the certificate
$config['smtp_server'] = "tls://mail.itepastra.nl";
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";
'';
roundcube = {
enable = true;
hostName = "mail.itepastra.nl";
extraConfig = ''
# starttls needed for authentication, so the fqdn required to match
# the certificate
$config['smtp_server'] = "tls://mail.itepastra.nl";
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";
'';
};
};
mailserver = {