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 unclear as to what overrides what. In this use case, do I need
to change DEFAULT_HOST_NAME as well, or only DEFAULT_URL_HOST?

Kevin Bowen
kevin.t.bo...@gmail.com <ke...@ucsd.edu>


On Mon, Jul 27, 2020 at 9:19 PM Mark Sapiro <m...@msapiro.net> wrote:

> On 7/27/20 11:22 AM, Kevin Bowen wrote:
> > Am I understanding correctly that DEFAULT_URL_HOST in
> > mm_cfg.py would be the way to accomplish that? And would that affect only
> > the URLs used in the web UI, it wouldn't change anything about the actual
> > mail handling under the hood?
>
> That is correct, but you also need to run fix_url after changing
> DEFAULT_URL_HOST. See <https://wiki.list.org/x/4030616>.
>
> --
> Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> ------------------------------------------------------
> 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/
>
------------------------------------------------------
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