Stuck Mail
The mail-in-a-box server I run has an email that is stuck and keeps being re-added to my inbox. It's not really sent, just sort of stuck and shows back up no matter how many times I delete it.
Because mail-in-a-box runs postfix, I used this post to delete the email: https://bobcares.com/blog/postfix-delete-mail-queue/
The steps:
- Show the emails in the queue
postfix -p
- Delete the email
postsuper -d [email ID]
Done!