[Mailman-Users] Need assistance configuring Mailman version 2.1.15 on RHEL7

Mark Sapiro mark at msapiro.net
Wed Jul 17 19:08:00 EDT 2019


On 7/16/19 5:24 AM, Mr. Vishal Gandhi wrote:
> We installed Mailman version 2.1.15 on RHEL7 using yum. We don't want mailing lists' email addresses with the same domain as the server has. For example: server is example1.fdu.edu . We would like to have email addresses of the mailing lists to end with @fdu.edu so that someone sends email to list1 at fdu.edu and the subscribers of the the mailing list list1 will receive it. Can some one please provide us some guidance on how can we accomplish this?
> 
> We'll appreciate any help or guidance we may receive.

First of all, the primary support resource for this package should be
RedHat. See <https://wiki.list.org/x/12812344>.

That said, see <https://wiki.list.org/x/4030592>

What you want in mm_cfg.py is

DEFAULT_EMAIL_HOST = 'fdu.edu'
DEFAULT_URL_HOST = 'fdu.edu'
VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

The second line above, DEFAULT_URL_HOST should be set to whatever host
name you want for accessing the web UI.

Then, if you have existing lists, you need to run Mailman's

bin/withlist -a -r fix_url

to update those.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list