Debian Patches

Status for mailman-suite/0+20240312-3

Patch Description Author Forwarded Bugs Origin Last update
0001_settings_py.patch Adjust settings.py for Debian mailman3-web
* Disable debugging mode.
* Disable all allauth socialaccount providers for privacy reasons.
* Set postgresql as default database engine.
* Enable 'USE_X_FORWARDED_HOST'.
* Adjust 'STATIC_ROOT' and 'STATIC_URL' paths.
* Adjust 'DEFAULT_FROM_EMAIL' and 'SERVER_EMAIL'.
* Use smtp email backend per default to send mails.
* Set 'ACCOUNT_DEFAULT_HTTP_PROTOCOL' to 'https'.
* Change logging level for most logging channels to 'INFO'.
* Set queue polling inteval vor django-q cluster to 5 seconds (defaults
to 0.2 seconds) to decrease the database load.
* Remove lessc from COMPRESS_COMPILERS, mailman3 django projects don't
use/require less at all.
* Uncomment COMPRESS_COMPILERS altogether. Hyperkitty in Debian compiles
scss files at build time, so no sass compiler is needed at runtime.
* Set Q_CLUSTER['retry'] to a value greater than Q_CLUSTER['timeout'].
Jonas Meurer <jonas@freesources.org> not-needed 2021-01-23
git_socialaccount_only_stub.patch commit 4645ef6db7d06b60f071592370b03eaeb06d1ce2

Add account_signup stub for SOCIALACCOUNT_ONLY

When SOCIALACCOUNT_ONLY=True, allauth 65+ omits the account_signup
URL entirely. Add a redirect stub mapping accounts/signup/ to
account_login so that any reverse('account_signup') call outside
templates (e.g. in allauth's own redirect flows) does not raise
NoReverseMatch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

diff --git a/mailman-suite_project/urls.py b/mailman-suite_project/urls.py
index 134afb5..a041c17 100644
Jordi Mallach <jordi@mallach.net> no 2026-05-08

All known versions for source package 'mailman-suite'

Links