Archive

Archive for the ‘Postfix’ Category

Removing Bounces From the Mail Queue

November 3rd, 2009 admin No comments

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 Tags: