Plesk

Unable to send/receive emails on a Plesk server: Out of memory: Kill process (/usr/sbin/amavi)

Symptoms

Cause

Server RAM is being overloaded, as a result kernel kills Amavis service, causing the mail queue not to be processed.

Resolution

Warning: The procedure below will restart Amavis, and set reprocess the emails on the queue, but the issue may happen again if the underlying cause is not dealt with. If the excessive RAM usage is a recurrent behavior, allocate more RAM to the server in order to prevent the issue from reoccurring.

  1. Connect to the server via SSH.

  2. Start the Amavis service:

    # systemctl start amavisd

  3. Re-send queued emails:

    # postsuper -r ALL

Exit mobile version