feat: roundcube login
This commit is contained in:
parent
24f892f33d
commit
7339e02c85
1 changed files with 8 additions and 0 deletions
|
|
@ -239,6 +239,13 @@
|
||||||
roundcube = {
|
roundcube = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "rc.itepastra.nl";
|
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 = {
|
loginAccounts = {
|
||||||
"noa@itepastra.nl" = {
|
"noa@itepastra.nl" = {
|
||||||
hashedPasswordFile = "/etc/passwords/noa@itepastra.nl";
|
hashedPasswordFile = "/etc/passwords/noa@itepastra.nl";
|
||||||
|
aliases = [ "@itepastra.nl" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue