fix(filtermail): Disable filtermail-transport for now (#948)

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-05-05 09:07:06 +02:00
committed by GitHub
parent 44fe2dc08f
commit 1db586b3eb

View File

@@ -99,4 +99,4 @@ smtpd_peername_lookup = no
# when specifying a custom next-hop, # when specifying a custom next-hop,
# so instead this is handled in filtermail. # so instead this is handled in filtermail.
# We use LMTP instead SMTP so we can communicate per-recipient errors back to postfix. # We use LMTP instead SMTP so we can communicate per-recipient errors back to postfix.
default_transport = lmtp-filtermail:inet:[127.0.0.1]:{{ config.filtermail_lmtp_port_transport }} #default_transport = lmtp-filtermail:inet:[127.0.0.1]:{{ config.filtermail_lmtp_port_transport }}