From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38935 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap question Date: Wed, 26 Sep 2001 09:29:25 +0200 (CEST) Message-ID: References: <20010926000040.35062.qmail@web13007.mail.yahoo.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035174723 25206 80.91.224.250 (21 Oct 2002 04:32:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:32:03 +0000 (UTC) Cc: Return-Path: Return-Path: Original-Received: (qmail 25625 invoked from network); 26 Sep 2001 07:20:37 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 26 Sep 2001 07:20:37 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.6/8.11.6) with ESMTP id f8Q7TPN23699; Wed, 26 Sep 2001 09:29:25 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Sailesh Krishnamurthy In-Reply-To: <20010926000040.35062.qmail@web13007.mail.yahoo.com> Original-Lines: 37 Xref: main.gmane.org gmane.emacs.gnus.general:38935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38935 On Tue, 25 Sep 2001, Sailesh Krishnamurthy wrote: > I'm having lotsa trouble getting nnimap working. We use SSL at this site .. Do you have ssl.el in your load-path? > I'm not sure what server we use, but since they offer web access using > Netscape Messenger Express it's probably the nscp mail server. > > I use XEmacs 21.1.14, Gnus 5.8.7 > > These are my settings: > > (setq imap-ssl-program "/usr/mill/bin/openssl s_client -ssl3 -connect %s:%p") > (setq gnus-secondary-select-methods > '((nnimap "eecs.berkeley.edu" > (nnimap-address "imap.eecs.berkeley.edu") > (nnimap-server-port 993) > (nnimap-stream ssl) > (nnimap-list-pattern ("INBOX"))))) > > When I start I get a message saying: > > imap: Opening SSL connection with `/usr/mill/bin/openssl s_client -ssl3 > -connect %s:%p' ... So, what is the problem? You can't open the server? Does invoking `/usr/mill/bin/openssl s_client -ssl3 -connect imap.eecs.berkeley.edu:993' from the command line work? > Some of my colleagues use something like > /ssl/user-username/novalidate-cert/INBOX when they configure PINE. No, the SSL stuff used by nnimap doesn't try to validate certificates unless you configure it to (see `ssl.el').