1) How to display the mailqueue
- mailq
 
- postqueue -p
 
2)  Delete mails from the mail queue
   Delete all the pending mails from the mail queue
   postsuper -d ALL
   To delete only the deferred mail from the mail queue
   postsuper -d ALL deferred