mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 13:28:05 +00:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user