To clean out some spam from the postfix mailq
mailq | tail -n +2 | gawk 'BEGIN { RS = "" } /email@domain.com/ { print $1 }' | tr -d '*!' | postsuper -d -
To clean out some spam from the postfix mailq
mailq | tail -n +2 | gawk 'BEGIN { RS = "" } /email@domain.com/ { print $1 }' | tr -d '*!' | postsuper -d -
Copyright © 2024 | WordPress Theme by MH Themes
Leave a Reply