Hello,
On Sat, May 25, 2024 at 11:38:40AM -0400, Mark Sapiro wrote:
The host name displayed in the web UI is based on the SITE_ID setting in Django's settings. This is a system configuration not associated with any lists. it references an entry in the django_sites table in the database.
Thank you, will look into this.
As far as the comment/display name in From: is concerned, what specific emails are you talking about?
This. Sorry, I mixed From: with Subject: and the content:
Date: Sat, 25 May 2024 13:37:29 -0000 From: postorius@lists2.alphanet.ch To: schaefer@XXX Subject: [example.com] Please Confirm Your E-mail Address
Hello from example.com!
You're receiving this e-mail because user Schaefer-XXX has given your e-mail +address to register an account on example.com.
To confirm this is correct, go to [ ... ]
Thank you for using example.com! example.com
I guess it's the same SITE_ID setting in Django's DB:
$ grep SITE_ID /usr/share/mailman3-web/settings.py
SITE_ID = 1
However, I guess it's the default creation, by the Debian package, of the SQLite local database which presumably was done with example.com.
I will anyway switch to a remote PostgreSQL database, and thus create a new one with the correct names. That should fix it.
for ADMINS in your Django settings.
ADMINS = ( ('Mailman Suite Admin', 'schaefer@alphanet.ch'), )
That looks correct.
The
mailman import21
command will properly import the Mailman 2.1 from_is_list and Sender filters -> dmarc_* DMARC mitigation settings.
Thank you. Aka mailman-wrapper import21 on Debian so to switch to the correct user.
If you have some customization in this area, that probably won't be handled.
Obviously.