Gnus development mailing list
 help / color / mirror / Atom feed
From: Emanuel Berg <moasenwood@zoho.eu>
To: ding@gnus.org
Subject: Re: authentication method fails
Date: Fri, 03 May 2019 00:42:59 +0200	[thread overview]
Message-ID: <86sgtwh40c.fsf@zoho.eu> (raw)
In-Reply-To: <87r29lhnat.fsf@mid.deneb.enyo.de>

Florian Weimer wrote:

> This doesn't add up. The error message
> suggests that the Gnus mail setup is
> incorrect. That's not really related to
> Gmane; I'd expect that sending any mail would
> fail under these circumstances.

[EB: Got this as mail from they guy]

Here is a minimal configuration of .gnus and
.emacs. Passwords are stored in .authinfo and
it is possible to send mails but it is not
possible to authenticate against Gmane
(attached is an error message with this setup):

[EB: The error message says: Couldn't send
     message via news: 441. You need a valid
     email address to post: Invalid response
     from STMP server ... : ... (...) Nemesis
     ESMTP Service not available]

; .gnus
; (email and username have been replaced with placeholders)
(setq gnus-select-method '(nntp "news.gmane.org"))
(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(setq
  smtpmail-smtp-server "smtp.1und1.de"
  smtpmail-smtp-service 587
  user-mail-address "mail@address"
      user-full-name "my name")

(setq nnmail-split-methods
      '(("mail.gnus" "Subject:.*gnus.*")
        ("mail" "")))

(setq mail-sources
      '((pop :server "pop.1und1.de"
             :port 995
             :user "mail@address"
             :stream ssl)))

; .emacs
(custom-set-variables
  '(send-mail-function (quote smtpmail-send-it)))

-- 
underground experts united
http://user.it.uu.se/~embe8573




  parent reply	other threads:[~2019-05-02 22:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-21  1:48 Emanuel Berg
2019-04-23 19:21 ` Florian Weimer
2019-04-23 22:32   ` Emanuel Berg
2019-04-24 19:20     ` Florian Weimer
2019-04-24 19:44       ` Emanuel Berg
2019-04-27 23:56       ` Emanuel Berg
2019-04-28 20:44         ` Florian Weimer
2019-04-28 22:16           ` Emanuel Berg
2019-05-02 22:42           ` Emanuel Berg [this message]
2019-04-21  1:49 Emanuel Berg

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=86sgtwh40c.fsf@zoho.eu \
    --to=moasenwood@zoho.eu \
    --cc=ding@gnus.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).