Re: [Indimail-support] Indimail Queue Management and Deferrals
Brought to you by:
mbhangui
|
From: Cprogrammer <mbh...@gm...> - 2010-07-25 04:04:19
|
On Jul 25, 8:43 am, Pedram M <pm...@gm...> wrote: > I wanted to see if you could help me understand deferrals a bit more. > > If a mail is put into a queue, for example being sent to ex...@do..., > however the message can't be sent and is deferred. > Where does this mail go? Is it stuck in the queue waiting for the next retry > based, and based on QUEUELIFETIME this message is killed. > How is it possible for reporting purposes to know how many mail messages are > deferred? > use the command % svctool --report=all The report is basically qmailanalog + many more things > Also, I used to use a tool called qmHandle to manage mail in my qmail queue. > What tools are available to manage indimail's queues? > You have various tools. You can use qmail-qread to report the counts and also show the queue. qmail-tcpto can report all remote timeouts. 1) qmail-qread (man qmail-qread) 2) qmail-rm (man qmail-rm) 3) qmail-tcpto (man qmail-tcpto) 4) qmail-tcpok (man qmail-tcpok) |