Installing Open-Xchange Plug-ins
The following Open-Xchange plug-ins should be installed on the Open-Xchange server:
- open-xchange-custom-parallels
- open-xchange-custom-parallels-gui
- open-xchange-spamhandler-spamassassin
- open-xchange-admin-soap
- open-xchange-easylogin
The plug-ins packages are available in the Open-Xchange distribution. If they are not installed, install them first.
If you plan to provide to customers the ability to manage the Sieve mail filtering rules through Open-Xchange control panel, install the open-xchange-mailfilter Open-Xchange plug-in. Otherwise, the open-xchange-mailfilter Open-Xchange plug-in should not be installed.
Important: Make sure the listed packages are not installed:
open-xchange-spamhandler-default
open-xchange-authentication-database
open-xchange-admin-plugin-contextrestore
open-xchange-log4j
open-xchange-passwordchange-database
open-xchange-passwordchange-servlet
If they are installed, uninstall them first.
Restart the Open-Xchange services using the following commands:
service open-xchange-admin stop
service open-xchange-admin start
service open-xchange-groupware stop
service open-xchange-groupware start
Verify that all plug-ins are correctly installed and loaded using the following command:
/opt/open-xchange/sbin/listbundles
All bundles should be in the ACTIVE state, for example:
# /opt/open-xchange/sbin/listbundles
...
bundlename: com.openexchange.custom.parallels status: ACTIVE
...
Note: If a bundle is not in the ACTIVE state, check the Open-Xchange log files. They are located in the /var/log/open-xchange
directory.