From owner-freebsd-hackers Mon Mar 30 15:08:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16555 for freebsd-hackers-outgoing; Mon, 30 Mar 1998 15:08:55 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from cyber3.servtech.com (root@cyber3.servtech.com [199.1.22.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA16549 for ; Mon, 30 Mar 1998 15:08:50 -0800 (PST) (envelope-from housley@pr-comm.com) Received: from pr-comm.com (root@prcomm.roc.servtech.com [204.181.3.14]) by cyber3.servtech.com (8.8.8/8.8.6) with ESMTP id SAA29358 for ; Mon, 30 Mar 1998 18:08:42 -0500 (EST) Received: from pr-comm.com (housley@hatchling.int.pr-comm.com [192.168.70.48]) by pr-comm.com (8.8.8/8.8.8) with ESMTP id SAA07961 for ; Mon, 30 Mar 1998 18:08:59 -0500 (EST) (envelope-from housley@pr-comm.com) Message-ID: <3520260A.3410CE91@pr-comm.com> Date: Mon, 30 Mar 1998 18:08:58 -0500 From: "James E. Housley" Organization: PR Communications, Inc. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-STABLE i386) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Additions to anti-spam rules Content-Type: multipart/mixed; boundary="------------36FC029AF5BDF4986E4CE6C5" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------36FC029AF5BDF4986E4CE6C5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I added the following to sendmail.cf to prevent lookup into the realtime blackhole list for local mail, prevents dialing. The checking rules were added just before the RBL check rule in check_relay. Comments please Jim -- -------------------------------------------+------------------------- James E. Housley | PGP: 1024/03983B4D PR Communications, Inc. | 2C 3F 3A 0D A8 D8 C3 13 www.servtech.com/public/pr-comm | 7C F0 B5 BF 27 8B 92 FE --------------36FC029AF5BDF4986E4CE6C5 Content-Type: text/plain; charset=us-ascii; name="sendmail.cf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sendmail.cf" # An additional database with the local ips that you want to allow. # Same format and location as the deny datablases Kallowip hash -o -a.ALLOW /etc/mail/allowip.db Scheck_relay # called with "hostname.tld $| IP address" of connecting host. ... # ip address is defined as LOCAL--BEGIN # # prevents me from dialing out to the net for local mail R$* $| $* $: $1 $| $(allowip $2 $) R$* $| $*.ALLOW $@ OK # ip address is defined as LOCAL--END # ip address must NOT be in Paul Vixie's RBL--BEGIN --------------36FC029AF5BDF4986E4CE6C5 Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for James E. Housley Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: James E. Housley n: Housley;James E. org: PR Communications, Inc. adr: 465 Blossom Road;;;Rochester;New York;14610-0725;USA email;internet: housley@pr-comm.com title: Design Engineer tel;work: (716) 288-7900 tel;fax: (716) 288-7909 x-mozilla-cpt: pr-comm.com;2 x-mozilla-html: FALSE version: 2.1 end: vcard --------------36FC029AF5BDF4986E4CE6C5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message