Jeroen van Aart: > That's it until > Aug 15 02:55:06 prod101 postfix/master[9402]: warning: process > /usr/lib/postfix/qmgr pid 9582 exit status 1
I don't think so. Instead of YOU filtering by hand a long file, let the COMPUTER do the work for you: egrep '(warning|error|fatal|panic):' /the/log/file | grep qmgr If you have one of those Linux boxes that stores data in multiple logfiles, repeat the above on all those files. Wietse