[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: setting up IMAP server with redhat 8



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)




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]