From f46adfd8d3a18714acaf91847f2fa0ab1a88db07 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Thu, 22 Aug 2024 13:21:22 +0800 Subject: [PATCH] Use wildcard instead of explicit specification As in example at https://www.postfix.org/transport.5.html Signed-off-by: Egor Savkin --- nixbld-etc-nixos/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 0e418a7..3a0d2ed 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -1191,10 +1191,7 @@ in environment.etc."postfix/sender_relay".text = '' @m-labs-intl.com [localhost]:1587 - @m-labs.hk : - @m-labs.ph : - @193thz.com : - @malloctech.fr : + * : ''; systemd.services.postfix-rebuild-sender-relay = { description = "Postfix Rebuild Sender Dependent Relayhost Maps";