Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Purge postfix queue based on email contents"
|
||||
linkTitle: "Purge postfix queue based on email contents"
|
||||
date: 2009-04-27
|
||||
description: >
|
||||
Purge postfix queue based on email contents
|
||||
---
|
||||
|
||||
|
||||
{{< highlight sh >}}
|
||||
find /var/spool/postfix/deferred/ -type f -exec grep -li 'XXX' '{}' \; | xargs -n1 basename | xargs -n1 postsuper -d
|
||||
{{< /highlight >}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue