Image

Imagerobotech_master wrote in Imagelinux 😡frustrated

Listens: Men Without Hats - I Like

Sendmail Problem II: The HOWTO's Revenge

In reference to the email problem I posted about here a couple of days ago, someone pointed me at the Sendmail address rewriting mini-HOWTO. I followed all the instructions in it, then stopped & restarted sendmail...but the email I send still bounces, though this time I get the bounce from my local ISP's mail server.

This time, the error message is coming from my local ISP--mchsi.com--'s mail server--it reads:

This Message was undeliverable due to the following reason:

Your message was not delivered because the return address was refused.

The return address was '<robotech@terrania.zeropain.com>'

Please reply to Postmaster@mchsi.com if you feel this message to be in error.



The headers on a test email I sent from myself to my robotech@eyrie.org account are as follows:

From robotech@terrania.zeropain.com Thu Jun 20 17:42:24 2002
Return-Path: <robotech@terrania.zeropain.com>
Delivered-To: robotech@eyrie.org
Received: (qmail 28318 invoked from network); 20 Jun 2002 17:42:24 -0000
Received: from sccmmhc01.mchsi.com (204.127.203.183)
  by eyrie.org with SMTP; 20 Jun 2002 17:42:24 -0000
Received: from terrania.zeropain.com ([12.218.115.16])
          by sccmmhc01.mchsi.com
          (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP
          id <20020620174223.EGYL2006.sccmmhc01.mchsi.com@terrania.zeropain.com>
          for <robotech@eyrie.org>; Thu, 20 Jun 2002 17:42:23 +0000
Received: from terrania.zeropain.com (robotech@localhost [127.0.0.1])
        by terrania.zeropain.com (8.12.3/8.12.3/Debian -4) with ESMTP id
+g5KHgGSx000437
        (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL)
        for <robotech@eyrie.org>; Thu, 20 Jun 2002 12:42:21 -0500
Received: (from robotech@localhost)
        by terrania.zeropain.com (8.12.3/8.12.3/Debian -4) id g5KHgFbw000435
        for robotech@eyrie.org; Thu, 20 Jun 2002 12:42:15 -0500
Date: Thu, 20 Jun 2002 12:42:15 -0500
From: beep beep little satellite <robotech@eyrie.org>
To: robotech@eyrie.org
Subject: Second Test
Message-ID: <20020620174215.GE31806@terrania.zeropain.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i


UPDATE: And here's what my sendmail.mc looks like, just in case it has relevance:

divert(0)
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`@(#)sendmail.mc	8.9.3-21 (Debian) 20000309')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
# define (`ALIAS_FILE',`/etc/mail/aliases')
# I'm guessing recent versions of sendmail don't quite need this since I get
# error messages when I leave it in.
LOCAL_CONFIG
FEATURE(masquerade_envelope)dnl FEATURE(genericstable, `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN_FILE(`/etc/mail/genericsdomain')
define(`SMART_HOST',`mail.mchsi.com')
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(`nouucp', `reject')dnl
MAILER_DEFINITIONS
MAILER(local)dnl
MAILER(smtp)dnl

# I don't know what all that dnl stuff is; it was in my sendmail before I edited, even
# though it wasn't in the HOWTO.  I figured I'd better leave it alone, but could it be
# causing my problem?

LOCAL_CONFIG
#MASQUERADE_AS(terrania.zeropain.com)dnl 
# commented out because I thought that might be what was causing it
## Custom configurations below (will be preserved)


Anybody have some advice on this situation? I sure could use it.