- Fix more linebreaks
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
This is a simple sendmail milter which adds an X-RBL-Warning header to
|
||||
any Xemails that are received that come from an open relay as
|
||||
determined by your Xchoice of RBL checking service (i.e.
|
||||
bl.spamcop.net).
|
||||
any emails that are received that come from an open relay as
|
||||
determined by your choice of RBL checking service (i.e. bl.spamcop.net).
|
||||
|
||||
This is useful if you'd rather have the mail user agent (MUA) deal with
|
||||
Xpotential spam rather than just blocking it in case you loose
|
||||
legitimate Xmessages. Note that the X-RBL-Warning header is only set if
|
||||
the site was Xfound to be an open-relay.
|
||||
potential spam rather than just blocking it in case you loose
|
||||
legitimate messages. Note that the X-RBL-Warning header is only set if
|
||||
the site was found to be an open-relay.
|
||||
|
||||
For more information, see the rbl-milter website at:
|
||||
WWW: http://opensource.confusticate.com/rbl-milter/
|
||||
RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and
|
||||
the Xport is maintained by Ned Wolpert <wolpert@codeheadsystems.com>
|
||||
the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
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.
|
||||
Run the program now with the start command to get rbl-milter running.
|
||||
By default, it uses the relays found at relays.ordb.org but you can
|
||||
change that by modifying the script. It accepts multiple -d commands
|
||||
for multiple site 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:
|
||||
/etc/mail directory so that sendmail will pass mail to rbl-milter.
|
||||
If you have not done this before, do the following:
|
||||
|
||||
cd /etc/mail
|
||||
cp -p freebsd.mc `hostname`.mc
|
||||
@@ -22,4 +22,4 @@ and rebuild it
|
||||
make restart
|
||||
|
||||
By default, the INPUT_MAIL_FILTER line will ignore the filter if
|
||||
rbl-milter Xis not running.
|
||||
rbl-milter is not running.
|
||||
|
||||
Reference in New Issue
Block a user