On Fri, Oct 18, 2013 at 03:15:49PM +0100, Mark Berry wrote:
> However at other times they can take 30 minutes or more to all go.
Slow cleanup(8) processing or disk I/O contention. Another
possibility is a syslog daemon configured to do synchronous writes
for every log entry (stresses the disk and slows down syslog clients
such as pickup).
Look for excessive header/body checks, or overly verbose logging.
> Now in this instance the maildrop folder holds all the emails, but running
> qshape maildrop I get alot of
> "Use of uninitialized value $qt in subtraction (-) at /usr/sbin/qshape line
> 282."
The qshape program does not support maildrop queue files.
> The only thing that does seem to work is rebooting the entire server.
Make sure logs are not written synchronously and the local socket
(/dev/log) is a datadgram not a stream socket.
Finally, SMTP submission (at modest concurrency, typically ~10
parallel connections are about optimal) is much more performant
that submission via sendmail(1).
--
Viktor.