[Mailman-Users] Re: Mails are sent in tranches of 100

2024-02-16 Thread Andreas Grupp via Mailman-Users

Am 16.02.24 um 23:22 schrieb Christian via Mailman-Users:

Hello Andreas Grupp via Mailman-Users. On Fri, 16 Feb 2024 12:34:35 +0100, you 
wrote:


An > e-mail to a list of 600+ members is sent in tranches of 100
e-mails per sending process.


Possible that your SMTP server has a sending limit per hour or so?


No, Postfix on the same machine and is sending several thousand mails in 
8 hours. Sending for example 600 mails, coming from a forum in a 
Learning Management System, is done in one step in only a few seconds.


I can see in the mail log that there are only 100 mails delivered from 
Mailman3 to Postfix. The only thing I've changed to the standard Debian 
configuration was due to error mails coming form Django. So I inserted 
to /etc/mailman3/mailman-web.py at the end the following lines:


# -
# Manuell ergänzt - siehe Debian Bug
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051617
Q_CLUSTER = {'orm': 'default',
 'retry': 360,
 'save_limit': 100,
 'timeout': 300,
 'workers': 2}

# https://groups.google.com/g/linux.debian.bugs.dist/c/uG0E9zI52ys
DEFAULT_AUTO_FIELD='django.db.models.AutoField'

# Fedora-Social-Login abschalten -> 
https://lists.mailman3.org/archives/list/mailman-us...@mailman3.org/message/KGYQMDQPCW2APRJHDYBRKYVCV5AD4LVT/
INSTALLED_APPS = [a for a in INSTALLED_APPS if not 
a.startswith('allauth.socialaccount.providers') and not 
a.startswith('django_mailman3.lib.auth.fedora')]

# -


Andreas


OpenPGP_signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/
Member address: arch...@mail-archive.com


[Mailman-Users] Re: Mails are sent in tranches of 100

2024-02-16 Thread Mark Sapiro

On 2/16/24 03:34, Andreas Grupp via Mailman-Users wrote:

Hi,

I have the following problem on a new Mailman3-installation: An e-mail 
to a list of 600+ members is sent in tranches of 100 e-mails per sending 
process. There is a correspondingly large pause between the individual 
sending processes. This means that sending takes quite a long time. 
Where can I change this behavior? I would like all mails to be sent 
immediately.



You may find some of the results from 
 
helpful.


--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/
Member address: arch...@jab.org


[Mailman-Users] Re: Mails are sent in tranches of 100

2024-02-16 Thread Christian via Mailman-Users
Hello Andreas Grupp via Mailman-Users. On Fri, 16 Feb 2024 12:34:35 +0100, you 
wrote:

> An > e-mail to a list of 600+ members is sent in tranches of 100 
> e-mails per sending process. 

Possible that your SMTP server has a sending limit per hour or so? 

Christian 
-- 
Christian Buser, Hohle Gasse 6, CH-5507 Mellingen (Switzerland)  
Hilfe fuer Strassenkinder in Ghana: https://www.chance-for-children.org
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/
Member address: arch...@mail-archive.com


[Mailman-Users] Mails are sent in tranches of 100

2024-02-16 Thread Andreas Grupp via Mailman-Users

Hi,

I have the following problem on a new Mailman3-installation: An e-mail 
to a list of 600+ members is sent in tranches of 100 e-mails per sending 
process. There is a correspondingly large pause between the individual 
sending processes. This means that sending takes quite a long time. 
Where can I change this behavior? I would like all mails to be sent 
immediately.


Greetings,
Andreas



OpenPGP_signature.asc
Description: OpenPGP digital signature
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/
Member address: arch...@mail-archive.com