Skip to main content

Problem with Mailscanner after exim update

Comments

4 comments

  • cPRex Jurassic Moderator

    Hey there!  If you can see the message in WHM >> Mail Queue Manager can you use the Delivery option here to see if that will force them to be delivered?

    https://docs.cpanel.net/whm/email/mail-queue-manager/#deliver-messages

    0
  • quietFinn

    >exim -bp does not show mails, which I can see in the WHM- Mail Queue Manager

    When using MailScanner you need to use command:
    /usr/sbin/exim -bp -C /etc/exim_outgoing.conf

    0
  • Petar Stoilov

    Unfortunately, delivery options  via WHM >> Mail Queue Manager does not worked and returns same error about missing spool file.

    The solution was to:

    -find all e-mail IDs in exim_mainlog, which returns the error

    -find the files with e-mail ID in /var/spool/exim/input/some_subfolder/

    -stop exim service

    - move found files one level upper into /var/spool/exim/input/

    -start exim and files which are in the input dir are processed. Do this on batches to avoid blocking of mail server on some provider.

    0
  • Miron Jajtic

    After updating Exim, MS and MSFE, run the script /usr/msfe/msreq.pl - this will fix Exim split spool directories and you can then force delivery of old mails with exim -qff -v -C /etc/exim_outgoing.conf

    0

Please sign in to leave a comment.