
May 27, 2025
2:12 p.m.
Thank you both very much.
On 5/26/25 18:30, Mark Sapiro wrote:
On 5/26/25 12:08 PM, Florian Sukup wrote:
When I received emails from postorius, then it came from example.com which is nonsense as I worked with the real lists. So I deleted example.com.
Set DEFAULT_FROM_EMAIL and SERVER_EMAIL appropriately in your Django settings.
seem to produce reasonable results
When I call https://.../mailman3/admin or any of the lists, the result is: Server error An error occurred while processing your request.
You need to set SITE_ID appropriately in your Django settings. See https://docs.mailman3.org/en/latest/faq.html#the-domain-name-displayed-in-hy...
This made the difference. I set it to 0 now as I have more than one site/domain.
Thanks again, Florian.