all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs user <user.emacs@gmail.com>, 9312@debbugs.gnu.org
Subject: bug#9312: 24.0.50; smtpmail
Date: Sat, 10 Sep 2011 20:43:32 +0200	[thread overview]
Message-ID: <m34o0kgrvv.fsf@stories.gnus.org> (raw)
In-Reply-To: <ldty96ujd7.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 25 Aug 2011 01:53:56 -0400")

Glenn Morris <rgm@gnu.org> writes:

>> 250 CHUNKING
>>
>> Process smtpmail connection broken by remote peer
>> MAIL FROM:<yy@xx.edu> SIZE=365
>> 530 5.7.1 Client was not authenticated
>> QUIT
>
> Sorry, I think you need the help of someone who speaks smtp (Lars?).
> It looks to me like this is a case (530) that should be handled.
> It should try again, but this time asking you for a password
> to authenticate to your smtp server. I can't see why it errors out.

smtpmail.el does the following on MAIL FROM:

	       ((and auth-mechanisms
		     (not ask-for-password)
		     (eq (car result) 530))
		;; We got a "530 auth required", so we close and try
		;; again, this time asking the user for a password.
		(smtpmail-send-command process "QUIT")
		(smtpmail-read-response process)

So it should ask for a password if the server has announced a
willingness to accept auth.

Which it has:

250-AUTH GSSAPI NTLM LOGIN

So I don't understand what's going on here.

Emacs User, could you try to edebug through `smtpmail-via-smtp' and see
what happens when you send an email?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





  parent reply	other threads:[~2011-09-10 18:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-17 13:02 bug#9312: 24.0.50; smtpmail emacs user
2011-08-24  4:11 ` Glenn Morris
     [not found]   ` <CAK16+CdfP0Htutm3K2nm76aOa7d85rREANJa8UoHds4fQ+q+_w@mail.gmail.com>
2011-08-25  0:46     ` Glenn Morris
2011-08-25  1:58       ` emacs user
2011-08-25  5:53         ` Glenn Morris
2011-09-03 22:01           ` Lars Magne Ingebrigtsen
2011-09-03 22:26             ` Glenn Morris
2011-09-03 23:06               ` emacs user
2011-09-10 18:43           ` Lars Magne Ingebrigtsen [this message]
2011-09-12  5:40             ` emacs user
2011-09-12  5:39               ` Lars Magne Ingebrigtsen
2011-09-13 20:15                 ` emacs user
2011-09-13 20:33                   ` Lars Magne Ingebrigtsen
2011-09-13 20:47                     ` emacs user
2011-09-13 20:45                       ` Lars Magne Ingebrigtsen
2011-09-13 20:58                         ` emacs user
2011-09-14 18:09                           ` emacs user
2011-09-14 21:51                             ` Lars Magne Ingebrigtsen
2011-09-14 23:07                               ` Lars Magne Ingebrigtsen
2011-09-17 15:23                                 ` emacs user
2011-09-18  7:37                                   ` Lars Magne Ingebrigtsen
2011-09-18 15:58                                     ` emacs user
2011-09-18 18:32                                       ` Lars Magne Ingebrigtsen

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=m34o0kgrvv.fsf@stories.gnus.org \
    --to=larsi@gnus.org \
    --cc=9312@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    --cc=user.emacs@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.