Difference between revisions of "Spamexperts"

Line 1: Line 1:
What is this?
+
= Introduction =
  
This plugin adds functionality to the Open-Xchange system to be logged into the external Spamexperts.com WEB UI without
+
This package connects the [http://www.spamexperts.com/ SpamExperts] system with Open-Xchange.
authenticating a second time against the Spamexperts.com WEB UI.
+
It allows to access your SpamExperts settings from within Open-Xchange.
  
{{InstallPlugin|pluginname=open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui|sopath=stable}}
+
{{InstallPlugin|pluginname=open-xchange-spamhandler-spamexperts open-xchange-spamhandler-spamexperts-gui|sopath=6.22/backend|version=v6.22.x}}
  
 
=Components=  
 
=Components=  
  
OX UI-Plugin:
+
== 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 Server-Plugin:
+
== OX Backend Plugin ==
  
The Server plugin consists of 1 Servlet which can create an authticket for the currently active OX user by using 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/groupware/spamexperts.properties
+
/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 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/6.22/backend/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/6.22/backend/updates/DebianBuster/ /

and run

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

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


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