From owner-freebsd-stable@FreeBSD.ORG Tue Sep 11 15:57:11 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E286106566B for ; Tue, 11 Sep 2012 15:57:11 +0000 (UTC) (envelope-from prabhpal@digital-infotech.net) Received: from mail.digital-infotech.net (mail.digital-infotech.net [41.211.25.193]) by mx1.freebsd.org (Postfix) with ESMTP id 082478FC17 for ; Tue, 11 Sep 2012 15:57:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.digital-infotech.net (Postfix) with ESMTP id 2DF052E41B8 for ; Tue, 11 Sep 2012 15:57:07 +0000 (GMT) Received: from mail.digital-infotech.net ([127.0.0.1]) by localhost (mail.digital-infotech.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 55541-03 for ; Tue, 11 Sep 2012 15:57:07 +0000 (GMT) Received: from Prabhpals-MacBook-Pro.local (Prabhpals-MacBook-Pro.local [41.211.27.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: prabhpal@digital-infotech.net) by mail.digital-infotech.net (Postfix) with ESMTPSA id 1A0082E41B7 for ; Tue, 11 Sep 2012 15:57:07 +0000 (GMT) X-DKIM: OpenDKIM Filter v2.5.0 mail.digital-infotech.net 1A0082E41B7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digital-infotech.net; s=digital; t=1347379027; bh=T3ASo42mZIK9EpFs8vCJ+TVe4qXVWiKwVtjY+VM6JdE=; h=Date:From:To:Subject:References:In-Reply-To; b=mQZzmgC1VfEVfYYKOlhmHH8IU455yDVp+e1rqxIa2ilxrTIEu4cjDjoyWlcOTV1r1 OlWFaBA5MPOFIy6ynZy1dEzSexSYV1BIpheqhs64YjrSUUXXxAcVyDk9+9m0ElliZZ xK0/FzFFiNknT0K5XZOP7Cglgugo1ly/Qd/+E7Ys= Message-ID: <504F5F52.2030306@digital-infotech.net> Date: Tue, 11 Sep 2012 15:57:06 +0000 From: "Shiv. Nath" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <504EF33A.7080304@digital-infotech.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: PF Configuration - FreeBSD Release 9.0 x64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:57:11 -0000 I would actually question why avahi is even enabled on a server; perhaps the correct answer is simply to disable it in rc.conf. >> You do know that avahi-daemon's main use is to advertise _services_running on a host? >> > Yes, but zeroconf-style services are often more of a peer-to-peer nature > instead of fixed (which don't *need* zeroconf). It's also a larger attack > surface. > Dear Brandon A & Kimmo P. Thanks for the kind assistance and advices, in my case disabling "avahi" would not effect me much because it is only a mail server. thanks once again.