[Mailman-Users] Re: No access to list archives

2020-07-28 Thread Odhiambo Washington
On Tue, 28 Jul 2020 at 06:33, Mark Sapiro wrote: > On 7/27/20 5:51 AM, Odhiambo Washington wrote: > > Hi, > > > > Odd issue between two OSes with the same config: > > In both cases, the archives are configured for public access. > > On one server, archives are accessible while on the other, acces

[Mailman-Users] Re: Alternate URL hostname in web UI

2020-07-28 Thread Kevin Bowen
Thanks. One other question: in my existing mm_cfg.py I have all three of the following: DEFAULT_HOST_NAME = 'mailman.domain.com' DEFAULT_URL_HOST = 'mailman.domain.com' DEFAULT_EMAIL_HOST = 'mailman.domain.com' In Defaults.py, it explains that DEFAULT_HOST_NAME is deprecated, but the language is u

[Mailman-Users] Re: Disable mailman 3 emergency moderation flag after migration from mailman 2

2020-07-28 Thread Mark Sapiro
On 7/27/20 7:13 PM, Brian Carpenter wrote: > > This is the client that I asking about in my post. She said what I did, did > not work. This is what I did: > > 1. Get into a venv as user mailman > > 2. #mailman shell from mailman.model.mailinglist import MailingList mlist = MailingList

[Mailman-Users] Re: Alternate URL hostname in web UI

2020-07-28 Thread Mark Sapiro
On 7/28/20 8:02 AM, Kevin Bowen wrote: > Thanks. One other question: in my existing mm_cfg.py I have all three of > the following: > DEFAULT_HOST_NAME = 'mailman.domain.com' > DEFAULT_URL_HOST = 'mailman.domain.com' > DEFAULT_EMAIL_HOST = 'mailman.domain.com' > > In Defaults.py, it explains that D