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 [email protected] <[email protected]> On Mon, Jul 27, 2020 at 9:19 PM Mark Sapiro <[email protected]> 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 <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > ------------------------------------------------------ > Mailman-Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected]/ > https://mail.python.org/archives/list/[email protected]/ > ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/ https://mail.python.org/archives/list/[email protected]/
