• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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