Scott Blachowicz <[EMAIL PROTECTED]> wrote:
>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?
Nobody else seems to be answering.
No, this does not sound familiar.
However, I use Solaris, not FreeBSD, so I cannot be certain my
experience applies.
> 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.
What is the first entry on the output from
grep -i `hostname` /etc/hosts
If that is the truncated name, it might explain the problem.
-NWR