From 5eb3dca39ea4c01eb38a8c6f329e6d5e9c845732 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 14 Apr 2021 18:50:02 -0300 Subject: Feat: support for SPF checking --- manifests/system.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/system.pp') diff --git a/manifests/system.pp b/manifests/system.pp index a4fc57b..7d9841b 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -28,6 +28,10 @@ class mail::system( true => "yes", default => "no", }, + use_spf => lookup('mail::spf', undef, undef, false) ? { + true => "yes", + default => "no", + }, use_submission => "yes", use_smtps => "no", anon_sasl => "yes", -- cgit v1.2.3