Postby mikethebike » Thu Apr 03, 2008 11:33 am
Always start by looking at your services and daemons
omstat -s
omstat -a
make sure none you use are stopped or aborted.
Then check the fatal log for any serious or fatal errors...in your case check for records relating to Internet mail gateway
Then check the event log (make sure you are logging info into that log.
omshowlvl
if you are looking at a specific service, I would normally set the event log level forthat service to 9 or 11 (see man page for omconflvl)
wait for a mesage to get stuck in teh queue, then check the event log...I usually find its easier to dump the ouitput to a file and then use an editor/viewer to look at the records
omshowlog -p 10 -s unix -l 11 > /tmp/file.txt
Mick