On 10/15/21 6:45 PM, Bruce Johnson via Mailman-Users wrote:
due to changes in our mail infrastructure  I need to make sure all lists are 
set to our mail exchanger host name; is this changeable via a wishlist script?
host_name (general): Host name this list prefers for email.

The "host_name" is the preferred name for email to mailman-related addresses on 
this host, and generally should be the mail host's exchanger address, if any. This 
setting can be useful for selecting among alternative names of a host that has multiple 
addresses.


See <https://wiki.list.org/x/4030592>

In short, if you don't have virtual hosts, put
```
DEFAULT_EMAIL_HOST = 'your.mailhostname.tld'
DEFAULT_URL_HOST = 'your.webhostname.tld'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
```
at the end of mm_cfg.py and run
```
bin/withlist -a -r fix_url
```
to update the lists.

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

Reply via email to