Jeroen van Aart: > Yes I did: > egrep '(warning|error|fatal|panic):' /var/log/mail.* | grep qmgr > gunzip -c /var/log/mail.*.*.gz | egrep '(warning|error|fatal|panic):' | > grep qmgr
How much time is between the LAST qmgr[9582] logfile record BEFORE the master warning? If the distance is large, then you have a mis-configured Postfix / syslog setup, which is unfortunately common. To fix logging DO NOT chroot the qmgr in master.cf. Once the logging is fixed, we can find out WHY the qmgr exits with status 1. Wietse