15 Nov 2007, 10:18am
BASH Bash IT email Linux mail messages postfix queue scripting server shell
by Ariejan de Vroom
BASH Bash IT email Linux mail messages postfix queue scripting server shell
by Ariejan de Vroom
Bash it! - Number of messages in Postfix queue
Got bash? Here’s a nice snippet that will return the number of messages currently in the postfix queue.
postqueue -p | tail -n 1 | cut -d' ' -f5
Feel free to post any updates or improvements.














