various fixes

- fix mailman's confirmation emails not sending
- introduce a stateful /etc/aliases
- configure ldap for postfix
This commit is contained in:
Rouven Seifert 2023-07-03 18:22:37 +02:00
parent 3ddab16dae
commit 15319c9b2b
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 18 additions and 19 deletions

View file

@ -11,9 +11,6 @@
hyperkitty.enable = true;
enablePostfix = true;
siteOwner = "mailman@${config.fsr.domain}";
settings = {
mta.smtp_secure_mode = "SecureMode.STARTTLS";
};
ldap = {
enable = true;
serverUri = "ldap://localhost";