feat: roundcube login

This commit is contained in:
Noa Aarts 2024-08-29 09:02:28 +02:00
parent 24f892f33d
commit 7339e02c85
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -239,6 +239,13 @@
roundcube = {
enable = true;
hostName = "rc.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";
'';
};
};
@ -250,6 +257,7 @@
loginAccounts = {
"noa@itepastra.nl" = {
hashedPasswordFile = "/etc/passwords/noa@itepastra.nl";
aliases = [ "@itepastra.nl" ];
};
};