On Fri, Dec 24, 2010 at 01:29:00AM +0800, Yaoxing wrote: >> Waste of time. Post NON-VERBOSE LOGGING by smtp(8) and qmgr(8). >> >> logfiles=/some/where >> egrep 'postfix/(qmgr|smtp)\[' $logfiles | tail -100 > > Dec 23 11:23:25 e postfix/qmgr[29972]: 3C15BFB9143: removed > Dec 23 11:23:25 e postfix/qmgr[29972]: EB0E829E9CBC: from=<n...@e.xxx.com>, > size=18376, nrcpt=1 (queue active) > Dec 23 11:23:27 e postfix/smtp[30439]: 88B5B2F385D0: > to=<fun3...@freenet.de>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=7, > delay=410207, delays=364344/45849/0/13, dsn=2.0.0, status=sent (250 2.0.0
It takes mail many days to get through the content filter. Fix your content filter. > Ok, id=30461-01-7, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as > 722BA2988573) > Dec 23 11:23:27 e postfix/qmgr[29972]: 88B5B2F385D0: removed > Dec 23 11:23:27 e postfix/qmgr[29972]: CCB172D690D7: from=<n...@e.xxx.com>, > size=45424, nrcpt=1 (queue active) This is not 100 log entries, how quickly do you rotate your logs? This shows mail entering a disasterously slow content filter. Do you have a filter loop? What happens to queue-id "722BA2988573"? Are you using both amavisd-new and MailScanner? >> egrep ': warning: ' $logfiles | tail -20 > Dec 23 11:24:28 e postfix/qmgr[29972]: warning: mail for [127.0.0.1]:10024 > is using up 20000 of 20000 active queue entries Well, your content-filter is completely saturated to the point of being non-functional.. -- Viktor.