mailsystem: Add basic postfix configuration

This commit is contained in:
Thomas Preisner 2024-12-04 21:39:42 +01:00
parent c738037669
commit b805502099
3 changed files with 265 additions and 1 deletions

View file

@ -18,6 +18,7 @@ in {
networking.firewall.allowedTCPPorts = lib.optionals cfg.openFirewall [80 443];
security.acme.certs."${cfg.fqdn}".reloadServices = [
"postfix.service"
"dovecot2.service"
];
};