From owner-freebsd-questions Sat May 17 07:00:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA24460 for questions-outgoing; Sat, 17 May 1997 07:00:49 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA24455 for ; Sat, 17 May 1997 07:00:44 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id JAA17256; Sat, 17 May 1997 09:00:35 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id IAA00320; Sat, 17 May 1997 08:56:24 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 17 May 1997 08:56:23 -0500 (CDT) From: "Jay D. Nelson" To: Shawn Ramsey cc: questions@FreeBSD.ORG Subject: Re: smtp server? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk There is a file called "LocalIP" which goes where ever you told the informatik macros to look for the files. In that file, you put the IP addresses of the machines you want to allow. It works like hosts.lpd. -- Jay On Fri, 16 May 1997, Shawn Ramsey wrote: ->> I have installed the macros from informatik. You need ->> /usr/src/usr.sbin/sendmail to get the .mc files which is where these ->> belong. You must rebuild your sendmail.cf file from the mc sources. If ->> you haven't installed all sources, you'll at least have to install that. ->> See /usr/src/usr.sbin/sendmail/README for details. ->> ->> The test script "chkspam", available at the same site, suggests that the ->> macros are working, although I've seen nothing yet to confirm they are. ->> (I've only had it in about a week.) -> ->I downloaded the sources, and was able to generate a sendmail.cf config ->from the .mc file. I tried the code from informatik. It worked too well! ->I didnt try sending it from the actual machine the smtp server was on, but ->I tried sending mail from one of our NT machines and it said access ->denied! :( Did I miss something? Can I have it deny EVERYONE except a ->certain IP range access to relay? -> ->Thanks. -> -> ->