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 
> li...@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 <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
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to