On 10/18/08, John Galt <[EMAIL PROTECTED]> wrote: > > What's the command to purge remove specific mails in the postfix queues via > email address / email domain
You can try downloading a script called pfqgrep.pl, then you can use it - pfqgrep.pl -i -s <[EMAIL PROTECTED]> | postsuper -d - *to delete queued messages of a particular sender or pfqgrep.pl -i -s <domain.com> | postsuper -d - *to delete queued messages of a particular domain sender There are other options that you can use, if you want to search via recipient, etc... HTH. Regards, Julius _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

