Rune Berge wrote:


Try logging onto the box, and running the command

mail -s "test 1 2 3" fred wilma

to see if those two users are getting email.

this command doesn't return. Had to interrupt it with ctrl-c. Any clues to
what might be my problem?


It's waiting for input on standard input.

cat /etc/hosts | mail -s "host name list" fred wilma

or

mail -s "test 1 2 3" fred wilma
Type your message here.
A line at a time
End with a period at the beginning of the line
or type ^D (Think "done" to remember the last)

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Reply via email to