Default Signatures are not working
-
Hello everyone,
I just set up a Kopano4UCS server and wanted to use the defaultsignature feature. I wrote my signature into the signature.html file and wanted to deploy the signature with the setdefaultsignature.py file. When I execute the file I only get the error message
/usr/share/doc/kopano-webapp/scripts/signatures$ python setdefaultsignature.py <username> Traceback (most recent call last): File "./setdefaultsignature.py", line 2, in <module> from MAPI.Util import * ImportError: No module named MAPI.Util
Do I need to copy the file somewhere else or did I miss something? I use the current Kopano version from the repositories.
Thanks in advance.
-
@FabianRenntronic You probably need to run it with python3
-
Thank you! That fixed it.