----- Original Message ---------------
Subject: RE: [Mailman-Users] Virual host email from address defaulting
to realhostname.
From: "Richard Beyer" <[EMAIL PROTECTED]>
Date: Thu, 4 May 2006 11:14:04 +1000
To: "'Mark Sapiro'" <[EMAIL PROTECTED]>,
<[email protected]>
>Thanks Mark, however,
>
>bin/fix_url.py tells me to use bin/withlist
>bin/withlist (with options as instructed) gives an error:
>
>bin/withlist -l -r lists.lcg.org.au committee
The command you want is
bin/withlist -l -r fix_url committee
assuming 'committee is the list name. You could use
bin/withlist -l -r fix_url committee -u lists.lcg.org.au
but that isn't necessary as it will use DEFAULT_URL_HOST and
DEFAULT_EMAIL_HOST if you don't specify a host option.
BTW, I didn't mention this in my first reply and you didn't mention it
either, but assuming that the settings of DEFAULT_EMAIL_HOST and
DEFAULT_URL_HOST in Defaults.py are not 'lists.lcg.org.au', you need
to put
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
following
DEFAULT_EMAIL_HOST = 'lists.lcg.org.au'
DEFAULT_URL_HOST = 'lists.lcg.org.au'
in mm_cfg.py.
--
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://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp