1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/rblsmtpd/pkg-descr
Jun Kuriyama 2f50aab331 RBL (Realtime Blackhole List) smtp daemon for blocking SPAM.
PR:		ports/8516 and ports/9080
Submitted by:	John Saunders <john@nlc.net.au>
Submitted by:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-02-11 07:23:16 +00:00

16 lines
628 B
Plaintext

rblsmtpd is a generic tool to block mail from RBL-listed sites. It works
with any SMTP server that can run under tcpserver; in particular, any
version of qmail or sendmail. Turning it on is easy: simply insert
rblsmtpd in front of the real SMTP server in your inetd.conf (or
tcpserver) invocation.
rblsmtpd supports anti-RBL lists for sites that want to skip RBL lookups
for preauthorized hosts. It also optionally pays attention to temporary
RBL lookup errors.
See http://pobox.com/~djb/rblsmtpd.html for info and updates.
See http://maps.vix.com/rbl/ for more information about the RBL.
-John Saunders <john@nlc.net.au>