From 491dfccc8e5abfb7b158d9cceeda73f206772909 Mon Sep 17 00:00:00 2001 From: "Christoph Burchert (Chb)" Date: Sun, 30 Oct 2011 21:10:11 +0100 Subject: [PATCH] Added my_destination to FreeBSD postfix config, fixes #924 @5m Signed-off-by: Christoph Burchert (Chb) --- .../freebsd/postfix/usr_local_etc_postfix_main.cf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf b/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf index 28e5cfb5..793f7f19 100644 --- a/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf +++ b/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf @@ -90,6 +90,13 @@ mail_owner = postfix myhostname = mydomain = myorigin = $mydomain + +mydestination = $myhostname, +$mydomain, +localhost.$myhostname, +localhost.$mydomain, +localhost + inet_interfaces = all unknown_local_recipient_reject_code = 550 mynetworks_style = host