Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts tagged queue

I may be wrong here, but I believe the default queue lifetime for a message sitting in the qmail queue is 7 days. To me, that's entirely too long to wait to deliver a defunct message considering most of them are probably SPAM bounces anyway. Here is how to shorten the lifetime. Change to the [...]

qmHandle is a handy tool to aid in administering the queue on qmail enabled servers. Get and install qmHandle wget http://ns.nywtc.co.uk/qmHandle && chmod +x qmHandle && cp -a qmHandle /usr/local/bin/ Get and replace existing qmHandle wget http://ns.nywtc.co.uk/qmHandle && chmod +x qmHandle && cp qmHandle `which qmHandle` Usage is simple. After installing, just issue qmHandle without [...]