Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: physiculus <physiculus@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted
Date: Wed, 27 Jul 2022 16:56:59 +0200	[thread overview]
Message-ID: <20220727165659.3bc98d6d@shinri33> (raw)
In-Reply-To: <20220727160902.65610b79@shinri33>

Am Wed, 27 Jul 2022 16:09:02 +0200
physiculus <physiculus@googlemail.com> schrieb:
i forgot to mention, that i usually use posting-styles.

(setq gnus-parameters '(
			(".*" ; Matches all groups of
			            messages 
                         (posting-style (address "GMail
                         <xxx@googlemail.com>")
                         ("X-Message-SMTP-Method" "smtp smtp.gmail.com
                         587 xx1@googlemail.com") ) (gcc-self .
			            t) (charset . utf-8) )
                        ("Privat"
                         (posting-style
			              (address "xx2@holnishaus.de")
			              (name "jensprivat")
			              ("X-Message-SMTP-Method" "smtp
wpxxx.mailout.server-he.de 25 wpxxx") (body "")
			              )
                         (gcc-self . t)
                         (charset . utf-8)
                         )
                        ("Jens"
                         (posting-style (address "xx3@holnishaus.de")
                         (name "jr") ("X-Message-SMTP-Method" "smtp
wpxxx.mailout.server-he.de 25 wpxxx") (body "")
			              )
                         (gcc-self . t)
                         (charset . utf-8)
                         )
                        ("Karl"
                         (posting-style (address "xx4@holnishaus.de")
                         (name "xx4") ("X-Message-SMTP-Method" "smtp
wpxxx.mailout.server-he.de 25 wpxxx") (body "")
			              )
                         (gcc-self . t)
                         (charset . utf-8)
                         )
                        ("GMail" 
                         (posting-style (address "xx5@googlemail.com")
                         (name "xx5") ("X-Message-SMTP-Method" "smtp
smtp.gmail.com 587 xx5@googlemail.com") (body "")
			              )
                         (gcc-self . t)
                         (charset . utf-8)
                         )
))

> hello,
> unfortunately i cannot send emails from my four accounts anymore.
> it's only a problem from inside emacs / gnus. so i think, there is any
> misconfiguration.
> 
> how can i check, whats going wrong?
> 
> here is the debugger output.
> 
> 
> Debugger entered--Lisp error: (error "Sending failed: 550 relay not
> permitted") signal(error ("Sending failed: 550 relay not permitted"))
>   error("Sending failed: %s" "550 relay not permitted")
>   smtpmail-send-it()
>   message-smtpmail-send-it()
>   message-multi-smtp-send-mail()
>   message--send-mail-maybe-partially()
>   message-send-mail(nil)
>   message-send-via-mail(nil)
>   message-send(nil)
>   message-send-and-exit(nil)
>   funcall-interactively(message-send-and-exit nil)
>   call-interactively(message-send-and-exit nil nil)
>   command-execute(message-send-and-exit)
> 
> 
> regards
> poul



  parent reply	other threads:[~2022-07-27 15:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27 14:09 physiculus
2022-07-27 14:47 ` Eric S Fraga
2022-07-27 14:56 ` physiculus [this message]
2022-07-27 21:13   ` Bob Newell
2022-07-28  8:44     ` physiculus
2022-07-28 19:34       ` Bob Newell
2022-07-29 17:39         ` physiculus
2022-07-29 17:49           ` Adam Sjøgren
2022-07-30 17:55             ` physiculus
2022-07-30 18:50               ` Adam Sjøgren
2022-07-30 19:05                 ` physiculus
2022-07-30 19:55                   ` Adam Sjøgren
2022-07-30 20:05                     ` physiculus
2022-07-30 20:18                       ` Adam Sjøgren
2022-07-31  7:32                         ` physiculus
2022-07-31  9:35                           ` Adam Sjøgren
2022-07-31 17:18                             ` physiculus
2022-07-31 17:49                             ` physiculus
2022-07-31 21:09                               ` Adam Sjøgren

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=20220727165659.3bc98d6d@shinri33 \
    --to=physiculus@gmail.com \
    --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).