
On 2025-06-16 17:29, Mark Sapiro wrote:
On 6/16/25 15:26, Eggert Ehmke via Mailman-users wrote:
I have django-allauth 65.9.0 and still the same problem. mailman-web runjobs minutely throws it each minute, which is annoying.
Do you have
ACCOUNT_LOGIN_METHODS = {'email', 'username'} ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
in your django settings?
What releases of HyperKitty, Postorius and Django-Mailman3 are you running? Current releases do not have any minutely jobs.
I did have the same issue about a month ago[1] with the current versions of the above components, and these are the cronjobs I installed according to the docs[2]:
@daily /opt/mailman/venv/bin/mailman digests --periodic @daily /opt/mailman/venv/bin/mailman notify
0,15,30,45 * * * * /opt/mailman/venv/bin/mailman-web runjobs quarter_hourly @hourly /opt/mailman/venv/bin/mailman-web runjobs hourly @daily /opt/mailman/venv/bin/mailman-web runjobs daily @weekly /opt/mailman/venv/bin/mailman-web runjobs weekly @monthly /opt/mailman/venv/bin/mailman-web runjobs monthly @yearly /opt/mailman/venv/bin/mailman-web runjobs yearly/opt/mailman/venv/bin/mailman-web runjobs minutely
- Jan
[1] https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/3... [2] https://docs.mailman3.org/en/latest/install/virtualenv.html#cron-jobs-for-ma...