From: ken <gebser@speakeasy.net>
Subject: gnus fails authenticating, fails to get get mail
Date: Sun, 01 May 2005 15:24:30 -0400 [thread overview]
Message-ID: <42752CEE.6010207@speakeasy.net> (raw)
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?
reply other threads:[~2005-05-01 19:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42752CEE.6010207@speakeasy.net \
--to=gebser@speakeasy.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).