On 2023/06/21 18:30:31 +0200, Philippe Strauss <[email protected]> wrote:
> Hello the list,
>
> I'm new to opensmtpd, great software BTW, but after reading the man
> page and googling around the net, I can't find the right syntax for the
> "listen ... filter ..." syntax in smtpd.conf, I'm simply trying to
> setup rspamd to filter and DKIM sign emails, someone willing to share
> some example for 6.8.0p2?
>
> TIA!
it's something along the lines of
filter "rspamd" proc-exec "path/to/opensmtpd-filter-rspamd"
listen on ... filter "rspamd"
provided that opensmtpd-filter-rspamd is installed and rspamd running.
there are some examples in the filter-rspamd README:
https://github.com/poolpOrg/filter-rspamd#how-to-configure
HTH