[Mailman-Users] Specify URL's in confirmation e-mail?

Mark Sapiro mark at msapiro.net
Wed Jan 23 22:14:49 CET 2008


Jon Slater wrote:
> DEFAULT_URL_HOST = "www.myserver.com"
> 
> DEFAULT_EMAIL_HOST = "myserver.com"


You also want

add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

if you don't have it and then

add_virtulahost('www.firstdomain.con', 'firstdomain.com')
add_virtulahost('www.seconddomain.con', 'seconddomain.com')
etc.


Then restart mailman, and finally run fix_url to fix your lists. E.g.

cd ~mailman
bin/withlist -l -r fix_url members -u firstdomain.com
bin/withlist -l -r fix_url board -u seconddomain.com
etc.

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