[Mailman-Users] Mailman intergaration with zimbra
Bozra
bozra at simbanet.co.tz
Tue Feb 15 10:22:22 CET 2011
Dear All,
Thanks for your reply it helped me a lot.
Sorry to bother you Iam getting when I ''bin/newlist
-emailhost=virtual-domain1.com -urlhost=<your zimbra host> <listname>
<admin-email-address> <admin-password>'' I get -bash: syntax error near
unexpected token `<'
Is there anything wrong in my syntax?
Regards,
Bozra.
-----Original Message-----
From: Mark Sapiro [mailto:mark at msapiro.net]
Sent: Monday, February 14, 2011 9:24 PM
To: Bozra
Subject: Re: mailman intergaration with zimbra
On 11:59 AM, Bozra wrote:
>
> But when browsing http://mail.mydomain.com:7780/mailman/listinfo i
> get the below error
>
>
>
> *''Bug in Mailman version 2.1.14*
>
> * We're sorry, we hit a bug!*
>
> Please inform the webmaster for this site of this problem. Printing
> of traceback and other system information has been explicitly inhibited,
> but the webmaster can find this information in the Mailman error
> logs."
>
>
>
> At /usr/local/mailman/logs/error below is the error I get
The traceback shows
File "/usr/local/mailman/Mailman/Utils.py", line 261, in ScriptURL
web_page_url = mm cfg.DEFAULT_URL_PATTERN % get_domain()
TypeError: not all arguments converted during string Formatting
This indicates that you have overridden the definition of
DEFAULT_URL_PATTERN in mm_cfg.py and your definition does not contain
exactly one "%s" as in the default
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
If you want to add a port, the correct override is, e.g.,
DEFAULT_URL_PATTERN = 'http://%s:7780/mailman/'
To follow up or if you have other questions, please join the
mailman-users at python.org list at
<http://mail.python.org/mailman/listinfo/mailman-users>
and post your request there. Note that this is a publicly archived list.
Do not post personal information that you don't want to expose to the world.
--
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