$OpenBSD: README,v 1.2 2019/09/20 16:41:53 gilles Exp $

+-----------------------------------------------------------------------
| Running opensmtpd-filter-rspamd 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.
