On Sep 29, 2021, at 2:34 PM, Odhiambo Washington <odhiambo@gmail.com> wrote:
On Wed, Sep 29, 2021 at 8:31 PM Mark Sapiro <mark@msapiro.net> wrote:
On 9/29/21 9:50 AM, Odhiambo Washington wrote:
- Confirmation emails to Users has wrong domain name (example.com!) <https://docs.mailman3.org/en/latest/faq.html#id1> < https://docs.mailman3.org/en/latest/faq.html#confirmation-emails-to-users-ha...
This happens when your reverse (SSL) proxy isn’t setting up the correct headers when proxying requests. Fix this by setting the right proxy_set_header directives: ... How is this supposed to be mitigated in Apache when using WSGI?
My config:
WSGIDaemonProcess hyperkitty threads=25 python-path=/usr/local/mailman user=mailman group=mailman WSGIPythonHome "/usr/local" WSGIProcessGroup hyperkitty
You are using mod_wsgi and not proxying at all, so this is not relevant in your case.
Are you actually seeing this issue? If so, it might be related to
https://docs.mailman3.org/en/latest/faq.html#the-domain-name-displayed-in-hy...
My issue is related to this, but the documentation referred to is not for the faint-hearted! I can't make head or tails of it.
Click on “Domain” in Postorius from the top bar, which should take you to the Domains page.
For your domain (in the “Mail Host” column), see the corresponding “Web Host” column, it should look something like:
lists.mailman3.org (lists.mailman3.org) (Edit) SITE_ID = 1
on a new-ish version of Postorius.
If it doesn’t show the right values and instead shows “example.com” for you, click on the “Edit” link, which will take you to a page that will allow you to edit both the values.
In that page, you can update “Domain name” to whatever your domain is (lists.xxx.xxx) and then “Display Name” can be anything else you want or the domain name itself. Click “Save” and then Click on “View Site” in the top right corner of the page to go back to Postorius.
Abhilas
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' :-)
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/
-- thanks, Abhilash Raj (maxking)