Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2008-07-17 23:12:50
Size: 1244
Editor: yopisuwanto
Comment:
Revision 4 as of 2015-03-04 05:20:07
Size: 1291
Editor: msapiro
Comment: un WikiName by reformatting
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 5: Line 5:
{{{
[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<<BR>> File "/usr/lib/mailman/Mailman/MailList.py", line 49, in ?
 from Mailman.ZimbraIntegration import ZimbraIntegration<<BR>> File "/usr/lib/mailman/Mailman/ZimbraIntegration.py", line 4
 try:
 ^
 SyntaxError: invalid syntax
 [FAILED]
}}}
Line 6: Line 17:
<<Verbatim([)>>root@mail ~<<Verbatim(])>># service mailman start
Starting mailman: Traceback (most recent call last):
&nbsp; File "/usr/lib/mailman/bin/mailmanctl", line 113, in ?
&nbsp;&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
What can I make this possible ? Any suggestion will be appreciate
Line 19: Line 19:
thank&nbsp; 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<<BR>> File "/usr/lib/mailman/Mailman/MailList.py", line 49, in ?
 from Mailman.ZimbraIntegration import ZimbraIntegration<<BR>> 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)