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

Attachment: 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

Reply via email to