Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-07-18 00:56:45
Size: 799
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/6455300
#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):
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
<<Verbatim([)>>FAILED<<Verbatim(])>>
<<BR>>
Line 20: Line 19:
thank 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)