1

Topic: how to manage queue?

==== Required information ====
- iRedMail version (check /etc/iredmail-release):0.9.2
- Linux/BSD distribution name and version: ubuntu14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):ldap
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====
How can i delete some mails in queue according to their subjects/from/to ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: how to manage queue?

Postfix provides command `postsuper` to delete queued mail with a queue ID, but it doesn't support deleting with subject/from/to. So you have to figure out the queue id which contains the subject/from/to, then delete it with `postsuper` and the queue id.