Skip to main content

exim: malformed message id

Comments

6 comments

  • Crown Chan

    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
  • klereson

    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
  • quietFinn

    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
  • cPRex Jurassic Moderator

    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
  • Crown Chan

    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
    y

     

     

    0
  • Marios Maravelias

    Thank you, this:

     

    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
    y

    Worked!

    1

Please sign in to leave a comment.