aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rbl-milter/pkg-message
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-03-28 23:32:57 +0800
committerdinoex <dinoex@FreeBSD.org>2009-03-28 23:32:57 +0800
commit8f5297ceb637157fa333fd197b720fdd14fe85c6 (patch)
tree080e663c3227bb0ed7bf8040ef2c2053a3403491 /mail/rbl-milter/pkg-message
parent05c32e11cdc9b6cff2601732b01b270133ad1b65 (diff)
downloadfreebsd-ports-graphics-8f5297ceb637157fa333fd197b720fdd14fe85c6.tar.gz
freebsd-ports-graphics-8f5297ceb637157fa333fd197b720fdd14fe85c6.tar.zst
freebsd-ports-graphics-8f5297ceb637157fa333fd197b720fdd14fe85c6.zip
- use RCNG script
Diffstat (limited to 'mail/rbl-milter/pkg-message')
-rw-r--r--mail/rbl-milter/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/rbl-milter/pkg-message b/mail/rbl-milter/pkg-message
index f67f1d53415..f2235d4a3c7 100644
--- a/mail/rbl-milter/pkg-message
+++ b/mail/rbl-milter/pkg-message
@@ -1,8 +1,10 @@
-The start/stop script has been placed in $PREFIX/etc/rc.d/rbl-milter.sh
-Run the program now with the start command to get rbl-milter running.
+Add to your /etc/rc.conf
+rblmilter_enable="YES"
+Then run the milter with: $PREFIX/etc/rc.d/rbl-milter start
+
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.
+change that by setting rblmilter_flags in /etc/rc.conf:
+rblmilter_flags="-l -r -d relays.ordb.org"
Note that you will need to edit the proper sendmail.mc file in your
/etc/mail directory so that sendmail will pass mail to rbl-milter.