hey there,
i receive email from about 10 different account and get around 1000 plus emails day, however every hour when i check my queue i will have:
messages in queue: 23
messages in queue but not yet preprocessed: 27
and when i check the queues in the morning i have:
messages in queue: 1276
messages in queue but not yet preprocessed: 1278
so everytime my queues get clogged, i have run:
ps afx | grep qmail-send
which gives me:
70734 ?? I 0:00.17 qmail-send
71477 p0 R+ 0:00.00 grep qmail-send
388 con- I 0:00.27 supervise qmail-send
then i kill the qmail-send process:
kill -9 70734
i keep doing this till i get 0 messages in my queues
ex:
messages in queue: 0
messages in queue but not yet preprocessed: 0
so if anyone knows how to fix this problem from qmail clogging up it would be greatly apprecaited.
thanks
i receive email from about 10 different account and get around 1000 plus emails day, however every hour when i check my queue i will have:
messages in queue: 23
messages in queue but not yet preprocessed: 27
and when i check the queues in the morning i have:
messages in queue: 1276
messages in queue but not yet preprocessed: 1278
so everytime my queues get clogged, i have run:
ps afx | grep qmail-send
which gives me:
70734 ?? I 0:00.17 qmail-send
71477 p0 R+ 0:00.00 grep qmail-send
388 con- I 0:00.27 supervise qmail-send
then i kill the qmail-send process:
kill -9 70734
i keep doing this till i get 0 messages in my queues
ex:
messages in queue: 0
messages in queue but not yet preprocessed: 0
so if anyone knows how to fix this problem from qmail clogging up it would be greatly apprecaited.
thanks