Postfix Spam Tracking
Get the mailids of all email currently in queue: postqueue -p|egrep “[A-F0-9]{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “[A-F0-9]{11}”|awk…
Get the mailids of all email currently in queue: postqueue -p|egrep “[A-F0-9]{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “[A-F0-9]{11}”|awk…