aboutsummaryrefslogtreecommitdiff
path: root/templates/master.cf.debian-10.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master.cf.debian-10.erb')
-rw-r--r--templates/master.cf.debian-10.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/master.cf.debian-10.erb b/templates/master.cf.debian-10.erb
index a6e819a..5070bd1 100644
--- a/templates/master.cf.debian-10.erb
+++ b/templates/master.cf.debian-10.erb
@@ -164,6 +164,11 @@ sympabounce unix - n n - - pipe
mlmmj unix - n n - - pipe
flags=DORhu user=mlmmj argv=/usr/bin/mlmmj-recieve -F -L /var/spool/mlmmj/$nexthop/
<%- end -%>
+<% if @use_spf == 'yes' %>
+# spf
+policyd-spf unix - n n - 0 spawn
+ user=policyd-spf argv=/usr/bin/policyd-spf
+<%- end -%>
<%- unless @mastercf_tail.to_s.empty? then -%>
<%= @mastercf_tail %>