nixos/mailman: update postfix config names (#437602)

This commit is contained in:
Sandro
2025-08-27 21:16:32 +02:00
committed by GitHub
+3 -3
View File
@@ -437,9 +437,9 @@ in
for more info.
'';
}
(requirePostfixHash [ "config" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "config" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "config" "local_recipient_maps" ] "postfix_lmtp")
(requirePostfixHash [ "settings" "main" "relay_domains" ] "postfix_domains")
(requirePostfixHash [ "settings" "main" "transport_maps" ] "postfix_lmtp")
(requirePostfixHash [ "settings" "main" "local_recipient_maps" ] "postfix_lmtp")
]);
users.users.mailman = {