• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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