Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 1998 18:08:58 -0500
From:      "James E. Housley" <housley@pr-comm.com>
To:        hackers@FreeBSD.ORG
Subject:   Additions to anti-spam rules
Message-ID:  <3520260A.3410CE91@pr-comm.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3520260A.3410CE91>