Remove policyd SPF management until it is better managed
This commit is contained in:
parent
36f627aad8
commit
a5ddb403c8
@ -50,8 +50,7 @@
|
||||
{{ set_parameter('recipient_delimiter', '+') }}
|
||||
{{ set_parameter('inet_interfaces', 'all') }}
|
||||
{{ set_parameter('message_size_limit', '41943040') }}
|
||||
{{ set_parameter('policyd-spf_time_limit', '3600s') }}
|
||||
{{ set_parameter('smtpd_relay_restrictions', 'permit_mynetworks permit_sasl_authenticated defer_unauth_destination check_policy_service unix:private/policyd-spf') }}
|
||||
{{ set_parameter('smtpd_relay_restrictions', 'permit_mynetworks permit_sasl_authenticated defer_unauth_destination') }}
|
||||
|
||||
|
||||
{% if 'virtual' in pillar.get('postfix','') %}
|
||||
|
@ -124,6 +124,3 @@ scalemail-backend unix - n n - 2 pipe
|
||||
mailman unix - n n - - pipe
|
||||
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
|
||||
${nexthop} ${user}
|
||||
|
||||
policyd-spf unix - n n - 0 spawn
|
||||
user=nobody argv=/usr/bin/policyd-spf /etc/postfix-policyd-spf-python/policyd-spf.conf
|
||||
|
@ -1,6 +1,6 @@
|
||||
{% set postfix = salt['grains.filter_by']({
|
||||
'Debian': {
|
||||
'packages': ['postfix', 'postfix-policyd-spf-python'],
|
||||
'packages': ['postfix'],
|
||||
'postgrey_pkg': 'postgrey',
|
||||
'service': 'postfix',
|
||||
'aliases': '/etc/aliases',
|
||||
|
Loading…
Reference in New Issue
Block a user