diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-29 15:32:12 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-29 15:32:12 +0000 |
commit | f77bbaac58e49ea6259f4aa3722f52bda55aa8fc (patch) | |
tree | 990d2f16387b98446da43ac990f3f649048ffff8 /mail/qgreylist/MESSAGE | |
parent | 5dbe6a687321069ea45ab2af71779cdf84f7826d (diff) | |
download | pkgsrc-f77bbaac58e49ea6259f4aa3722f52bda55aa8fc.tar.gz |
Initial import of qgreylist-0.2, simple greylisting for qmail.
qgreylist is a 'lite' version of greylisting. It greylists only by
source IP address, mainly because it's written as a wrapper for
qmail-smtpd so has no other information available. For home and
small office use this works nearly as well.
Diffstat (limited to 'mail/qgreylist/MESSAGE')
-rw-r--r-- | mail/qgreylist/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/qgreylist/MESSAGE b/mail/qgreylist/MESSAGE new file mode 100644 index 00000000000..b9c7b6dbd02 --- /dev/null +++ b/mail/qgreylist/MESSAGE @@ -0,0 +1,7 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/08/29 15:32:12 schmonz Exp $ + +To enable qgreylist, set qmailsmtpd_presmtpd="${PREFIX}/bin/qgreylist" +in /etc/rc.conf, then restart qmail-smtpd. + +=========================================================================== |