Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 6, 2024
1 parent 924d4c9 commit 7ee366b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ mailq | tail +2 | awk 'BEGIN { RS = "" } /[email protected]$/ { print $
```sh
mailq | cut -d ' ' -f 1 | sort | uniq | wc -l
```

## Inspect mail in queue

```sh
postcat -q 5E6E5800B9
```

0 comments on commit 7ee366b

Please sign in to comment.