opensmtpd-filter-rspamd

rspamd integration to the OpenSMTPD daemon

WWW CVSWeb GITHub
  1. Package version
    opensmtpd-filter-rspamd-0.1.8p0
  2. Maintainer
    The OpenBSD ports mailing-list

filter-rspamd is an opensmtpd filter that passes mail through
rspamd to flag or reject spam messages at session time.

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

To use filter-rspamd, you must declare it in smtpd.

Edit the /etc/mail/smtpd.conf file to declare the filter:

filter "rspamd" proc-exec "filter-rspamd"

Then add the filter to each listener that should be filtered:

listen on socket filter "rspamd"
listen on all filter "rspamd"

The filter itself doesn't have configuration and is controlled by
the Rspamd configuration itself.

  • lang/go
  • archivers/unzip