Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-07-17 23:12:50
Size: 1244
Editor: yopisuwanto
Comment:
Revision 3 as of 2008-09-22 11:01:45
Size: 1322
Editor: msapiro
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl yopisuwanto:read,write,delete,revert All:read
#pragma comment-owner yopisuwanto
#pragma page-filename COM/versions/5341192
#acl msapiro:read,write,delete,revert All:read
#pragma comment-owner msapiro
#pragma page-filename COM/versions/5341191
Line 6: Line 6:
<<Verbatim([)>>root@mail ~<<Verbatim(])>># service mailman start
Starting mailman: Traceback (most recent call last):
&nbsp;
File "/usr/lib/mailman/bin/mailmanctl", line 113, in ?
&nbs
p;&nbsp;&nbsp; from Mailman.MailList import MailList
&nbsp;
File "/usr/lib/mailman/Mailman/MailList.py", line 49, in ?
&nbsp;&nbsp;&nbsp;
from Mailman.ZimbraIntegration import ZimbraIntegration
&nbsp;
File "/usr/lib/mailman/Mailman/ZimbraIntegration.py", line 4
&nbsp;&nbsp;&nbsp;
try:
&nbsp;&nbsp;&nbsp;
^
SyntaxError: invalid syntax
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <<Verbatim(
[)>>FAILED<<Verbatim(])>><<BR>>
What can I this possible ? Any suggestion will be appreciate
[root@mail ~]# service mailman start
<<BR>> Starting mailman: Traceback (most recent call last):<<BR>> File "/usr/lib/mailman/bin/mailmanctl", line 113, in ?<<BR>> from Mailman.MailList import MailList<<BR>> File "/usr/lib/mailman/Mailman/MailList.py", line 49, in ?<<BR>> from Mailman.ZimbraIntegration import ZimbraIntegration<<BR>> File "/usr/lib/mailman/Mailman/ZimbraIntegration.py", line 4<<BR>> try:<<BR>> ^<<BR>> SyntaxError: invalid syntax<<BR>> [FAILED] <<BR>>
Line 19: Line 9:
thank&nbsp; What can I make this possible ? Any suggestion will be appreciate

thank <<BR>> -------------------------------------------------------------------------------<<BR>> As it says above under "If you need help...", and in Terri's comment, questions will get much more attention if posted to the [[http://mail.python.org/mailman/listinfo/mailman-users|mailman-users mailing list]].

The problem here is a syntax error (probably indentation) at line 4 in /usr/lib/mailman/Mailman/ZimbraIntegration.py. This is not a GNU Mailman module. You'll have to get support from whoever distributes it.

 * Mark Sapiro

I have integrated mailman with zimbra cs, when I run service mailman start, I got the error message, like this :

[root@mail ~]# service mailman start
Starting mailman: Traceback (most recent call last):
File "/usr/lib/mailman/bin/mailmanctl", line 113, in ?
from Mailman.MailList import MailList
File "/usr/lib/mailman/Mailman/MailList.py", line 49, in ?
from Mailman.ZimbraIntegration import ZimbraIntegration
File "/usr/lib/mailman/Mailman/ZimbraIntegration.py", line 4
try:
^
SyntaxError: invalid syntax
[FAILED]

What can I make this possible ? Any suggestion will be appreciate

thank



As it says above under "If you need help...", and in Terri's comment, questions will get much more attention if posted to the mailman-users mailing list.

The problem here is a syntax error (probably indentation) at line 4 in /usr/lib/mailman/Mailman/ZimbraIntegration.py. This is not a GNU Mailman module. You'll have to get support from whoever distributes it.

  • Mark Sapiro

MailmanWiki: COM/Home/0003 (last edited 2015-03-04 05:20:07 by msapiro)