Search found 1 match

by yodalives
Tue Dec 04, 2007 12:38 pm
Forum: Scripts and Templates
Topic: Postfix Queues
Replies: 39
Views: 122756

I had similar problem, my deferred and hold queue where to high -> very long response time with qshape . I had to add a -t 60 to the snmpwalk command and it was not enough ... So now I replaced qshape with a simple "find" command: find /var/spool/postfix/$i -maxdepth 5 -type f | wc -l So ...