How to delete queue of PowerMTA To delete / clear queue of PowerMTA: Use pmta delete Syntax : pmta delete [--dsn] [--queue=domain[/vmta] [--orig=addr] [--rcpt=addr] [--jobId=id] [--envId=id] [--accounting] Description : Deletes recipients from the queue. Although "--queue"'s default is */*, the command requires either --queue or --jobId to be entered explicitly, so that an accidental "pmta delete" command doesn't delete the entire queue. Messages are marked in the accounting file as deleted by administrator. Options : --dsn specifies that a DSN report should be sent. Using this option may slow the deletion process. No entry is written to the accounting file unless the --accounting flag is used as well. --accounting specifies that deletion information should be written to the accounting file. Using this option may slow...