aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rbl-milter/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rbl-milter/pkg-message')
-rw-r--r--mail/rbl-milter/pkg-message25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/rbl-milter/pkg-message b/mail/rbl-milter/pkg-message
new file mode 100644
index 000000000000..c2ee36d516d6
--- /dev/null
+++ b/mail/rbl-milter/pkg-message
@@ -0,0 +1,25 @@
+The start/stop script has been placed in $PREFIX/etc/rc.d/rbl-milter.sh
+ XRun the program now with the start command to get rbl-milter running.
+By Xdefault, it uses the relays found at relays.ordb.org but you can
+change that Xby modifying the script. It accepts multiple -d commands
+for multiple Xsite checks.
+
+Note that you will need to edit the proper sendmail.mc file in your
+/etc/mail Xdirectory so that sendmail will pass mail to rbl-milter. If
+you have not Xdone this before, do the following:
+
+ cd /etc/mail
+ cp -p freebsd.mc `hostname`.mc
+
+Add the INPUT_MAIL_FILTER line to the file:
+
+ INPUT_MAIL_FILTER(`rbl-milter',`S=local:/var/run/rbl-milter')
+
+and rebuild it
+
+ make
+ make install
+ make restart
+
+By default, the INPUT_MAIL_FILTER line will ignore the filter if
+rbl-milter Xis not running.