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

2022-07-27 Thread Bob Newell
> (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?

-- 
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-27 Thread physiculus
Am Wed, 27 Jul 2022 16:09:02 +0200
physiculus  schrieb:
i forgot to mention, that i usually use posting-styles.

(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 "")
  )
 (gcc-self . t)
 (charset . utf-8)
 )
("Jens"
 (posting-style (address "x...@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 "x...@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 "x...@googlemail.com")
 (name "xx5") ("X-Message-SMTP-Method" "smtp
smtp.gmail.com 587 x...@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




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

2022-07-27 Thread physiculus
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