From owner-freebsd-questions Thu Aug 2 20:15:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lucifer.fuzion.za.org (pta-dial-196-31-186-67.mweb.co.za [196.31.186.67]) by hub.freebsd.org (Postfix) with ESMTP id 0876337B403 for ; Thu, 2 Aug 2001 20:15:30 -0700 (PDT) (envelope-from psyv@sec-it.net) Received: from localhost (psyv@localhost) by lucifer.fuzion.za.org (8.11.3/8.11.3) with ESMTP id f733Gl407476; Fri, 3 Aug 2001 05:16:49 +0200 (SAST) (envelope-from psyv@sec-it.net) X-Authentication-Warning: lucifer.fuzion.za.org: psyv owned process doing -bs Date: Fri, 3 Aug 2001 05:16:44 +0200 (SAST) From: The Psychotic Viper X-Sender: psyv@lucifer.fuzion.za.org To: Alexey Privalov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netstat & listneing ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Thu, 2 Aug 2001, Alexey Privalov wrote: > when i run `netstat -an` then i see: (you know the rest) Thats your local Mail Transfer Agent sending mail to your mailbox/es. Nothing to be worried about but if you want to limit logs just firewall udp 512 out with ipfw or ipf. ipfw example : ipfw add deny udp from any to any 512 If I recall there may be another way by configuring the MTA's to not do it but this ways easier and AFAIK no side effects. hth PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message