From owner-freebsd-stable Thu Dec 7 12:28:22 2000 From owner-freebsd-stable@FreeBSD.ORG Thu Dec 7 12:28:20 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id 7A19437B400 for ; Thu, 7 Dec 2000 12:28:18 -0800 (PST) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id OAA10526; Thu, 7 Dec 2000 14:28:13 -0600 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id OAA14438; Thu, 7 Dec 2000 14:28:07 -0600 Message-ID: <02c301c0608c$38f5e1a0$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "Lauri Laupmaa" Cc: References: <3A2F5FA2.27452.2D8C83@localhost> Subject: Re: sendmail, rbl & orbs Date: Thu, 7 Dec 2000 14:28:04 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Lauri Laupmaa" > Many thanks to You and other helpful people! > RBL is working now... just wondering if ORBS is a subset of RBL ? > ORBS is not a subset of RBL. Both ORBS and relays.mail-abuse.org are used to block mail from open-relays. I use the following Blackhole Lists in my *.mc file: dnl Uncomment to activate Realtime Blackhole List (recommended!) FEATURE(dnsbl, `rbl.maps.vix.com',`"Mail from "$&{client_addr}" rejected; see http://mail-abuse.org/cgi-bin/lookup?"$&{client_addr}')dnl FEATURE(dnsbl, `dul.maps.vix.com',`"Mail from dial-up "$&{client_addr}" rejected; see http://mail-abuse.org/dul/enduser.htm"')dnl HACK(orbsbl2)dnl FEATURE(dnsbl, `relays.orbs.org',`"Mail from open relay "$&{client_addr}" rejected; see http://www.orbs.org/verify.cgi?address="$&{client_addr}')dnl FEATURE(dnsbl, `relays.mail-abuse.org',`"Mail from open relay "$&{client_addr}" rejected; see http://www.mail-abuse.org/cgi-bin/lookup?"$&{client_addr}')dnl NOTE: When the error message contains a hyperlink, you need to use quotes (") arround the error message, otherwise the error message will contain a space between the hyperlink and client_addr. NOTE: orbsbl2 - Hack to limit the scope of rejected open-relays from the ORBS and RBL relays lists. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message