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:[email protected]] 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 [email protected] 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 <[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
