Removing Bounces From the Mail Queue
The following simple one liner will do the trick:
# mailq | grep MAILER-DAEMON | awk '{print $1}' | sed 's/\*//' | postsuper -d -
Cheers,
Kevin
Categories: One Liners, Postfix
The following simple one liner will do the trick:
# mailq | grep MAILER-DAEMON | awk '{print $1}' | sed 's/\*//' | postsuper -d -
Cheers,
Kevin