From e02da96fef7b36c3fee1576f680ec63489c28d9d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 6 Apr 2017 12:16:49 +0200 Subject: [PATCH] Adding hash:/etc/postfix/maps/discarded_domains as an additional Postfix transport table in customer/pixelpark-mail/common.yaml --- customer/pixelpark-mail/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/pixelpark-mail/common.yaml b/customer/pixelpark-mail/common.yaml index b78c74df..59b4083c 100644 --- a/customer/pixelpark-mail/common.yaml +++ b/customer/pixelpark-mail/common.yaml @@ -197,7 +197,7 @@ infra::profile::postfix::configs: smtpd_use_tls: value: 'yes' transport_maps: - value: 'hash:/etc/postfix/maps/transport ldap:/etc/postfix/ldap/mailhost.cf' + value: 'hash:/etc/postfix/maps/discarded_domains hash:/etc/postfix/maps/transport ldap:/etc/postfix/ldap/mailhost.cf' unknown_local_recipient_reject_code: ensure: 'absent' unverified_recipient_reject_code: -- 2.39.5