|
From: Jamie C. <jca...@we...> - 2005-10-02 23:43:47
|
On Sat, 2005-10-01 at 07:13, Mark Frank wrote: > * On Fri, Sep 30, 2005 at 11:36:09AM -0400 Fred Bacon wrote: > > On Fri, 2005-09-30 at 12:59 +1000, Jamie Cameron wrote: > > > Hi Marcos, > > > That would be a cool feature, but as far as I know there is no Sendmail command to flush individual messages, so it cannot be done from within Webmin either. > > > > > > However, if anyone does know of a way to flush a single message from the command line, I would be glad to include it in Webmin.. > > > > According to the 3rd edition Sendmail book from O'Reilly, you can select > > a subset of queued messages to process. This is on page 462, section > > 11.8.2.3. You can select by the queue id, recipient, sender or any > > combination of those options. > > > > /usr/sbin/sendmail -qIj8UFRokM015345 > > > So, it should be possible in Webmin to select a message and have a flush > > selected button. > > Jamie - If you're going to implement this, adding -v to see the > resulting output of the SMTP conversation (user rejected, timed out, > etc) would be nice. Definately .. that is also already done on the existing page for flushing all queued messages. - Jamie |