The mail/opensmtpd-filters/rspamd port
opensmtpd-filter-rspamd-0.1.8p0 – rspamd integration to the OpenSMTPD daemon (cvsweb github mirror)
Description
filter-rspamd is an opensmtpd filter that passes mail through rspamd to flag or reject spam messages at session time.WWW: https://github.com/poolpOrg/filter-rspamd/
Readme
+-----------------------------------------------------------------------
| 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.
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 amd64 arm i386 riscv64
Categories
Build dependencies
Files
- /usr/local/libexec/smtpd/
- /usr/local/libexec/smtpd/filter-rspamd
- /usr/local/share/doc/pkg-readmes/opensmtpd-filter-rspamd