Verified Commit 68cb30c0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add missing config

This was added dynamically from a config map to the previous monolithic
image to avoid updating the image. Now it can be added properly to
a versioned deployment.
parent 0ec63a1f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -89,3 +89,14 @@ recipient_delimiter = +

# Filtering
always_add_missing_headers = yes

# DKIM milter
smtpd_milters = inet:dkim.default.svc.cluster.local:8891
non_smtpd_milters = inet:dkim.default.svc.cluster.local:8891
milter_default_action = accept

# Temp fix for SMTP-Smuggling CVE-2023-51764
# https://postfix.org/smtp-smuggling.html
# Review for Postfix >=3.9
smtpd_forbid_unauth_pipelining = yes
smtpd_discard_ehlo_keywords = chunking