info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: physiculus
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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]