From 71586049f1d38b16c6e0c92a4f5f2ce0c99ab0e0 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 11 Aug 2017 15:42:59 +0200 Subject: [PATCH] Adjust 'postfix.txt' --- postfix.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: ## -