Please help me .. I want to rule out if sendmail is running on any
server...
probably want to grep -v on inoperative
> rc.tcpip
> 2. ps -ef |grep sendmail # if running as command
probably want this one to be:
ps -ef |grep "sendmail -bd'', just in case somebody has outgoing
email
> 3. netstat -a|grep smtp # if running vis inetd
also :
ps -eadf | grep send
might return something like:
root 21716 22204 0 Mar 27 - 0:00 sendmail: accepting
connections