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. -- 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]/
