Tue Aug 29 16:31:41 2023 UTC ()
opensmtpd-filter-rspamd: add reference to manual.


(vins)
diff -r1.2 -r1.3 pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd

cvs diff -r1.2 -r1.3 pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd (expand / switch to unified diff)

--- pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd 2023/08/28 18:08:42 1.2
+++ pkgsrc/mail/opensmtpd-filter-rspamd/files/README.rspamd 2023/08/29 16:31:41 1.3
@@ -5,15 +5,17 @@ @@ -5,15 +5,17 @@
5To use the rspamd filter, you must declare it first in your OpenSMTPD  5To use the rspamd filter, you must declare it first in your OpenSMTPD
6configuration. 6configuration.
7 7
8Edit the @PKG_SYSCONFDIR@/smtpd/smtpd.conf file to declare the filter: 8Edit the @PKG_SYSCONFDIR@/smtpd/smtpd.conf file to declare the filter:
9 9
10 filter "rspamd" \ 10 filter "rspamd" \
11 proc-exec "@PREFIX@/libexec/opensmtpd/filter-rspamd" 11 proc-exec "@PREFIX@/libexec/opensmtpd/filter-rspamd"
12 12
13Then add the filter to each listener that should be filtered: 13Then add the filter to each listener that should be filtered:
14 14
15 listen on socket filter "rspamd" 15 listen on socket filter "rspamd"
16 listen on $ipv4 [...] filter "rspamd" 16 listen on $ipv4 [...] filter "rspamd"
17 17
 18See filer-rspamd(8) man page.
 19
18The filter itself doesn't have a configuration and depends upon  20The filter itself doesn't have a configuration and depends upon
19the Rspamd daemon configuration.  21the Rspamd daemon configuration.