From owner-freebsd-questions@FreeBSD.ORG Fri May 30 17:29:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0681237B401 for ; Fri, 30 May 2003 17:29:19 -0700 (PDT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEF743FAF for ; Fri, 30 May 2003 17:29:18 -0700 (PDT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.9/8.12.9) with ESMTP id h4V0TIgt058469 for ; Fri, 30 May 2003 17:29:18 -0700 (PDT) (envelope-from admin2@enabled.com) From: "admin" To: freebsd-questions@freebsd.org Date: Fri, 30 May 2003 16:29:18 -0800 Message-Id: <20030531002640.M60198@enabled.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 131.161.240.131 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: only allowing pop3s access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 00:29:19 -0000 Hi, okay I figured out stunnel and cucipop. Pretty simple. But what is the best convention to block users from using the 110 pop3 port for accessing pop mail. I dont want cucipop answering port 110 other than localhost queries. - noah