opensmtpd-filter-spamassassin

Apache SpamAssassin integration to the OpenSMTPD daemon

WWW CVSWeb GITHub
  1. Package version
    opensmtpd-filter-spamassassin-0.7p1
  2. Maintainer
    Giovanni Bechis Joerg Jung

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

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

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

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

filter "spamassassin" proc-exec "filter-spamassassin"

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

listen on socket filter "spamassassin"
listen on all filter "spamassassin"

The filter itself does have some additional configurations, you can look at them
in filter-spamassassin(1) man page.

  • lang/go