From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68867 Path: news.gmane.org!not-for-mail From: Denys Duchier Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3.el and SSL Date: Tue, 04 Aug 2009 16:58:47 +0200 Message-ID: <87my6f7hi0.fsf@tiny.univ-orleans.fr> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249399209 16790 80.91.229.12 (4 Aug 2009 15:20:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Aug 2009 15:20:09 +0000 (UTC) Cc: Tim Landscheidt To: ding@gnus.org Original-X-From: ding-owner+M17287@lists.math.uh.edu Tue Aug 04 17:20:02 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MYLnz-0004kd-7a for ding-account@gmane.org; Tue, 04 Aug 2009 17:19:59 +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 1MYLnX-0000Tn-Br; Tue, 04 Aug 2009 10:19:31 -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 1MYLU8-0000NF-KB for ding@lists.math.uh.edu; Tue, 04 Aug 2009 09:59:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MYLU7-0005xG-J0 for ding@lists.math.uh.edu; Tue, 04 Aug 2009 09:59:28 -0500 Original-Received: from smtpmin.univ-orleans.fr ([194.167.30.176] helo=min.univ-orleans.fr) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MYLUh-0007sd-00 for ; Tue, 04 Aug 2009 17:00:03 +0200 Original-Received: from smtps.univ-orleans.fr (localhost [127.0.0.1]) by min.univ-orleans.fr (Postfix) with ESMTP id EB3E212B5FB; Tue, 4 Aug 2009 16:58:54 +0200 (CEST) Original-Received: from tiny.univ-orleans.fr.univ-orleans.fr (gas45-1-82-232-222-242.fbx.proxad.net [82.232.222.242]) by smtps.univ-orleans.fr (Postfix) with ESMTP id 04B4436E60; Tue, 4 Aug 2009 16:58:56 +0200 (CEST) In-Reply-To: (Tim Landscheidt's message of "Mon, 03 Aug 2009 15:38:21 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68867 Archived-At: Tim Landscheidt writes: > and then a question appears in the message buffer "Mail > source error ([...]) (POP connexion failed). Continue?". No > mail is ever downloaded, even though sometimes no error mes- > sage pops up (caching of a failed connection?). Could it be a timeout problem? We have a rather slow mail server and (a long time ago, so I don't remember the details) I had to add the lines below in ~/.gnus to get around timeout issues: (setq pop3-read-timeout 2.0) (setq nnheader-read-timeout 2.0) Cheers, --Denys