From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86879 Path: news.gmane.org!not-for-mail From: Jochen Hein Newsgroups: gmane.emacs.gnus.general Subject: Re: allow GSSAPI for imap access Date: Mon, 15 Feb 2016 19:31:51 +0100 Message-ID: <83vb5pvn8o.fsf@jochen.org> References: <1455466029-12376-1-git-send-email-jochen@jochen.org> <87bn7ixv35.fsf@gnus.org> <87mvr2ghxd.fsf@tullinup.koldfront.dk> <83ziv2udvf.fsf@jochen.org> <87r3gdkhlv.fsf@tullinup.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1455561397 6168 80.91.229.3 (15 Feb 2016 18:36:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 18:36:37 +0000 (UTC) Cc: ding@gnus.org To: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Original-X-From: ding-owner+M35101@lists.math.uh.edu Mon Feb 15 19:36:26 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVO0W-0001L1-Qj for ding-account@gmane.org; Mon, 15 Feb 2016 19:36:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aVNzr-0006UH-Bt; Mon, 15 Feb 2016 12:35:43 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aVNzo-0006To-1F for ding@lists.math.uh.edu; Mon, 15 Feb 2016 12:35:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aVNzm-0007Pg-0w for ding@lists.math.uh.edu; Mon, 15 Feb 2016 12:35:39 -0600 Original-Received: from smtp.dinoex.de ([188.40.204.4] ident=root) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1aVNzi-0007nq-Np for ding@gnus.org; Mon, 15 Feb 2016 19:35:34 +0100 Original-Received: from smtp.dinoex.de (uucp@smtp.dinoex.de [188.40.204.4]) by smtp.dinoex.de (8.15.2/8.15.1) with ESMTPS id u1FIZ8Uu065300 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 15 Feb 2016 19:35:08 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: (from uucp@localhost) by smtp.dinoex.de (8.15.2/8.15.1/Submit) with UUCP id u1FIZ8fw065299; Mon, 15 Feb 2016 19:35:08 +0100 (CET) (envelope-from jochen@jochen.org) Original-Received: from echidna (echidna.jochen.org [IPv6:fd23:e163:19f7:1234:222:4dff:fe7c:d76a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by jupiter.jochen.org (Postfix) with ESMTPSA id 41BB3245; Mon, 15 Feb 2016 19:31:52 +0100 (CET) X-Message-Flag: This space is intentionally left blank In-Reply-To: <87r3gdkhlv.fsf@tullinup.koldfront.dk> ("Adam \=\?utf-8\?Q\?Sj\?\= \=\?utf-8\?Q\?\=C3\=B8gren\=22's\?\= message of "Mon, 15 Feb 2016 18:29:00 +0100") User-Agent: Gnus/5.130015 (Ma Gnus v0.15) Emacs/25.1.50 (gnu/linux) X-Milter: Spamilter (Reciever: smtp.dinoex.de; Sender-ip: 188.40.204.4; Sender-helo: smtp.dinoex.de;) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (smtp.dinoex.de [188.40.204.4]); Mon, 15 Feb 2016 19:35:09 +0100 (CET) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86879 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > I will try it against Microsoft Exchange at work at some point, when I > get time to build an Emacs from git... > > Would be nice if it worked, then there would be one less place to keep > typing in my password :-) You'll also need gsasl with kerberos enabled or imtest (from cyrus-utils). I have no idea if there are windows binaries available. If there are, get a kerberos ticket and try "imtest -m gssapi -p imap " or "gsasl imap --mechanism GSSAPI". Please have a look at http://www.gnu.org/software/gsasl/manual/html_node/Installing-under-Windows.html http://www.gnu.org/software/gsasl/manual/html_node/Kerberos-on-Windows.html If that works we'll see what gnus does with it. I also have patches for emacs 24.4 and the last Ma Gnus available. Jochen -- The only problem with troubleshooting is that the trouble shoots back.