• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Qmail Logs

kram@

Regular Pleskian
Hello All,

Does anybody know a command that can run and match-up the mail log?
I am trying to investigate a number of rejected email by mimecast from mass mail sent by a client.
I need to list the email address with the rejection??

Any ideas, would be great.
 
Try something like

grep -i REJECT -A2 -B2 /usr/local/psa/var/log/maillog > /tmp/file

and then investigate /tmp/file Maybe values after A and B should be increased.
 
Back
Top