feat: add header checks to v2
This commit is contained in:
parent
8be458df1b
commit
9126f5bf5b
5
mail/v2/conf/postfix/header_checks
Normal file
5
mail/v2/conf/postfix/header_checks
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/^Received:.*/ IGNORE
|
||||||
|
/^X-Originating-IP:/ IGNORE
|
||||||
|
/^X-Mailer:/ IGNORE
|
||||||
|
/^Mime-Version:/ IGNORE
|
||||||
|
/^User-Agent:/ IGNORE
|
@ -155,6 +155,9 @@ mynetworks_style = host
|
|||||||
# getting rid of x-original-to
|
# getting rid of x-original-to
|
||||||
enable_original_recipient = no
|
enable_original_recipient = no
|
||||||
|
|
||||||
|
header_checks = regexp:/etc/postfix/header_checks
|
||||||
|
mime_header_checks = $header_checks
|
||||||
|
|
||||||
# ---------------------------------
|
# ---------------------------------
|
||||||
# DKIM
|
# DKIM
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user