On Sun, Oct 13, 2019, at 10:43 AM, Brian Carpenter wrote:
Some ISPs require outgoing delivery to not exceed a certain threshold. With Mailman 2, we used the following:
SMTP_MAX_RCPTS SMTP_MAX_SESSIONS_PER_CONNECTION
Does Mailman 3 have an equivalent to the above 2 settings?
You can specify settings under [mta] section in mailman.cfg
[mta] max_recipient: 500 max_sessions_per_connection: 0 max_delivery_threads: 0
Other options are available at
https://mailman.readthedocs.io/en/latest/src/mailman/config/docs/config.html?highlight=[mta]
Thank, Brian
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)