Solution:
yum install mailx
service postfix start
chkconfig postfix on or
yum install mail
Fixed
and now test
mail -v youremail@gmail.com -- -r "test@gmail.com"
yum install mailx
service postfix start
chkconfig postfix on or
yum install mail
Fixed
and now test
mail -v youremail@gmail.com -- -r "test@gmail.com"
diarguet@rtp-lds-035:~$ cat mymessage | sendmail -i -t
diarguet@rtp-lds-035:~$ sendmail -t
From: "Me" <me@codecall.net>
To: "Bob" <bob@yahoo.com>
Subject: First Email
MIME-Version: 1.0
Content-Type: text/plain
Hello, World!
.
diarguet@rtp-lds-035:~$ _