Adjust 'postfix.txt'

This commit is contained in:
Christoph 2017-08-11 15:42:59 +02:00
parent 16c22e862e
commit 71586049f1

View File

@ -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:
## -