These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for mail & centos07 on the new forum.
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.