mail & centos07

1 post / 0 new
#1 Tue, 02/09/2016 - 15:35
edwardsmarkf

mail & centos07

hello -

i have been running centOS-6 for some time now. whenever i issue a mailx command from the command line such as this:

echo 'Subject: testing' | mailx -v mark@email.com -s 'this is a test';

i get a lot of good diagnostic messages such as:

this,is,a,test,-s,mark@domainname.com... Connecting to [127.0.0.1] via relay...
220 domainname.info ESMTP Postfix
>>> EHLO domainname.info
250-domainname.info
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME

however, on centOS-7 i am not seeing the same verbose messages, even with identical mailx command line. all i am seeing is this:

Mail Delivery Status Report will be mailed to <edwardmark@email.com>.

in both servers (centOS-6 & 7) the email is indeed coming through successfully.

any suggestions will be most appreciated.