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