Sendmail issue on NGZ (Solaris)

Hi All,

I have Solaris-10 box with 11 sparse root zone. After a upgrade activity and reverted back due to some issues, sendmail is not working on any of the Non Global Zone (NGZ), while it works fine on Global zone

root@trans01-zd01:/root# mailx -v my_email_id@xxxx.com
Subject: ZD01
.
EOT
root@tswebd01-zd01:/root# my_email_id@xxxx.com... Connecting to [127.0.0.1] via relay...
my_email_id@xxxx.com... Deferred: Connection refused by [127.0.0.1]
root@trans01-zd01:/root# netstat -an | grep 25
10.63.48.2.53854     10.63.72.25.514      Connected
10.63.48.2.22        8.26.81.252.14371    62944      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.51426    65115      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.17347    63400      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.44003    65115      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.18302    64240      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.44061    65099      0 64240      0 ESTABLISHED
10.63.48.25.80             *.*                0      0 131072      0 LISTEN
10.63.48.25.443            *.*                0      0 131072      0 LISTEN
10.63.48.2.22        8.26.81.252.25642    64399      0 64240      0 ESTABLISHED
10.63.48.2.22        8.26.81.252.32698    65175      0 64240      0 ESTABLISHED
root@trans01-zd01:/root# telnet 127.0.0.1 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@trans01-zd01:/root#
root@trans01-zd01:/root#  mconnect
connecting to host localhost (127.0.0.1), port 25
connect: Connection refused

Please help.

Please check local_only parameter for sendmail through below command

 
svcprop sendmail | grep local_only

This must be set to false to allow remote access.

Regards,
Vishal

Vishal, it is already set to false

/# svcprop sendmail | grep local_only
config/local_only boolean false

Post output of

svcs -xv sendmail
:/# svcs -xv sendmail
svc:/network/smtp:sendmail (sendmail SMTP mail transfer agent)
 State: online since Thu Dec 22 00:06:14 2011
   See: man -M /usr/share/man -s 1M sendmail
   See: /var/svc/log/network-smtp:sendmail.log
Impact: None.