Delivery queue in loop, high CPU and memory usage

Issue #794 resolved
Rafael Batiati created an issue

Hi,

Sometimes my server goes on 100% CPU and high memory usage, and evenually it become irresponsible.

I’ve learned that threre are many messages stuck in the folder /queue/smtp and /queue/submission, all with the same error message appended in every attempt, in loop.

The solution is to manually delete that folder every time the processor reaches more than 90% usage

I’m using Version 2.2.22 PRO # 949

Thats a piece of the message, the full content is in attachment.

Let me know If I could provide more logs or details about the problem.

        "attachment_archive_files": [],
        "data_line_length_exceeded": true,
        "authentication_results": [
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            "dkim=fail (body hash did not verify) header.i=@multiclubes.com.br",
            ... more thousand lines ...

Comments (6)

  1. Rafael Batiati reporter

    One more case: mail sent to @gamail.com (yes gmail spelled wrong)

    the mx.gamail.com reports as localhost.localdomain, and causes a loop too

    The workarround was to create a virtual domain bin for both “teste.com.br” and “gamail.com” so the loop ends

  2. SH repo owner

    Try latest version, there was multiple internal changes which might solve the issue. If it doesn't help please reopen

  3. Log in to comment