Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 May 2002 20:13:55 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        mario.pranjic@irb.hr, security@FreeBSD.org
Subject:   Re: sslwrap and imap
Message-ID:  <20020502201355Y.matusita@jp.FreeBSD.org>
In-Reply-To: <Pine.GSO.4.32.0205021249220.566-100000@nippur.irb.hr>
References:  <Pine.GSO.4.32.0205021249220.566-100000@nippur.irb.hr>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020502201355Y.matusita>