How to Cancel specific email addresses in postfix mailq
If there are specific emails in the mailq on postfix that you want to remove you can use the following line
mailq |grep [email protected]| awk '{print $1}'|tr -d '*!'| postsuper -d -
If there are specific emails in the mailq on postfix that you want to remove you can use the following line
mailq |grep [email protected]| awk '{print $1}'|tr -d '*!'| postsuper -d -