I have a message stuck in my postqueue that is not possible to delete using any postsuper command, it cannot be delivered to the mail server due to a 4.5.1 Internal Error ...
Any advice among you guys?
Kindly,
Anders
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I tried your suggestions but none of them actually deleted the message. What I then did was trying to route that particular incoming domain to a different email server and suddenly the message was delivered ... Strange maybe but it did the trick for me ... postqueue all fine after that. ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi guys, another newbie question maybe?
I have a message stuck in my postqueue that is not possible to delete using any postsuper command, it cannot be delivered to the mail server due to a 4.5.1 Internal Error ...
Any advice among you guys?
Kindly,
Anders
postsuper -d ALL
or
postsuper -d ALL deferred
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Before trying to delete messages, you can try to requeue them with...
postsuper -r ALL
Or, in stead of deleting all messages from queue, you can delete only the single problem-message. First find out the message ID with...
postqueue -p | more
...the queue-ID would be the far-left column.
The delete the message with...
postsuper -d QUEUE-ID-HERE
View and moderate all "Get Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi, I tried your suggestions but none of them actually deleted the message. What I then did was trying to route that particular incoming domain to a different email server and suddenly the message was delivered ... Strange maybe but it did the trick for me ... postqueue all fine after that. ;-)