ansible-collection-mailserver/roles/postfix/templates/etc/postfix-policyd-spf-python/policyd-spf.conf.j2
2022-09-12 22:19:24 +02:00

15 lines
565 B
Django/Jinja

{{ ansible_managed | comment }}
# For a fully commented sample config file see policyd-spf.conf.commented
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 }}
PermError_reject = {{ postfix_policyd_spf_permerror_reject }}
TempError_Defer = {{ postfix_policyd_spf_temperror_reject }}
skip_addresses = {{ postfix_policyd_spf_skip_addresses | join(',') }}
Void_Limit = {{ postfix_policyd_spf_void_limit }}