blob: c2ee36d516d69406e1f53af2dd62a32631cc0ca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
|