diff --git a/postfix.txt b/postfix.txt index ba0cd72..0f12aaa 100644 --- a/postfix.txt +++ b/postfix.txt @@ -25,8 +25,7 @@ postsuper -d ID ## - Trickreicher wird es wenn man alle Emails von oder zu einer Adresse löschen möchte: ## - -mailq | tail +2 | awk 'BEGIN { RS = "" } / user@huschi\.net$/ { print $1 } ' \ - | tr -d '*!' | postsuper -d - +mailq | awk 'BEGIN { RS = "" } / user@huschi\.net$/ { print $1 } ' | tr -d '*!' | postsuper -d - ## - oder auch so: ## -