Difference between revisions of "Spamexperts"

(Created page with "This plugin adds functionality to the Open-Xchange system to be logged into the external Spamexperts.com WEB UI without authenticating a second time against the Spamexperts.com W...")
 
Line 1: Line 1:
 
This plugin adds functionality to the Open-Xchange system to be logged into the external Spamexperts.com WEB UI without
 
This plugin adds functionality to the Open-Xchange system to be logged into the external Spamexperts.com WEB UI without
 
authenticating a second time against the Spamexperts.com WEB UI.
 
authenticating a second time against the Spamexperts.com WEB UI.
 +
 +
{{InstallPlugin|pluginname=open-xchange-spamhandler-spamexperts|sopath=stable}}
  
 
=Components=  
 
=Components=  

Revision as of 09:31, 13 January 2012

This plugin adds functionality to the Open-Xchange system to be logged into the external Spamexperts.com WEB UI without authenticating a second time against the Spamexperts.com WEB UI.

Install on OX AppSuite

Debian GNU/Linux 10.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/stable/DebianBuster/ /
# 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/stable/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-spamhandler-spamexperts

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/stable/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/stable/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-spamhandler-spamexperts


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 Server-Plugin:

The Server plugin consists of 1 Servlet which can create an authticket 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/groupware/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