[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Mail from within a script to an external address...
- From: "J. Nestlerode" <nestlerode usa dupont com>
- To: Red Hat List <redhat-list redhat com>
- Subject: Mail from within a script to an external address...
- Date: Wed, 30 May 2001 16:11:47 -0400
Greetings.
This command, called from a script, works as expected and sends an
e-mail to farmer localhost:
echo "Test message" |mail -s "Test" farmer
However, this variation does not work, and I think it should:
echo "Test message" |mail -s "Test" nestlerode usa dupont com
Would this be a configuration problem somewhere? There does not seem to
be anything amiss in /etc/mail.rc (as far as I can tell). Other
external e-mail (pine, netscape) works fine. Also, as a work-around, I
tried adding this alias to /etc/aliases:
farmer: nestlerode usa dupont com
and then running the `newaliases' command. After that, *neither* of the
above echo commands produce an e-mail. What am I missing?
Thanks very much for any pointers,
Joe
nestlerode usa dupont com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]