Apr 04
$ mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } { if ($8 == "sender@example.com") print $1 }'| /usr/sbin/postsuper -d -
$ mailq | tail +2 | grep -v '^ *(' | awk 'BEGIN { RS = "" } { if ($8 == "sender@example.com") print $1 }'| /usr/sbin/postsuper -d -
Recent Comments