forked from wurzel/fruitbasket
update mailman ssh settings and add root alias
This commit is contained in:
parent
6a0655e3b1
commit
a44c2e04e2
3 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,10 @@
|
|||
webHosts = [ "lists.${config.fsr.domain}" ];
|
||||
hyperkitty.enable = true;
|
||||
enablePostfix = true;
|
||||
siteOwner = "root@${config.fsr.domain}";
|
||||
siteOwner = "mailman@${config.fsr.domain}";
|
||||
settings = {
|
||||
mta.smtp_secure_mode = "SecureMode.SMTPS";
|
||||
};
|
||||
ldap = {
|
||||
enable = true;
|
||||
serverUri = "ldap://localhost";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue