all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco Maggi <marco.maggi-ipsu@poste.it>
To: 26307@debbugs.gnu.org
Subject: bug#26307: 25.1; smtpmail hard-coded auth mechanism order does not allow coping with misbehaving servers
Date: Thu, 30 Mar 2017 08:54:33 +0200	[thread overview]
Message-ID: <8737dvdzkm.fsf@poste.it> (raw)

In GNU  Emacs 25.1.1 (x86_64-slackware-linux-gnu, GTK+  Version 2.24.30)
the library "smtpmail.el" contains the hard-coded list of authentication
mechanisms to try in sequence:

   (defconst smtpmail-auth-supported '(cram-md5 plain login)
     "List of supported SMTP AUTH mechanisms.
   The list is in preference order.")

it would be useful  to have a public API mechanism  to change such order
in case the server misbehaves when using the cram-m5 method.

  I am  customer of  a mail  service using a  server that  advertises to
support  the cram-md5,  plain and  login  methods but  then when  trying
cram-md5 the authentication fails; the login method succeeds.

  Just changing the above code to:

   (defconst smtpmail-auth-supported '(login cram-md5 plain)

and recompiling fixes my problems.

  It is hard  to contact the service administrators and  having them fix
the problem, so a workaround is useful.

TIA
-- 
Marco Maggi





             reply	other threads:[~2017-03-30  6:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-30  6:54 Marco Maggi [this message]
2017-03-31 22:59 ` bug#26307: 25.1; smtpmail hard-coded auth mechanism order does not allow coping with misbehaving servers Glenn Morris
2017-04-01 11:12   ` Marco Maggi
2017-04-02 15:35     ` Glenn Morris

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=8737dvdzkm.fsf@poste.it \
    --to=marco.maggi-ipsu@poste.it \
    --cc=26307@debbugs.gnu.org \
    /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.