mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 07:54:36 +00:00
fix: Increase concurrency limit and re-enable filtermail-transport (#949)
This commit is contained in:
committed by
GitHub
parent
1db586b3eb
commit
b05e26819f
@@ -99,4 +99,6 @@ 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 }}
|
||||||
|
lmtp-filtermail_initial_destination_concurrency=10000
|
||||||
|
lmtp-filtermail_destination_concurrency_limit=10000
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ filter unix - n n - - lmtp
|
|||||||
authclean unix n - - - 0 cleanup
|
authclean unix n - - - 0 cleanup
|
||||||
-o header_checks=regexp:/etc/postfix/submission_header_cleanup
|
-o header_checks=regexp:/etc/postfix/submission_header_cleanup
|
||||||
|
|
||||||
lmtp-filtermail unix - - y - - lmtp
|
lmtp-filtermail unix - - y - 10000 lmtp
|
||||||
-o syslog_name=postfix/lmtp-filtermail
|
-o syslog_name=postfix/lmtp-filtermail
|
||||||
-o lmtp_header_checks=
|
-o lmtp_header_checks=
|
||||||
-o lmtp_tls_security_level=none
|
-o lmtp_tls_security_level=none
|
||||||
|
|||||||
Reference in New Issue
Block a user