summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index eb84c76..4e3472e 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -22,12 +22,16 @@ class mail::base {
# Recipient restrictions
postfix::config { "smtpd_recipient_restrictions":
- value => "permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service inet:127.0.0.1:${postgrey_port}" }
+ value => "permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client psbl.surriel.com, check_policy_service unix:private/policyd-spf, check_policy_service inet:127.0.0.1:${postgrey_port}" }
postfix::hash { "/etc/postfix/virtual":
ensure => present,
}
+ postfix::config { "policy-spf_time_limit":
+ value => "3600",
+ }
+
postfix::hash { "/etc/postfix/transport":
ensure => present,
}