Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Leon <sdl.web@gmail.com>
Subject: smtp protocol error
Date: Fri, 18 Aug 2006 16:45:21 +0100	[thread overview]
Message-ID: <m3slju2gku.fsf@sl392.st-edmunds.cam.ac.uk> (raw)

Hi there,

I'm getting an error when sending emails but not news. However if I
delay the email and re-send it from the *draft* group, it will
*succeed*.

The error is:

,----[ Backtrace ]
| Debugger entered--Lisp error: (error "Sending failed; SMTP protocol error")
|   signal(error ("Sending failed; SMTP protocol error"))
|   error("Sending failed; SMTP protocol error")
|   smtpmail-send-it()
|   #[nil "\b ‡" [message-send-mail-function] 1]()
|   gnus-agent-send-mail()
|   message-send-mail(nil)
|   message-send-via-mail(nil)
|   message-send(nil)
|   message-send-and-exit(nil)
|   call-interactively(message-send-and-exit)
`----

,----[ trace of SMTP session ]
| 250 OK

| RCPT TO:<XXXXX.xXXX@XXXX.com>

| 550-Insecure access forbidden: turn on TLS+AUTH;

| 550 See http://www.cam.ac.uk/cs/email/securehermes.html

| QUIT

| 221 ppsw-0.csi.cam.ac.uk closing connection

| - Peer has closed the GNUTLS connection
`----

My smtp config is:

,----
| (setq message-send-mail-function 'smtpmail-send-it
|       smtpmail-smtp-server "smtp.xxx.ac.uk"
|       smtpmail-starttls-credentials '(("smtp.xxx.ac.uk" 587 nil nil))
|       smtpmail-smtp-service 587
|       smtpmail-debug-info t
|       smtpmail-debug-verb t)
`----

I'm using gnus 5.11 from emacs 20060731.

Thank you for your help.

-- 
Leon

             reply	other threads:[~2006-08-18 15:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-18 15:45 Leon [this message]
2006-11-26 12:18 Jens Teich

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3slju2gku.fsf@sl392.st-edmunds.cam.ac.uk \
    --to=sdl.web@gmail.com \
    /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 NNTP newsgroup(s).