From owner-freebsd-questions Sun Jun 17 20:30:18 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 74F8C37B405 for ; Sun, 17 Jun 2001 20:30:01 -0700 (PDT) (envelope-from a.genkin@utoronto.ca) Received: (qmail 27715 invoked from network); 18 Jun 2001 03:30:00 -0000 Received: from unknown (HELO tea.thpoon.com) (qmailr@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 18 Jun 2001 03:30:00 -0000 Received: (qmail 25015 invoked by uid 1000); 18 Jun 2001 03:29:59 -0000 To: freebsd-questions@FreeBSD.ORG Subject: Can't get imap-uw with SSL support working 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 Mail-Copies-To: never Date: 17 Jun 2001 23:29:59 -0400 Message-ID: <87ithulb2g.fsf@tea.thpoon.com> Lines: 34 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I currently have impa-uw running over stunnel. I wanted to compile SSL support directly into the server, so I did the following: 1. Recompiled and reinstalled cclient port defining WITH_SSL 2. Recompiled and reinstalled imap-uw port likewise, and compiled a certificate with "make cert". 3. Stopped stunnels for pop3s and imaps services. 4. Edited /etc/inetd.conf to have: pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d pop3s stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd imaps stream tcp nowait root /usr/local/libexec/imapd imapd 5. kill -1 `pidof inetd` The certs are in /usr/local/cert: -rwx------ 1 root wheel 1786 Jun 17 22:02 imapd.pem* lrwxr-xr-x 1 root wheel 26 Jun 17 22:02 ipop3d.pem@ -> \ /usr/local/certs/imapd.pem But I can't connect either with pop3s or imaps. I had to rever back to stunnel'ing. Any ideas what may be missing in my setup? I'm seeing the following in /var/log/messages: Jun 17 22:10:40 soup inetd[27348]: refused connection from \ eddie.cdf.toronto.edu, service imapd (tcp) Does anyone have imap-uw running with SSL support under FreeBSD? Thanks, -- Arcady Genkin i=1; while 1, hilb(i); i=i+1; end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message