add header checks, remove privacy related headers

This commit is contained in:
psy 2021-01-08 13:18:28 +01:00
parent 92a143bab6
commit e43e2051cd
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5
3 changed files with 18 additions and 2 deletions

View file

@ -124,8 +124,12 @@ mailbox_transport = dovecot
virtual_alias_domains = {{ postfix.virtual_alias_domains|join(' ') }}
virtual_alias_maps = {{ postfix.virtual_alias_maps }}
# opendkim
# header checks
mime_header_checks = regexp:/etc/postfix/header_checks
header_checks = regexp:/etc/postfix/header_checks
# opendkim
{% if postfix.enable_opendkim %}
milter_protocol = 6
@ -134,4 +138,4 @@ milter_default_action = accept
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891
{% endif %}
{% endif %}