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