summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp4
1 files changed, 4 insertions, 0 deletions
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",