From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18628 Path: news.gmane.org!.POSTED!not-for-mail From: "Georg W. Otto" Newsgroups: gmane.emacs.gnus.user Subject: smtp error Date: Thu, 15 Jun 2017 10:19:27 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1497518419 32114 195.159.176.226 (15 Jun 2017 09:20:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Jun 2017 09:20:19 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 15 11:20:14 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLQwn-0007zJ-6Y for gegu-info-gnus-english@m.gmane.org; Thu, 15 Jun 2017 11:20:13 +0200 Original-Received: from localhost ([::1]:52892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQws-0000MC-7k for gegu-info-gnus-english@m.gmane.org; Thu, 15 Jun 2017 05:20:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQwn-0000K5-SB for info-gnus-english@gnu.org; Thu, 15 Jun 2017 05:20:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLQwk-0003WR-MU for info-gnus-english@gnu.org; Thu, 15 Jun 2017 05:20:13 -0400 Original-Received: from [195.159.176.226] (port=52207 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLQwk-0003Vt-Gi for info-gnus-english@gnu.org; Thu, 15 Jun 2017 05:20:10 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dLQwd-0007Vv-16 for info-gnus-english@gnu.org; Thu, 15 Jun 2017 11:20:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:bfxi01twJ/AhGm8AhjlWegMKtqA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18628 Archived-At: Dear all, I am trying to set up gnus to sent email from my gmx account and get an error. Here is the setup, which I took from the emacs wiki (setq smtpmail-default-smtp-server "smtpserver") (require 'smtpmail) (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq user-full-name "") (setq smtpmail-local-domain "gmx.com") (setq user-mail-address (concat "@" smtpmail-local-domain)) 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 Sorry, I am not very familiar with this, so I am not sure if this has to do with my gnus setup at all.... Any idea? Cheers, Georg