how to open SMTP authorization for users and Deferred: Name server: mailhost.kfmc.med: host name loo
Operating System : Solaris 11.1
root@testapp1:~# mailx -v -s "test email" shaikmuneer.engr@gmail.com
hi test email
EOT
root@testapp1:~# shaikmuneer.engr@gmail.com... Connecting to [127.0.0.1] via relay...
220 testapp1.kfmc.med ESMTP Sendmail 8.14.7+Sun/8.14.7; Mon, 13 Mar 2017 11:35:00 +0300 (AST)
>>> EHLO testapp1.kfmc.med
250-testapp1.kfmc.med Hello localhost.localdomain [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> VERB
250 2.0.0 Verbose mode
>>> MAIL From:<admin@testapp1.kfmc.med> SIZE=85
250 2.1.0 <admin@testapp1.kfmc.med>... Sender ok
>>> RCPT To:<shaikmuneer.engr@gmail.com>
>>> DATA
250 2.1.5 <shaikmuneer.engr@gmail.com>... Recipient ok
354 Enter mail, end with "." on a line by itself