Error in Kopano Spooler
-
Hello,
When i try to test the send as permission i get the following error in the spooler.log
May 13 18:27:35 kopano kopano-spooler[685]: Python type: (null)
May 13 18:27:35 kopano kopano-spooler[685]: Python error: No module named MAPI
May 13 18:27:35 kopano kopano-spooler[685]: K-1733: Unable to initialize the spooler plugin system: Unknown error code (1).Used version:
8.6.80.760-0+90.1
I have both python-kopano and python-mapi. Both from the kopano release.
-
After some research i found out that the package python-kopano_8.6.80.760-0+90.1_all.deb doesn’t contain any python modules, only some readme file.
The package python3-kopano_8.6.80.760-0+90.1_all.deb does contain python3 modules.
When i start the kopano-search i get the following error
root@kopano:~/kopano/core-8.6.80.760_0+90-Ubuntu_16.04-amd64# kopano-search
Traceback (most recent call last):
File “/usr/sbin/kopano-search”, line 3, in <module>
import kopano_search
File “/usr/lib/python2.7/dist-packages/kopano_search/init.py”, line 22, in <module>
import kopano
ImportError: No module named kopano -
Hi,
that’s currently a know issue. If you disable the python plugin framework in spooler/dagent you will be able to send mails again.
-
And what about the kopano-search? I cant seem to find any disable-plugin statement in the search.cfg
-
The search deamon won’t work without python, but as long as it’s not running the server makes an automatic fallback to direct database search.
Just watch the other thread and update once the packaging has been fixed (in the next days).