Am Wed, 27 Jul 2022 11:13:43 -1000
Bob Newell <[email protected]> schrieb:
> > (setq gnus-parameters '(
> > (".*" ; Matches all groups of
> > messages
> > (posting-style (address "GMail
> > <[email protected]>")
> > ("X-Message-SMTP-Method" "smtp
> > smtp.gmail.com 587 [email protected]") ) (gcc-self .
> > t) (charset . utf-8) )
> > ("Privat"
> > (posting-style
> > (address "[email protected]")
> > (name "jensprivat")
> > ("X-Message-SMTP-Method" "smtp
> > wpxxx.mailout.server-he.de 25 wpxxx") (body "")
>
> Do you get the same results when trying to send through
> smtp.gmail.com as you do with wpxxx.mailout.server-he.de? That
> is to say the 550 relay not permitted?
>
yes i think so.
is it possible to dive deeper into the connection (inside gnus or
inside emacs)?
here is the debug 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)