From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: gnus fails authenticating, fails to get get mail Date: Sun, 01 May 2005 15:24:30 -0400 Message-ID: <42752CEE.6010207@speakeasy.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114976702 23082 80.91.229.2 (1 May 2005 19:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 19:45:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 01 21:44:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSKMT-0002b7-Sq for geh-help-gnu-emacs@m.gmane.org; Sun, 01 May 2005 21:44:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSKTE-0002Ij-O3 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 May 2005 15:51:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSK5o-0001wW-JV for help-gnu-emacs@gnu.org; Sun, 01 May 2005 15:27:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSK5l-0001uS-EW for help-gnu-emacs@gnu.org; Sun, 01 May 2005 15:27:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSK5l-0001tl-6J for help-gnu-emacs@gnu.org; Sun, 01 May 2005 15:27:01 -0400 Original-Received: from [69.17.117.27] (helo=mail25.sea5.speakeasy.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DSK8K-0006DJ-H3 for help-gnu-emacs@gnu.org; Sun, 01 May 2005 15:29:40 -0400 Original-Received: (qmail 5655 invoked from network); 1 May 2005 19:25:17 -0000 Original-Received: from dsl093-011-017.cle1.dsl.speakeasy.net (HELO [192.168.0.100]) (cousin@[66.93.11.17]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 1 May 2005 19:25:17 -0000 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en, de, ru, fr-fr Original-Newsgroups: gnu.emacs.gnus Original-To: GNU Emacs List X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26160 Relevant part of ~/.emacs: (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-smtp-server "mail.server.net") (require 'starttls) (setq smtpmail-starttls-credentials '(("mail.server.net" 25 "userid" "password"))) (setq user-full-name "name") (setq smtpmail-debug-info t) (setq smtpmail-debug-verb t) Doing M-x gnus gives this in *Messages*: ---------------------------------- Reading /home/ken/.newsrc.eld... Opening nntp server on news... Denied server Reading active file from private via nnml... Opening nnml server on private... nnml: Reading incoming mail from imap... imap: Connecting to mail.server.net... imap: Opening SSL connection with `openssl s_client -ssl3 -connect %s:%p'...done Waiting for response from mail.server.net...done imap: Connecting to mail.server.net...done imap: Plaintext authentication... nnml: Reading incoming mail (no new mail)...done Reading active file from private via nnml...done Opening nntp server on news... Denied server Checking new news... Opening nndraft server... Checking new news...done ---------------------------------- I'm certain that the protocols specified are correct, including TLS (because I've been using them with Mozilla for months). Since TLS is specified, gnus shouldn't be attempting to authenticate plaintext. Though *Messages* says it read incoming mail, but that there isn't any, I know for certain that there's six unread emails there. What is the nndraft server?