I hope this is the right forum to ask for help with my nmh.  If not, please
redirect me to the proper place and forgive the intrusion.

With that out of the way, 'post' is giving me some problems.  I'm a novice
system administrator so I'm having trouble diagnosing this one.  In summary:
'post' causes outgoing messages to bounce back, 'mail', 'pine', etc. all
work fine.

Specifically, here's an example of my experiment.

Here's message.txt, with some html-type bookends that are not in the
original file:

<message>
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject:  Test mail

This message is being delivered from my Solaris 2.7 machine running nmh
1.0.1.
</message>

Here's what I see from the command line:

my_machine> post -verbose message.txt
 -- Posting for All Recipients --
  -- Network Recipients --
  scott.b.drummonds at intel.com: address ok
 -- Recipient Copies Posted --
Message Processed
my_machine>

While it may appear that post worked fine, my mailbox soon contains this
response:

<message>
Return-Path: MAILER-DAEMON
Delivery-Date: Fri Dec  3 13:23:51 1999
Received: from localhost (localhost)
        by scfaqre3.sc.intel.com (8.9.3+Sun/8.9.1) with internal id
NAA12864;
        Fri, 3 Dec 1999 13:23:51 -0800 (PST)
Date: Fri, 3 Dec 1999 13:23:51 -0800 (PST)
From: Mail Delivery Subsystem <MAILER-DAEMON>
Message-Id: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
        boundary="NAA12864.944256231/scfaqre3.sc.intel.com"
Subject: Returned mail: Host unknown (Name server: mailhost.sc.intel.com:
host not found)
Auto-Submitted: auto-generated (failure)
Content-Length: 1416

This is a MIME-encapsulated message

--NAA12864.944256231/scfaqre3.sc.intel.com

The original message was received at Fri, 3 Dec 1999 13:23:50 -0800 (PST)
from localhost [127.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>

   ----- Transcript of session follows -----
550 <[EMAIL PROTECTED]>... Host unknown (Name server:
mailhost.sc.intel.com: host not found)

--NAA12864.944256231/scfaqre3.sc.intel.com
Content-Type: message/delivery-status

Reporting-MTA: dns; scfaqre3.sc.intel.com
Received-From-MTA: DNS; localhost
Arrival-Date: Fri, 3 Dec 1999 13:23:50 -0800 (PST)

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.1.2
Remote-MTA: DNS; mailhost.sc.intel.com
Last-Attempt-Date: Fri, 3 Dec 1999 13:23:51 -0800 (PST)

--NAA12864.944256231/scfaqre3.sc.intel.com
Content-Type: message/rfc822

Return-Path: <[EMAIL PROTECTED]>
Received: from scfaqre3.sc.intel.com (localhost [127.0.0.1])
        by scfaqre3.sc.intel.com (8.9.3+Sun/8.9.1) with ESMTP id NAA12862
        for <[EMAIL PROTECTED]>; Fri, 3 Dec 1999 13:23:50 -0800
(PST)
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Test mail
Date: Fri, 03 Dec 1999 13:23:50 -0800
Sender: [EMAIL PROTECTED]

This message is being delivered from my Solaris 2.7 machine running nmh
1.0.1.

--NAA12864.944256231/scfaqre3.sc.intel.com--
</message>

At first glance, I thought that this might not be an nmh problem.  However,
pine, mail, etc. all are working fine.

Really, what I want to know is where is post getting the machine name
"mailhost.sc.intel.com" from?  It seems that if I can find that entry (in
the post code?) I can change it to the proper mail server and be done with
the problem.  Does that sound reasonable?  If not, are there any better
suggestions?

Thanks in advance,
Scott

Reply via email to