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

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

Re: smtp error


From: Georg W. Otto
Subject: Re: smtp error
Date: Thu, 15 Jun 2017 17:19:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Emanuel Berg <moasen@zoho.com> writes:

> "Georg W. Otto" <g.otto@ucl.ac.uk> writes:
>
>> This is the error message I receive:
>>
>> Sending news via news.gmane.org using nntp... 441
>> You need a valid email address to post: Invalid
>> response from SMTP server mx00.gmx.net: 554-gmx.net
>> (mxgmx015) Nemesis ESMTP Service not available
>
> I have not seen this error message but what is your
> `user-mail-address' after the Elisp - does it
> look right?

Thanks for your help. I experimented a bit further and had a partial
success with this setup:

(setq user-mail-address "<user>@gmx.com")
(setq user-full-name "<user>@gmx.com")
(setq smtpmail-default-smtp-server "mail.gmx.com"
       smtpmail-local-domain "gmx.com")
(load-library "smtpmail")
(setq message-send-mail-function 'smtpmail-send-it)


(setq send-mail-function    'smtpmail-send-it
       smtpmail-smtp-server  "mail.gmx.com"
       smtpmail-stream-type  'ssl
       smtpmail-smtp-service 465)

with this setup I can send a mail (command "m"), but when I try to
follow up a post in a gmane mailing list (command "F"), I still get the
message:

Couldn't send message via news: 441 You need a valid email address to
post: Invalid response from SMTP server mx00.gmx.net: 554-gmx.net
(mxgmx014) Nemesis ESMTP Service not available

Best wishes,

Georg




reply via email to

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