Hi herzel
I never saw that message...but I can give you few tips for resolution
step1:check for sendmail subsystem is up and running
#lssrc -s sendmail
if it is active...please stop it as shown in step 2
Also u can check with :#ps -ef|grep sendmail..
out put is:sendmail accepting connections on port 25(default)
step 2:stopsrc -s sendmail
also check /etc/sendmail.pid file
It has two lines as before stopping sendmail after starting sendmail as shown step 3...This file will be overwritten with new entries
<sendmail pid>(numeric)
/usr/lib/sendmail -bd -q 30m
ps -ef|grep -v grep|grep sendmail
You will get blank output as sendmail process is stopped
step 3:startsrc -s sendmail -a "-bd -q 30m"
here if 30m refers to check mail for evey 3o min...u can give any num of min..
step 4

s -ef|grep sendmail
or lssrc -s sendmail (this will show u it is active)
Also u can check now /etc/sendmail.pid for new entries.
Now u successfully stopped and started sendmail...If this
doesn't address the issue...I will give some more steps for resolution
sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator