Announcement

Collapse
No announcement yet.

Release 7.6.0: additional configuration options for the spamexperts integration

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.6.0: additional configuration options for the spamexperts integration

    The spamexperts integration will now also have spam/ham training capabilities.

    The following new options will be added to the open-xchange-spamhandler-spamexperts package, configuration file /opt/open-xchange/etc/spamexperts.properties

    #
    # the imap url to the spamexperts imap server
    #
    # Example: imap://myserver.example.com
    #
    com.openexchange.custom.spamexperts.imapurl=

    #
    # username to authenticate against the imap server
    #
    com.openexchange.custom.spamexperts.imapuser=

    #
    # password to authenticate against the imap server
    #
    com.openexchange.custom.spamexperts.imappassword=

    #
    # Foldername of folder to place spam mails in order to train the system
    #
    com.openexchange.custom.spamexperts.trainspamfolde r=Spam

    #
    # Foldername of folder to place ham mails in order to train the system
    #
    com.openexchange.custom.spamexperts.trainhamfolder =Not Spam
Working...
X