Re: [vox-tech] Perl programming problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vox-tech] Perl programming problem
You have to set the sender (I guess the From: line) to an e-mail address
that is valid from the internet. "localhost.localdomain" is, from
unexmail.ucdavis.edu's point of view, is itself, and it knows "richard"
doesn't exist on its mailing system.
Also, look into sendmail's "-f" option.
-Mark
On Thu, 13 Jan 2005, Richard S. Crawford wrote:
> I'm trying to write a script which will live on my server at home and
> which will ping our server at work every five minutes or so, and send an
> e-mail message when it goes down or comes back up.
>
> I've got everything working fine, except for the e-mail part. Whenever it
> sends an e-mail out to my work account, it bounces back with the following
> message:
>
> The original message was received at Thu, 13 Jan 2005 12:55:18 -0800
> from hagrid [127.0.0.1]
>
> ----- The following addresses had permanent fatal errors -----
> <rcrawford@unexmail.ucdavis.edu>
> (reason: 553 5.1.8 <richard@localhost.localdomain>... Domain of sender
> address richard@localhost.localdomain does not exist)
>
> ----- Transcript of session follows -----
> ... while talking to smtp.ucdavis.edu.:
> >>> MAIL From:<richard@localhost.localdomain> SIZE=416
> <<< 553 5.1.8 <richard@localhost.localdomain>... Domain of sender address
> richard@localhost.localdomain does not exist
> 501 5.6.0 Data format error
>
> I'm guessing that this is probably a sendmail configuration issue, but
> I've messed around with that a bit and haven't had any success (I'm
> worried about messing with it too much since).
>
> Any help would be greatly appreciated.
>
>
> --
> Sláinte,
> Richard S. Crawford (AIM: Buffalo2K)
> http://www.mossroot.com http://www.stonegoose.com/catseyeview
> "We live as though the world were how it should be,
> to show it what it can be."
> --"Angel", Season 4 ep. 1
>
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
--
Mark K. Kim
AIM: markus kimius
Homepage: http://www.cbreak.org/
Xanga: http://www.xanga.com/vindaci
Friendster: http://www.friendster.com/user.php?uid=13046
PGP key fingerprint: 7324 BACA 53AD E504 A76E 5167 6822 94F0 F298 5DCE
PGP key available on the homepage
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech
|