table of contents
| FILTER-RSPAMD(8) | System Manager's Manual | FILTER-RSPAMD(8) | 
NAME¶
filter-rspamd —
    Rspamd filter for OpenSMTPD
SYNOPSIS¶
| filter-rspamd | [ -urlurl] | 
DESCRIPTION¶
The filter-rspamd filter for the OpenSMTPD
    (smtpd(8)) server filters sessions through an rspamd
    daemon. Its options are:
- -urlurl
- Connect to the remote rspamd instance located at
      url. This flag is optional. If unspecified,
      filter-rspamdwill connect to the rspamd instance located at http://localhost:11333.
All other rspamd-related configuration, e.g., regarding thresholds or enabled modules, must be done in rspamd itself.
EXIT STATUS¶
The filter-rspamd utility exits 0
    on success, and >0 if an error occurs.
EXAMPLES¶
Adding the following to smtpd.conf enables
    filter-rspamd for all incoming connections. In this
    configuration, the local rspamd daemon is used.
filter "rspamd" proc-exec "filter-rspamd" listen on all filter "rspamd"
The following enables filter-rspamd for
    all incoming connections using a remote rspamd daemon.
filter "rspamd" proc-exec "filter-rspamd -url http://example.org:11333" listen on all filter "rspamd"
SEE ALSO¶
AUTHORS¶
filter-rspamd is Copyright © 2019
    Gilles Chehade
    <gilles@poolp.org>.
    This man page is Copyright © 2020 Ryan
    Kavanagh
    <rak@debian.org>. Both
    are distributed under the ISC license.
BUGS¶
None known.
| April 24, 2020 | Debian |