Merge branch 'master' of https://git.oopen.de/script/postfix
This commit is contained in:
commit
4a923a025f
@ -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:
|
||||
## -
|
||||
|
Loading…
Reference in New Issue
Block a user