mail/postfix: Switch table format of header_checks from regexp_table to pcre_table (#2825)

This commit is contained in:
Starkstromkonsument 2022-05-12 16:03:09 +02:00 committed by GitHub
parent 8a4cd2b7c3
commit 3bcfab38f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PLUGIN_NAME= postfix
PLUGIN_VERSION= 1.21
PLUGIN_VERSION= 1.22
PLUGIN_COMMENT= SMTP mail relay
PLUGIN_DEPENDS= postfix35
PLUGIN_MAINTAINER= m.muenz@gmail.com

View File

@ -6,6 +6,10 @@ is completely different.
Plugin Changelog
================
1.22
* Switch table format of header_checks from regexp_table to pcre_table (contributed by Starkstromkonsument)
1.21
* Add static link to root certficiates

View File

@ -35,8 +35,8 @@ virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
sender_bcc_maps = hash:/usr/local/etc/postfix/senderbcc
recipient_bcc_maps = hash:/usr/local/etc/postfix/recipientbcc
sender_canonical_maps = regexp:/usr/local/etc/postfix/sendercanonical
header_checks = regexp:/usr/local/etc/postfix/header_checks_receiving
smtp_header_checks = regexp:/usr/local/etc/postfix/header_checks_delivering
header_checks = pcre:/usr/local/etc/postfix/header_checks_receiving
smtp_header_checks = pcre:/usr/local/etc/postfix/header_checks_delivering
smtp_tls_CAfile = /etc/ssl/cert.pem
##########################
# END SYSTEM DEFAULTS