Norbert Aschendorff wrote:
>
>Is it possible to move the lists which aren't virtual hosted yet (they
>appear only in data/aliases) to the virtual host (so they appear
>additionally in data/virtual-mailman)? I searched the web but I didn't
>find anything helpful about this topic. The problem is that I don't want
>to re-create the list because it'd be good to keep the passwords and
>settings of the subscribers.


It is not difficult, but requires a few steps.

1) add

add_virtualhost('new.web.domain', 'new.email.domain')

and

POSTFIX_STYLE_VIRTUAL_DOMAINS = ['new.email.domain']

to mm_cfg.py

2) run Mailman's

bin/withlist -r fix_url LISTNAME -u new.web.domain

to move the LISTNAME list or run

bin/withlist -r fix_url -a -- -u new.web.domain

to do all lists.

3) run Mailman's

bin/genaliases

4) add

hash:/path/to/mailman/data/virtual-mailman

to virtual_alias_maps in Postfix main.cf and reload Postfix.

-- 
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]
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to