diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-07 19:14:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-07 19:14:05 +0000 |
commit | 77aa2be3460ef9fd8f60efc6c07b8d52a676093e (patch) | |
tree | d01a00c205cd38a9c264644d5412438d292c7561 /mail/rbl-milter | |
parent | d5cdb9eec942ae7d4ec26a5a55dfc878784e6694 (diff) | |
download | ports-77aa2be3460ef9fd8f60efc6c07b8d52a676093e.tar.gz ports-77aa2be3460ef9fd8f60efc6c07b8d52a676093e.zip |
Notes
Diffstat (limited to 'mail/rbl-milter')
-rw-r--r-- | mail/rbl-milter/pkg-descr | 13 | ||||
-rw-r--r-- | mail/rbl-milter/pkg-message | 14 |
2 files changed, 13 insertions, 14 deletions
diff --git a/mail/rbl-milter/pkg-descr b/mail/rbl-milter/pkg-descr index be41413cc1c7..f4c851dd6fb8 100644 --- a/mail/rbl-milter/pkg-descr +++ b/mail/rbl-milter/pkg-descr @@ -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> diff --git a/mail/rbl-milter/pkg-message b/mail/rbl-milter/pkg-message index c2ee36d516d6..f67f1d534155 100644 --- a/mail/rbl-milter/pkg-message +++ b/mail/rbl-milter/pkg-message @@ -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. |