Spamexperts: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Introduction = | |||
This | This package connects the [http://www.spamexperts.com/ SpamExperts] system with Open-Xchange. | ||
It allows to access your SpamExperts settings from within Open-Xchange. | |||
{{InstallPlugin|pluginname=open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui|sopath= | {{InstallPlugin|pluginname=open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui|sopath=6.22/backend|version=v6.22.x}} | ||
=Components= | =Components= | ||
OX UI | == OX UI Plugin == | ||
The UI plugin extends the OX settings tree with a new subtree to access the "Antispam" management WEB UI of Spamexperts.com | The UI plugin extends the OX settings tree with a new subtree to access the "Antispam" management WEB UI of Spamexperts.com | ||
OX | == OX Backend Plugin == | ||
The | The backend plugin consists of a servlet which can create an authentication ticket for the currently active OX user by using the | ||
Spamexperts.com API and then sends the ticket back to the UI plugin which will do the redirect to the external Spamexperts.com management WEB UI. | Spamexperts.com API and then sends the ticket back to the UI plugin which will do the redirect to the external Spamexperts.com management WEB UI. | ||
=Configuration file= | =Configuration file= | ||
/opt/open-xchange/etc | /opt/open-xchange/etc/spamexperts.properties | ||
Defines: | Defines: |
Revision as of 13:04, 31 January 2014
Introduction
This package connects the SpamExperts system with Open-Xchange. It allows to access your SpamExperts settings from within Open-Xchange.
Install on OX v6.22.x
Debian GNU/Linux 11.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://software.open-xchange.com/products/6.22/backend/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/6.22/backend/updates/DebianBullseye/ /
and run
$ apt-get update $ apt-get install open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui
Debian GNU/Linux 12.0
Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:
deb https://software.open-xchange.com/products/6.22/backend/DebianBookworm/ /
# if you have a valid maintenance subscription, please uncomment the
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/6.22/backend/updates/DebianBookworm/ /
and run
$ apt-get update $ apt-get install open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui
Components
OX UI Plugin
The UI plugin extends the OX settings tree with a new subtree to access the "Antispam" management WEB UI of Spamexperts.com
OX Backend Plugin
The backend plugin consists of a servlet which can create an authentication ticket for the currently active OX user by using the Spamexperts.com API and then sends the ticket back to the UI plugin which will do the redirect to the external Spamexperts.com management WEB UI.
Configuration file
/opt/open-xchange/etc/spamexperts.properties
Defines:
- Spamexperts API URL
- Spamexperts API Adminuser/Password
- Spamexperts WEB UI Base-URL
- Servlet Mountpoint
- Authentication attribute of OX user for use against the Spamexperts API