From 3237cfb50f466362ae4fed2e549ca6592b17c680 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 8518f6b..54ca755 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -1192,10 +1192,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";