From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84816 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus blocked by Gmail? Date: Tue, 26 Aug 2014 18:06:16 +0200 Message-ID: <87wq9vdymf.fsf@gmail.com> References: <87ha0zfs38.fsf@gmail.com> <87r40375x9.fsf@topper.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 1409069252 24808 80.91.229.3 (26 Aug 2014 16:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2014 16:07:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33059@lists.math.uh.edu Tue Aug 26 18:07:24 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XMJHG-000343-Nh for ding-account@gmane.org; Tue, 26 Aug 2014 18:07:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XMJGY-0002Rm-Ka; Tue, 26 Aug 2014 11:06:38 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XMJGW-0002RZ-U5 for ding@lists.math.uh.edu; Tue, 26 Aug 2014 11:06:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XMJGR-0006Ft-RJ for ding@lists.math.uh.edu; Tue, 26 Aug 2014 11:06:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XMJGP-0004pl-Ug for ding@gnus.org; Tue, 26 Aug 2014 18:06:29 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XMJGP-0002gc-4C for ding@gnus.org; Tue, 26 Aug 2014 18:06:29 +0200 Original-Received: from g231233015.adsl.alicedsl.de ([92.231.233.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Aug 2014 18:06:29 +0200 Original-Received: from tjolitz by g231233015.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Aug 2014 18:06:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 51 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231233015.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:eaehKiDkcCyx3Fmddbl/B7ZoMAM= X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84816 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: Hi Adam, Hi Eric, > Thorsten Jolitz writes: > >> How can I find out what is the real underlying problem here (I cannot >> find any informative error messages or logs, even when running gnus >> 'verbose' the enormous output isn't really enlightning)? > > Accessing Gmail works fine for me with Gnus. > > Try setting nnimap-record-commands: > > ,----[ C-h v nnimap-record-commands RET ] > | nnimap-record-commands is a variable defined in `nnimap.el'. > | Its value is nil > | > | This variable may be risky if used as a file-local variable. > | > | Documentation: > | If non-nil, log commands to the "*imap log*" buffer. > `---- I set it and tried, but get no "*imap log*" buffer. But now I had at least one meaningful message in *Messages* buffer: ,---- | Unable to open server nnimap+foo due to: make client process failed: | die Wartezeit für die Verbindung ist abgelaufen (=> German for "timeout") `---- I asked Google, but it seems my settings are alright (they worked for a long time before): #+BEGIN_SRC emacs-lisp (setq gnus-secondary-select-methods '( (nnimap "x.y" (nnimap-address "imap.gmail-alias1.com") (nnimap-server-port 993) (nnimap-stream ssl) (nnimap-authinfo-file "~/.authinfo")) ...)) #+END_SRC strange ... But thanks for you help so far! -- cheers, Thorsten