Hyperkitty displaying example.com
Hi
On a new installation I'm seeing "example.com" displayed at the top of the HyperKitty pages.
I was expecting to see "lists.mydomainname.com", so I think I've missed something somewhere.
Also, when a user signs up, the confirmation email reads as:
//////////////////////////
SUBJECT: [example.com] Please Confirm Your E-mail Address FROM: postorius@lists.mydomainname.com
BODY: Hello from example.com!
You're receiving this e-mail because user yogibear has given your e- mail address to register an account on example.com.
To confirm this is correct, go to https://lists.mydomainname.com/mailman3/accounts/confirm-email/NQ:1obAI3:Yw3...
Thank you for using example.com! example.com
//////////////////////////
Any clues greatly appreciated.
Thanks, Mark
You probably need to adjust the SITE_ID in your settings.py file. Your current SITE_ID is probably 1 and you just need to make it 2.
On Sep 21, 2022, at 8:58 PM, Mark Dale via Mailman-users <mailman-users@mailman3.org> wrote:
Hi
On a new installation I'm seeing "example.com" displayed at the top of the HyperKitty pages.
I was expecting to see "lists.mydomainname.com", so I think I've missed something somewhere.
Also, when a user signs up, the confirmation email reads as:
//////////////////////////
SUBJECT: [example.com] Please Confirm Your E-mail Address FROM: postorius@lists.mydomainname.com
BODY: Hello from example.com!
You're receiving this e-mail because user yogibear has given your e- mail address to register an account on example.com.
To confirm this is correct, go to https://lists.mydomainname.com/mailman3/accounts/confirm-email/NQ:1obAI3:Yw3...
Thank you for using example.com! example.com
//////////////////////////
Any clues greatly appreciated.
Thanks, Mark
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Bingo! Thanks Jeff, that did the trick.
/usr/share/mailman3-web/settings.py
SITE_ID = 2
On Wed, 2022-09-21 at 21:02 -0400, Jeff wrote:
You probably need to adjust the SITE_ID in your settings.py file. Your current SITE_ID is probably 1 and you just need to make it 2.
On Sep 21, 2022, at 8:58 PM, Mark Dale via Mailman-users <mailman-users@mailman3.org> wrote:
On a new installation I'm seeing "example.com" displayed at the top of the HyperKitty pages.
participants (2)
-
Jeff
-
Mark Dale