From bde78d1c437bb332e22c4cef99945174143f2367 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Thu, 4 Feb 2021 01:06:58 +0100 Subject: [PATCH] updated postfix state --- states/postfix/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/postfix/defaults.yaml b/states/postfix/defaults.yaml index a5dd1bc..4232de6 100644 --- a/states/postfix/defaults.yaml +++ b/states/postfix/defaults.yaml @@ -11,6 +11,7 @@ postfix: alias_maps: 'hash:/etc/aliases' append_dot_mydomain: 'no' biff: 'no' + compatibility_level: 2 enable_original_recipient: 'yes' inet_interfaces: 'all' inet_protocols: 'all' @@ -43,7 +44,6 @@ postfix: soft_bounce: 'yes' transport_maps: 'hash:/etc/postfix/transport' unknown_local_recipient_reject_code: 550 - compatibility_level: 2 master: {} sender_access: {} transport: {}