Ian Truelsen wrote:
# Put YOUR site-specific settings below this line.
MTA = "Postfix"
DEFAULT_EMAIL_HOST="ihtruelsen.dyndns.org"
DEFAULT_URL="www.ihtruelsen.dyndns.org"
DEFAULT_URL_PATTERN="http://%s:3874/mailman/";
[...]
> add_virtualhost(DEFAULT_URL, DEFAULT_EMAIL_HOST,)


You want DEFAULT_URL_HOST both places where you have DEFAULT_URL. (DEFAULT_URL is an obsolete variable. It is normally set to None in Defaults.py, and should be left that way so that DEFAULT_URL_PATTERN applies.)
------------------------------------------------------
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

Reply via email to