On Tue, 26 Aug 2008, Marc Silver wrote: > > The oldest mails in the queue do not seem to be getting hit by the queue > runners and therefore the queue size is not decreasing nor are old mails being > expired from the queue. If I manually instruct Exim to flush these messages > (exim -v -M <msgID>) the messages flush, but a manual queue run just never > seems to get there.
What command are you using to run Exim? i.e. what is the queue runner interval? Try reducing it to something like -q5m. You only have 8 concurrent queue runners. Try increasing that to a few dozen. Check your logs for queue run start and end lines, and see if they are reasonable. Use exiwhat to check that you have a suitable number of queue runners. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
