Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Jens Teich" <info@jensteich.de>
Subject: smtp protocol error
Date: Sun, 26 Nov 2006 13:18:19 +0100	[thread overview]
Message-ID: <ekc0mi$t46$01$1@news.t-online.com> (raw)

I want to use gnus for my mail but get an smtp protocol error when I
try to send to another mail address than my own. The error is

| 220 h968740.serverkompetenz.net ESMTP
| EHLO JENS_SONY.jensteich.de
| 250-h968740.serverkompetenz.net
| 250-AUTH LOGIN CRAM-MD5 PLAIN
| 250-AUTH=LOGIN CRAM-MD5 PLAIN
| 250-PIPELINING
| 250 8BITMIME
| MAIL FROM: <info@jensteich.de>
| 250 ok
| RCPT TO: <jensteich@t-online.de>
| 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
| QUIT
| 221 h968740.serverkompetenz.net

This error doesn't make sense to me, because I am able to send emails with
Outlook Express via the same server.

Sending a mail to myself, the result is:

| X-From-Line: info@jensteich.de  Sun Nov 26 12:40:26 2006
| X-Gnus-Mail-Source: pop:info@jensteich.de@jensteich.de
| Message-ID: <upsbaiggl.fsf@totally-fudged-out-message-id>
| Return-Path: <info@jensteich.de>
| Delivered-To: info@jensteich.de
| Received: (qmail 15312 invoked by uid 60000); 26 Nov 2006 11:59:18 -0000
| Received: from 84.142.193.47 by h968740 (envelope-from 
<info@jensteich.de>, uid 60004) with qmail-scanner-1.24st SA 24
|  (spamassassin: 3.0.4.   Clear:RC:0(84.142.193.47):SA:0(0.1/9.0):.
|  Processed in 0.203409 secs); 26 Nov 2006 11:59:18 -0000
| X-Spam-Status: No, hits=0.1 required=9.0
| X-Envelope-From: info@jensteich.de
| Received: from p548ec12f.dip.t-dialin.net (HELO JENS?SONY.jensteich.de) 
(84.142.193.47)
|   by fmbook.de with SMTP; 26 Nov 2006 11:59:18 -0000
| From: info@jensteich.de
| To: info@jensteich.de
| Subject: test
| X-Qmail-Scanner-Message-ID: <116454235889615305@h968740>
| X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on
|  h968740.serverkompetenz.net
| X-Spam-Level:
| X-Qmail-Scanner-MOVED-X-Spam-Status: No, score=0.1 required=9.0 
tests=AWL,NO_REAL_NAME autolearn=no
|  version=3.0.4
| X-Content-Length: 8
| Lines: 3
| Xref: JENS_SONY mail.misc:56
|
| test

my .emacs is

| (setq gnus-select-method '(nntp "news.t-online.de"))

| (require 'smtpmail)
| (setq smtpmail-default-smtp-server "jensteich.de")
| (setq smtpmail-smtp-server "jensteich.de")
| (setq smtpmail-auth-credentials (quote
|                 ("jensteich.de" 25 "info@jensteich.de" "secret")))
|
| (setq send-mail-function         'smtpmail-send-it) ; not for Gnus
| (setq message-send-mail-function 'smtpmail-send-it) ; for Gnus
| (setq user-full-name "Jens Teich")
| (setq smtpmail-local-domain "jensteich.de")
| (setq user-mail-address (concat "info@" smtpmail-local-domain))
|
| (setq mail-sources '((pop :server "jensteich.de"
|      :user "info@jensteich.de"
|      :password "secret")))
|
| (setenv "MAILHOST" "jensteich.de")
| (setq mail-yank-prefix "> ")
| (setq gnus-secondary-select-methods '((nnml "")))


Any clues?

Thx
-jens 

             reply	other threads:[~2006-11-26 12:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-26 12:18 Jens Teich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-08-18 15:45 Leon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ekc0mi$t46$01$1@news.t-online.com' \
    --to=info@jensteich.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).