From c69e94c9e03b4c1aa2928b0108ad7066fe08bbe9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 14 Apr 2021 18:50:14 -0300 Subject: Feat: support for SPF checking --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index eb88478..81c3a91 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,6 +50,7 @@ class postfix( $use_mlmmj = 'no', $use_submission = 'no', $use_smtps = 'no', + $use_spf = 'no', $mastercf_tail = '', $inet_interfaces = 'all', $myorigin = $::fqdn, -- cgit v1.2.3