[imp] still having MAILER-DAEMON return address problems :(

Lars Hecking lhecking@nmrc.ucc.ie
Wed, 7 Feb 2001 15:13:54 +0000


> X-Authentication-Warning: firewall.idledreams.net: nobody set sender to @
> using -f

[...]

> can this help anyone figure out why it's turning into MAILER-DEAMON@?! i can
> send from other accounts and it returns as username@idledreams.net :(

 That X-Authentication-Warning looks quote interesting. Apparently, to
 local-part and no domain were passed to sendmail -f, just a literal "@".



>From max@the Date: Wed,  7 Feb 2001 07:14:32 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 11611 invoked from network); 7 Feb 2001 15:18:05 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 7 Feb 2001 15:18:05 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f17FEX601893
	for imp@lists.horde.org; Wed, 7 Feb 2001 07:14:33 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 24.16.85.200 ( [24.16.85.200])
	as user max@imap.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Wed,  7 Feb 2001 07:14:32 -0800
Message-ID: <981558872.3a816658c8332@www.the-triumvirate.net>
Date: Wed,  7 Feb 2001 07:14:32 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <KCEJINDPCOKHHPPOJNIAOEHDCAAA.lordscarlet@idledreams.net>
In-Reply-To: <KCEJINDPCOKHHPPOJNIAOEHDCAAA.lordscarlet@idledreams.net>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 24.16.85.200
Subject: Re: [imp] still having MAILER-DAEMON return address problems :(

Quoting doug moore <lordscarlet@idledreams.net>:

> X-Authentication-Warning: firewall.idledreams.net: nobody set sender to @
> using -f

Here's your problem!  Looks like you're not passing correct parameters to 
sendmail. (namely the real address)

--mk23