Size: 1244
Comment:
|
Size: 1322
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): 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>> 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 | 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