From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7431 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.gnus.user Subject: Gnus IMAP with kerberos and SSL? Date: Mon, 29 May 2006 15:44:56 -0400 Organization: Bell Sympatico Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148935257 23969 80.91.229.2 (29 May 2006 20:40:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 20:40:57 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon May 29 22:40:40 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkoXX-0005WT-Du for gegu-info-gnus-english@m.gmane.org; Mon, 29 May 2006 22:40:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkoXW-0004dp-OM for gegu-info-gnus-english@m.gmane.org; Mon, 29 May 2006 16:40:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Bm5gh9unanARHAIFKZGzs8QiOAU= Original-Lines: 16 Original-NNTP-Posting-Host: 70.55.143.78 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1148931896 70.55.143.78 (Mon, 29 May 2006 15:44:56 EDT) Original-NNTP-Posting-Date: Mon, 29 May 2006 15:44:56 EDT Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77613 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7431 Archived-At: I have IMAP working fine over SSL, but my imap server supposedly understands Kerberos, so that I should be able to connect without re-entering my password (as long as I have done the necessary `kinit', of course). I tried to change the `nnimap-stream' parameter from `ssl' to `gssapi', but it fails (the gsasl executable is found but it looks like the connection is immediately refused). The IMAP server only responds to connections on port 993, so I guess it means that I need to connect via SSL with Kerberos on top of it. Not sure if that makes any sense, and even less sure how I could about it. Any hint? Stefan