Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-28 Thread Bob Newell
>> 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)?

Have you tried setting smtp-debug-info to t?

-- 
Bob Newell
Honolulu, Hawai`i

- Via GNU/Linux/Emacs/Gnus/BBDB



Re: Need help; cannot send email in gnus and emacs anymore; 550 relay not permitted

2022-07-28 Thread physiculus
Am Wed, 27 Jul 2022 11:13:43 -1000
Bob Newell  schrieb:

> > (setq gnus-parameters '(
> > (".*" ; Matches all groups of
> > messages 
> >  (posting-style (address "GMail
> >  ")
> >  ("X-Message-SMTP-Method" "smtp
> > smtp.gmail.com 587 x...@googlemail.com") ) (gcc-self .
> > t) (charset . utf-8) )
> > ("Privat"
> >  (posting-style
> >   (address "x...@holnishaus.de")
> >   (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)