On Wed, 29 Jul 2020 22:42:23 -0700, Mark Sapiro said:

>On 7/29/20 10:24 PM, Sean McBride wrote:
>> 
>> After reading the comments in that file and FAQ 4.29, I *think* the
>correct solution is to append the following 5 lines to my mm_cfg.py:
>> 
>> DEFAULT_EMAIL_HOST = 'rogue-research.com'
>> DEFAULT_URL_HOST = 'mail.rogue-research.com'
>> DEFAULT_URL_PATTERN = 'https://%s/mailman/'
>> VIRTUAL_HOSTS.clear()
>> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
>> 
>> Is that correct?
>
>Yes, that looks good.

Thanks!

So that got me further.  Then I got "We're sorry, we hit a bug!"  The error 
logs showed a permission error.  So I ran `check_perms -f` and it found and 
fixed ~5000 permission errors that somehow existed.

But now I try to create the list again, but it says "Error: List already 
exists".  I fear it's only half-created.  Is the best thing to do now delete 
the list and recreate it?

(Congrats on having great docs BTW, they had just about all the info I needed!)

Cheers,

Sean

------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to