mailq | grep MAILER-DAEMON | awk '{print $1}' | tr -d '*' | postsuper -d —
Or
mailq | tail +2 | awk 'BEGIN { RS = "" } / MAILER-DAEMON/ { print $1}'|postsuper -d —
February 24th, 2009 | Posted in Blog, Linux, Postfix | No Comments
mailq | grep MAILER-DAEMON | awk '{print $1}' | tr -d '*' | postsuper -d —
Or
mailq | tail +2 | awk 'BEGIN { RS = "" } / MAILER-DAEMON/ { print $1}'|postsuper -d —
There are no comments yet, add one below.