From owner-freebsd-security Thu May 2 4:14:11 2002 Delivered-To: freebsd-security@freebsd.org Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 12B1737B417 for ; Thu, 2 May 2002 04:14:08 -0700 (PDT) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g42BDwf86454; Thu, 2 May 2002 20:13:58 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: References: X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 16 From: Makoto Matsushita To: mario.pranjic@irb.hr, security@FreeBSD.org Subject: Re: sslwrap and imap Date: Thu, 02 May 2002 20:13:55 +0900 Message-Id: <20020502201355Y.matusita@jp.FreeBSD.org> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mario.pranjic> That's the problem. FreeBSD doesn't have tcpd as a mario.pranjic> separate binary which I can run. So, I don't really mario.pranjic> know what to put there instead. Any idea? You don't need to use tcpd, since inetd has same feature. Following lines should work for you: imaps stream tcp nowait root /usr/sbin/sslwrap -cert /usr/local/ssl/certs/server.pem -exec /usr/local/sbin/imapd Don't forget to add -w option to inetd (this is the default). P.S.: tcpd is already in 5-current. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message