Hi-
This is a bug report from the FreeBSD ports mailing list. I'm the maintainer
of this port, so I figured I'd look into it a bit. Does this behavior sound
familiar to anyone?
Thanx,
Scott
----- Forwarded message from Matthias Buelow <[EMAIL PROTECTED]>
-----
Date: Mon, 25 Mar 2002 17:23:43 +0100 (CET)
From: Matthias Buelow <[EMAIL PROTECTED]>
Subject: ports/36307: nmh port cuts off last part of sender domain
To: [EMAIL PROTECTED]
>Number: 36307
>Category: ports
>Synopsis: nmh port cuts off last part of sender domain
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 25 08:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Matthias Buelow
>Release: FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD reiher.informatik.uni-wuerzburg.de 4.5-STABLE FreeBSD 4.5-STABLE #0:
Fri Mar 22 18:00:52 CET 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/REIHER i386
>Description:
The nmh 1.0.4 port from mail/nmh cuts off the last
part of the sender domain/hostname used for the mail envelope,
resolving in a bounced message from the destination server
because the sender domain could not be resolved.
See the following transcript:
Mar 25 17:13:22 reiher postfix/smtpd[512]: connect from localhost[127.0.0.1]
Mar 25 17:13:22 reiher postfix/smtpd[512]: 23E19ACE2:
client=localhost[127.0.0.1]
Mar 25 17:13:22 reiher postfix/cleanup[513]: 23E19ACE2:
message-id=<[EMAIL PROTECTED]>
Mar 25 17:13:22 reiher postfix/qmgr[332]: 23E19ACE2:
from=<[EMAIL PROTECTED]>, size=641, nrcpt=1 (queue active)
The full "from" should be "[EMAIL PROTECTED]",
whereas nmh sends it as "[EMAIL PROTECTED]", which
obviously is wrong. hostname(1) reports the correct full hostname.
Explicitly specifying the "localname" option in
/usr/local/etc/nmh/mts.conf works around that problem,
I set it to:
localname: reiher.informatik.uni-wuerzburg.de
which resulted in the desired behaviour.
version of ports/nmh is:
$FreeBSD: ports/mail/nmh/Makefile,v 1.28 2002/01/06 06:20:20 will Exp $
>How-To-Repeat:
see desc
>Fix:
see desc
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-ports" in the body of the message
----- End forwarded message -----