From owner-freebsd-questions Sun Jan 21 19:38: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thpoon.com (cr103675-a.bloor1.on.wave.home.com [24.42.106.79]) by hub.freebsd.org (Postfix) with SMTP id 70D2837B402 for ; Sun, 21 Jan 2001 19:37:50 -0800 (PST) Received: (qmail 95194 invoked from network); 22 Jan 2001 03:37:49 -0000 Received: from unknown (HELO tea.thpoon.com) (mail@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 22 Jan 2001 03:37:49 -0000 Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 14KXnh-00051q-00 for ; Sun, 21 Jan 2001 22:37:49 -0500 To: freebsd-questions@FreeBSD.ORG Subject: stunnel configuration (-l option) From: Arcady Genkin X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: thpoon.com Mail-Copies-To: never Date: 21 Jan 2001 22:37:49 -0500 Message-ID: <874rys45pu.fsf@tea.thpoon.com> Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trying to wrap stunnel around UW imapd server, I'm launching stunnel with "-l /usr/local/libexec/imapd" option. This works fine, but only for one connection. If a second client tries to connect, the server does not respond, and the first connection is hung. I changed the -l option to "-r localhost:imap", and it works fine for multiple connections. But this requires the connections to go through inetd as well, and I was hoping to get rid of that necessity. Is that possible? I tried "-L" option instead of "-l", but my imap client got upset at the results. ;^) Thanks for any input! -- Arcady Genkin Don't read everything you believe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message