Thanks, so I am obviously new to sendmail. I am trying to send mail from my local workstation(which I don't think is a mail server), and I don't believe there is a dedicated mail server on our network. What I don't get is that if I can send the mail to my gmail account, my local workstation must be set up as a mail server right?
If a dedicated mail server is needed I can get one outside the network. However, I tried using
define(`SMART_HOST',`outside.mail.server')dnl
but then all mail I tried to send stopped working, including the gmail which worked previously. Is there something else I'm missing(I'm sure there is)
Where can I find the MX and SPF records?
Here is one of the return emails I got:
From MAILER-DAEMON@pluto Thu Nov 20 16:29:40 2008
Date: Thu, 20 Nov 2008 16:04:21 -0500
From: Mail Delivery Subsystem <MAILER-DAEMON@pluto>
To: <achen@pluto>
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="mAKL4LQu007110.1227215061/pluto"
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)
This is a MIME-encapsulated message
--mAKL4LQu007110.1227215061/pluto
The original message was received at Thu, 20 Nov 2008 16:04:18 -0500
from localhost.localdomain [127.0.0.1]
----- The following addresses had permanent fatal errors -----
<allenc84@ucla.edu>
(reason: 553 5.1.8 <achen@pluto>... Domain of sender address achen@pluto does not exist)
----- Transcript of session follows -----
451 pluto: Name server timeout
451 pluto: Name server timeout
451 pluto: Name server timeout
... while talking to smtp.ucla.edu.:
>>> MAIL From:<achen@pluto> SIZE=501
<<< 553 5.1.8 <achen@pluto>... Domain of sender address achen@pluto does not exist
501 5.6.0 Data format error
451 pluto: Name server timeout
451 pluto: Name server timeout
--mAKL4LQu007110.1227215061/pluto
Content-Type: message/delivery-status
Reporting-MTA: dns; pluto
Received-From-MTA: DNS; localhost.localdomain
Arrival-Date: Thu, 20 Nov 2008 16:04:18 -0500
Final-Recipient: RFC822; allenc84@ucla.edu
Action: failed
Status: 5.1.8
Diagnostic-Code: SMTP; 553 5.1.8 <achen@pluto>... Domain of sender address achen@pluto does not exist
Last-Attempt-Date: Thu, 20 Nov 2008 16:04:21 -0500
--mAKL4LQu007110.1227215061/pluto
Content-Type: message/rfc822
Return-Path: <achen@pluto>
Received: from pluto (localhost.localdomain [127.0.0.1])
by pluto (8.13.1/8.13.1) with ESMTP id mAKL4IQu007108
for <allenc84@ucla.edu>; Thu, 20 Nov 2008 16:04:18 -0500
Received: (from achen@localhost)
by pluto (8.13.1/8.13.1/Submit) id mAKL4In6007072
for allenc84@ucla.edu; Thu, 20 Nov 2008 16:04:18 -0500
Date: Thu, 20 Nov 2008 16:04:18 -0500
From: Allen Chen <achen@pluto>
Message-Id: <200811202104.mAKL4In6007072@pluto>
To: allenc84@ucla.edu
Subject: test
test
--mAKL4LQu007110.1227215061/pluto--
Thanks,
Allen