Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
/ inotify-spamlearn Public archive

Companion to Kopano Core kopano-spamd, process spam written to /var/lib/kopano/spamd/spam

License

Notifications You must be signed in to change notification settings

bkram/inotify-spamlearn

Repository files navigation

inotify-spamlearn

Description

A companion to the Kopano Core kopano-spamd, which is included from Kopano Core 8.6 on.

The kopano-spamd detects spam/ham state changes and writes these to either /var/lib/kopano/spamd/spam or /var/lib/kopano/spamd/ham respectively.

These folders are used by inotify-spamlearn to expose these eml files to external tooling.

The kopano-spamd from Kopano Core git master can be found here.

Python modules required

  • logging
  • os
  • subprocess
  • configparser
  • inotify.adapters
  • threading

Basic installation

Configuration

  • Edit the inotify-spamlearn.cfg file if required.
  • Edit the inotify-speamlearn.service to reflect the username and group required for your spamlearn command.
  • Verify the provided /etc/kopano/spamd.cfg is correct for your setup e.g. check the sa_group.

Copying the files

sudo cp inotify-spamlearn.cfg /etc/kopano
sudo cp inotify-spamlearn.py /usr/local/sbin/
sudo cp inotify-spamlearn.service /etc/systemd/system

Enabling and starting

sudo systemctl enable inotify-spamlearn
sudo systemctl start inotify-spamlearn

Verify if it is running

In the default config all logging is to the console, so systemd takes care of it, use journalctl to read the logging.

sudo systemctl status inotify-spamlearn
sudo journalctl -u inotify-spamlearn -f

About

Companion to Kopano Core kopano-spamd, process spam written to /var/lib/kopano/spamd/spam

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages