feat: reduce maximal_queue_lifetime from 5d to 2d

If the message is not delivered within 2 days,
it is unlikely to be delivered in 5 days either.
This commit is contained in:
link2xt
2026-05-20 21:06:29 +02:00
committed by l
parent 0eed92171c
commit 4b04aae83b

View File

@@ -117,6 +117,9 @@ default_transport = lmtp-filtermail:inet:[127.0.0.1]:{{ config.filtermail_lmtp_p
lmtp-filtermail_initial_destination_concurrency=10000 lmtp-filtermail_initial_destination_concurrency=10000
lmtp-filtermail_destination_concurrency_limit=10000 lmtp-filtermail_destination_concurrency_limit=10000
# Do not try to deliver messages for more than 2 days.
maximal_queue_lifetime = 2d
{% if not config.ipv4_relay %} {% if not config.ipv4_relay %}
# DKIM-sign locally generated mail (bounces, DSNs). # DKIM-sign locally generated mail (bounces, DSNs).
# These bypass smtpd, so they need explicit milter configuration. # These bypass smtpd, so they need explicit milter configuration.