From 7dc43c27dcaac5c39264c80efb4abb6db17e1f9c Mon Sep 17 00:00:00 2001 From: s3lph <account-gitlab-ideynizv@kernelpanic.lol> Date: Mon, 12 Sep 2022 22:19:24 +0200 Subject: [PATCH] Make postfix-policyd-spf configurable --- .../etc/postfix-policyd-spf-python/policyd-spf.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2 b/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2 index 6c67f52..07c38b0 100644 --- a/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2 +++ b/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2 @@ -1,8 +1,8 @@ {{ ansible_managed | comment }} # For a fully commented sample config file see policyd-spf.conf.commented -debugLevel = {{ postfix_policyd_spf_debuglevel }}1 -TestOnly = {{ postfix_policyd_spf_testonly }}0 +debugLevel = {{ postfix_policyd_spf_debuglevel }} +TestOnly = {{ postfix_policyd_spf_testonly }} HELO_reject = {{ postfix_policyd_spf_helo_reject }} Mail_From_reject = {{ postfix_policyd_spf_mail_from_reject }}