exim: malformed message id
Hello,
After updating to RELEASE version 120.0.2, I am no longer able to delete emails through the "Mail Queue Manager" list.
I can see all emails in "Mail Queue Manager" but I cannot delete any emails.
When I try to delete an email, it goes through the deletion procedure and then the following message appears.
"exim: malformed message id 1rxfk8-008NuH-0N-H after -M option"
When I return to "Mail Queue Manager" the email I tried to delete is still there in the list.
Has anyone here had the same problem and found a solution?
Thank you!
-
same issue , and found that after update , the message id pattern was changed . new id still able to control , but old id can not
0 -
Hello,
I've already tried several exim commands via SSH, but none of them managed to delete the emails.
Is there any way to delete these old emails?
Thank you!
0 -
Have you tired ConfigServer Mail Queues (cmq) ?
https://configserver.com/configserver-mail-queues-cmq/It's free and I have used it for years, never had problems.
0 -
I wasn't able to reproduce this on a version 120 system as deleting a message from the page worked normally for me. If you have a server that is still experiencing this issue we'd like to see a ticket so we could get more details.
0 -
Finally, I delete these old message ID by manual
cd /var/spool/exim/input
find . -type f|xargs grep -i '1rxh2W-00CBoF-1p-H'./W/1rxh2W-00CBoF-1p-H:1rxh2W-00CBoF-1p-H
rm ./W/1rxh2W-00CBoF-1p-H
y0 -
Thank you, this:
Finally, I delete these old message ID by manual
cd /var/spool/exim/inputfind . -type f|xargs grep -i '1rxh2W-00CBoF-1p-H'
./W/1rxh2W-00CBoF-1p-H:1rxh2W-00CBoF-1p-H
rm ./W/1rxh2W-00CBoF-1p-H
yWorked!
1
Please sign in to leave a comment.
Comments
6 comments