Merge pull request #332541 from SuperSandro2000/mailman-relay-assert

nixos/mailman: allow setting relay domains with services.postfix.conf…
This commit is contained in:
Sandro 2024-08-12 14:37:53 +02:00 committed by GitHub
commit e32c796ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: # mailman.nix
{ config, pkgs, lib, ... }:
with lib;
@ -367,7 +367,7 @@ in {
for more info.
'';
}
(requirePostfixHash [ "relayDomains" ] "postfix_domains")
(requirePostfixHash [ "config" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "config" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "config" "local_recipient_maps" ] "postfix_lmtp")
]);