Handling spam: Difference between revisions
From Open-Xchange
(Created page with "Open-Xchange provides an abstraction layer for spam handling. Users can mark e-mail as spam and depending on the implementation of the spam handler, this can be used to feed l...") |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
== Administrators == | == Administrators == | ||
Administrators can install bundles that do spam handling. As of now, the following bundles are available: | Administrators can install bundles that do spam handling. As of now, the following bundles are available in addition to the '''NoSpamHandler''': | ||
{| | |||
! Name || Package || Identifier | |||
|- | |||
| [[Spamexperts]] || open-xchange-spamhandler-spamexperts || SpamExperts | |||
|- | |||
| [[Spamassassin]] || open-xchange-spamhandler-spamassassin || SpamAssassin | |||
|- | |||
| [[MailReportSpamhandler|Generic Mail spamhandling (e.g. Cloudmark)]] || open-xchange-spamhandler-cloudmark || CloudmarkSpamHandler | |||
|- | |||
| [https://oxpedia.org/wiki/index.php?title=PA_Provider_Deployment_Guide#APS_package Parallels spamhandling] || open-xchange-spamhandler-parallels || | |||
|- | |||
| Default || open-xchange-spamhandler-default || DefaultSpamHandler | |||
|} | |||
Relevant properties to be set according to the used implementation: | |||
* com.openexchange.spamhandler.name | |||
* com.openexchange.imap.spamHandler | |||
* com.openexchange.pop3.spamhandler | |||
As a '''warning''': Don't use more than one of these at the same time. | |||
Line 17: | Line 36: | ||
[[Category:Administrator]] | [[Category:Administrator]] | ||
[[Category: Spamhandling]] |
Latest revision as of 12:19, 28 May 2019
Open-Xchange provides an abstraction layer for spam handling. Users can mark e-mail as spam and depending on the implementation of the spam handler, this can be used to feed learning systems and other means of spam protection.
Developers
Developers can find the source code for the interface in com.openexchange.spamhandler
. It is well documented with JavaDoc, though we do at the time not automatically generate and publish HTML pages from it.
Administrators
Administrators can install bundles that do spam handling. As of now, the following bundles are available in addition to the NoSpamHandler:
Name | Package | Identifier |
---|---|---|
Spamexperts | open-xchange-spamhandler-spamexperts | SpamExperts |
Spamassassin | open-xchange-spamhandler-spamassassin | SpamAssassin |
Generic Mail spamhandling (e.g. Cloudmark) | open-xchange-spamhandler-cloudmark | CloudmarkSpamHandler |
Parallels spamhandling | open-xchange-spamhandler-parallels | |
Default | open-xchange-spamhandler-default | DefaultSpamHandler |
Relevant properties to be set according to the used implementation:
- com.openexchange.spamhandler.name
- com.openexchange.imap.spamHandler
- com.openexchange.pop3.spamhandler
As a warning: Don't use more than one of these at the same time.