From 7cbdc2e8377278797df06e01635807b1c2276710 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 6 Jul 2017 16:01:09 +0200 Subject: [PATCH] fbb-werbung - correct postfix config --- customer/fbb-werbung/test.yaml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/customer/fbb-werbung/test.yaml b/customer/fbb-werbung/test.yaml index d7710d4f..67de7af1 100644 --- a/customer/fbb-werbung/test.yaml +++ b/customer/fbb-werbung/test.yaml @@ -14,31 +14,5 @@ sudo::configs: # Postfix Config postfix::myorigin: 'pixelpark.com' -infra::profile::postfix::hashes: - '/etc/postfix/virtual': - ensure: present - '/etc/postfix/generic': - ensure: present - content: | - root root+%{hostname} -infra::profile::postfix::configs: - virtual_alias_maps: - value: 'pcre:/etc/postfix/virtual_pcre hash:/etc/postfix/virtual' - smtp_generic_maps: - value: 'hash:/etc/postfix/generic' - recipient_delimiter: - value: '+' - relayhost: - value: 'mx.pixelpark.net' -infra::profile::postfix::virtuals: - 'root': - destination: 8x5@pixelpark.com - 'httpd': - destination: root -infra::profile::postfix::files: - /etc/postfix/virtual_pcre: - owner: root - group: root - mode: '0644' - content: | +infra::profile::postfix::virtual_regex: | /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de \ No newline at end of file -- 2.39.5