Mark Sapiro a écrit :
Kevin wrote:
it there a way to configure mailman to send emails to a list slower than normal ?


Only by modifying the code in Mailman/Handlers/SMTPDirect.py


Thanks I will have a look into that file.
I was thinking of sending mails per packets, for example 100 by 100, in a predifined period of time, but I haven't found how to configure mailman for that ...


The only control is SMTP_MAX_RCPTS which sets the maximum number of
recipients in one transaction or the VERP options which will result in
one recipient per transaction, but there is no control over how fast
Mailman generates messages to the MTA unless you build a delay into
the code.

I've tested to have 20 for SMTP_MAX_RCPTS, with maximum on 10 postfix processes. But Mailman generate and try connection so fast that the problem stille occured ..

Thanks for your replies

kevin
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to