From owner-freebsd-questions Thu Jul 1 10:28:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pop.intrafish.no (pop.intrafish.no [195.204.144.43]) by hub.freebsd.org (Postfix) with SMTP id 9484614EE4 for ; Thu, 1 Jul 1999 10:27:47 -0700 (PDT) (envelope-from ros@intrafish.no) Received: (qmail 29403 invoked from network); 1 Jul 1999 17:43:33 -0000 Received: from wkst3.intrafish.no (HELO wkst3) (195.204.144.39) by pop.intrafish.no with SMTP; 1 Jul 1999 17:43:33 -0000 Message-ID: <00b501bec3e6$fed63c60$2790ccc3@intrafish.no> From: "Roger Rabbit" To: "freebsd-questions" Subject: Tcp Wrappers #2 Date: Thu, 1 Jul 1999 19:27:29 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now that I upgraded my system to 3.2 RELEASE I'm forced to use tcp = wrappers instead of tcpserver :( I've been fiddling around with hosts.allow and the only daemon I'm able = to set working rules on is my smtp daemon (qmail) ... setting "ftpd: ALL : deny" doesn't work, it = still lets everybody in and the same goes for telnetd but setting a rule on tcp-env (run before qmail-smtpd) works = just fine though qmail-popup also use tcp-env but is not affected by the rule !! The only difference is that the pop3 = service runs as root in inetd and smtp runs as the qmaild user. Yeah I've removed "ALL: ALL: allow" ;) There's probably some pretty obvious solution to this, but hey ... I've = never ever used tcp wrappers before .. tcpserver did everything I wanted = .. and then some :) Roger O. Svenning To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message