Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Felix Natter <fnatter@gmx.net>
To: info-gnus-english@gnu.org
Subject: smtpmail.el: Problem with STARTTLS + Authentication
Date: Mon, 21 Jul 2008 17:10:59 +0200	[thread overview]
Message-ID: <87bq0ri870.fsf@gmx.net> (raw)

hello,

I currently cannot smtp-authenticate:
220 ux-2s14.inf.fh-bonn-rhein-sieg.de ESMTP Exim 3.12 #1 Mon, 21 Jul 2008 10:14:52 +0200
250-ux-2s14.inf.fh-bonn-rhein-sieg.de Hello pD9E83FE2.dip.t-dialin.net [217.232.63.226], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-STARTTLS
250-DELIVERBY
250 HELP
250 2.1.0 <felix.natter@smail.inf.fh-brs.de>... Sender ok
250 2.1.5 <marlis.vonderhude@fh-bonn-rhein-sieg.de>... Recipient ok
354 Enter mail, end with "." on a line by itself
554 5.7.1 Your mail has been rated as SPAM, score: 5.8 (BAYES_50,HELO_LOCALHOST,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC)
221 2.0.0 ux-2s14.inf.fh-bonn-rhein-sieg.de closing connection
smtpmail-send-it: Sending failed; SMTP protocol error

=> the mail is rejected because it's from a dynamic IP *only because I
couldn't authenticate*. Now the helpdesk says that this is missing:
  "AUTH PLAIN $*(%)%$)%" (letztes Token: base64-encoded Nutzer & Pwd)
but I guess this just isn't shown in *Messages*?

This is my setup:

(setq message-send-mail-function 'smtpmail-send-it
      send-mail-function 'smtpmail-send-it
      smtpmail-smtp-server "smtp.inf.fh-bonn-rhein-sieg.de"
      smtpmail-local-domain nil
      smtpmail-debug-info t)
;;Documentation:
;;Specify STARTTLS keys and certificates for servers.
;;This is a list of four-element list with `servername' (a string),
;;`port' (an integer), `key' (a filename) and `certificate' (a filename).
(setq smtpmail-starttls-credentials
      '(("smtp.inf.fh-bonn-rhein-sieg.de" 587 nil nil)))
;; this is still needed, even with STARTTLS
(setq smtpmail-auth-credentials
      '(("smtp.inf.fh-bonn-rhein-sieg.de" 587 "fnatte2s" "<MY PASSWORD>")))

What can I do to fix this? Could it be problems on the other side?

thanks!

-- 
Felix Natter

             reply	other threads:[~2008-07-21 15:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-21 15:10 Felix Natter [this message]
     [not found] <mailman.15106.1216653611.18990.info-gnus-english@gnu.org>
2008-07-22 16:19 ` Zak B. Elep
2008-07-27 11:24   ` Felix Natter
     [not found]   ` <mailman.15466.1217157866.18990.info-gnus-english@gnu.org>
2008-07-27 11:42     ` Zak B. Elep
2008-08-02 20:22       ` Felix Natter

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=87bq0ri870.fsf@gmx.net \
    --to=fnatter@gmx.net \
    --cc=info-gnus-english@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.
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).