From 236c5d70516b5fd02ac7d62ef3c729fedec75b5b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 22 Nov 2021 16:15:16 +0100 Subject: [PATCH] disable localhost --- rootfs/etc/confd/templates/main.cf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/main.cf.tmpl b/rootfs/etc/confd/templates/main.cf.tmpl index 1133107..fdde5ae 100644 --- a/rootfs/etc/confd/templates/main.cf.tmpl +++ b/rootfs/etc/confd/templates/main.cf.tmpl @@ -4,7 +4,7 @@ mail_owner = postfix myhostname = {{getenv "MYHOSTNAME"}} mydomain = {{getenv "MYDOMAIN"}} myorigin = $mydomain -mydestination = localhost +mydestination = unknown_local_recipient_reject_code = 550 mynetworks_style = host