diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-04-14 18:50:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-04-14 18:50:14 -0300 |
commit | c69e94c9e03b4c1aa2928b0108ad7066fe08bbe9 (patch) | |
tree | 66f8d67e458c0b5ca8af11350b1c63eac479a396 /manifests/init.pp | |
parent | 8aa0a704f76c2e4e2bb022896166e07d2b06535e (diff) | |
download | puppet-postfix-c69e94c9e03b4c1aa2928b0108ad7066fe08bbe9.tar.gz puppet-postfix-c69e94c9e03b4c1aa2928b0108ad7066fe08bbe9.tar.bz2 |
Feat: support for SPF checking
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, |