When using Postfix, the following simple one liner will do the trick to remove bounces:
|
1 |
# mailq | grep MAILER-DAEMON | awk '{print $1}' | sed 's/\*//' | postsuper -d - |
When using Postfix, the following simple one liner will do the trick to remove bounces:
|
1 |
# mailq | grep MAILER-DAEMON | awk '{print $1}' | sed 's/\*//' | postsuper -d - |