From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53977 Path: main.gmane.org!not-for-mail From: Josh Huber Newsgroups: gmane.emacs.gnus.general Subject: nnimap problem with current cvs Date: Wed, 17 Sep 2003 17:36:50 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <87fzivxfkd.fsf@amalthea.paradoxical.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063834633 19523 80.91.224.253 (17 Sep 2003 21:37:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 21:37:13 +0000 (UTC) Original-X-From: ding-owner+M2517@lists.math.uh.edu Wed Sep 17 23:37:11 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zjz5-0001I2-00 for ; Wed, 17 Sep 2003 23:37:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19zjyv-0002Cz-00; Wed, 17 Sep 2003 16:37:01 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 19zjyo-0002Ct-00 for ding@lists.math.uh.edu; Wed, 17 Sep 2003 16:36:54 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 10F9F3A004F for ; Wed, 17 Sep 2003 16:36:52 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 19zk2T-0004rx-00 for ; Wed, 17 Sep 2003 23:40:41 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 40 Original-NNTP-Posting-Host: amalthea.paradoxical.net Original-X-Trace: quimby.gnus.org 1063834841 18349 66.92.73.76 (17 Sep 2003 21:40:41 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 17 Sep 2003 21:40:41 +0000 (UTC) Mail-Copies-To: nobody User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, linux) Cancel-Lock: sha1:K6a48A5v4KoVUWPR3zLoZ9I+WfY= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53977 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53977 I'm having this fairly odd problem with IMAP. I'm connecting to a Cyrus IMAP server (v2.1.x), which is working great. After some time (havne't figured out how much yet...), every time I check for new mail on the server ('g' in *Group*), I see the messages about negotiating a new STARTTLS session. Sure enough, looking in the logs, I see this from the imap server: Sep 17 17:32:46 hostname cyrus/imapd[14541]: starttls: TLSv1 with cipher AES256-SHA (256/256 bits new) no authentication Sep 17 17:32:46 hostname cyrus/imapd[14541]: login: hostname.domain.net[192.168.0.10] huber CRAM-MD5+TLS User logged in Another odd thing about this is, when I look in the server buffer, I see TWO entries for my imap server. Restarting Gnus (as I just did), brings back the old, correct, behavior. Hitting 'g' in the Group buffer does not open a new connection, responds very quickly, and there is only one entry for my imap server in the server buffer. Here's what I've got for select methods: (setq gnus-secondary-select-methods '( ;; private domain.net IMAP server (nnimap "hostname" (nnimap-server-address "hostname.domain.net") (nnimap-stream starttls)) ;; public IMAP server @ CMU with a bunch of archived lists (nnimap "cmu" (nnimap-authenticator anonymous) (nnimap-list-pattern "archive.*") (nnimap-stream network) (nnimap-server-address "cyrus.andrew.cmu.edu")))) Any ideas? Anyone else seen this behavior before? -- Josh Huber