On Tue, Aug 13, 2019 at 08:37:18AM +0000, Gilles Chehade wrote:
> filter-rspamd doesn't have any configuration itself, all it needs is for
> smtpd.conf to reference it:
>
> filter "rspamd" proc-exec "/usr/local/bin/filter-rspamd"
> listen on all filter "rspamd"
>
> I thought I'd add this as an example to the smtpd.conf(5) man page itself.
Sounds good.
> Should I add a README in the port too ?
Yes please, either reference smtpd.conf(5) or just include the same
example here. Adding a pkg/README to the port should do it; this way
pkg_add would tell you
opensmtpd-filter-rspamd-X.Y: ok
New and changed readme(s):
/usr/local/share/doc/pkg-readmes/opensmtpd-filter-rspamd
so users know immediately how to set things up.