Postfix: How to erase deferred mails from the queue
I had a mail stuck in the deferred queue that was bugging me, a few google searches later resulted in the following commands in order to remove it:
mailq
postsuper -d <queueid>
I had a mail stuck in the deferred queue that was bugging me, a few google searches later resulted in the following commands in order to remove it:
mailq
postsuper -d <queueid>
Thank you. Your message did serve to at least one person
I had some messages deffered in the mail queue, and I think it’s OK now.
$postqueue -p
//list all mails in queue along with unique id
$postsuper -d ALL //deletes all mails fo queue
$postsuper -d mail-id //deletes specific e-mail from queue