Postfix Spam Tracking
Get the mailids of all email currently in queue: postqueue -p|egrep “{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “{11}”|awk…
Linux | CPanel | WHM | webhosting| Plesk | DirectAdmin | CentOs | Debian | Ubuntu Blog
Get the mailids of all email currently in queue: postqueue -p|egrep “{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “{11}”|awk…