Searching...
Wednesday, June 18, 2014

Postfix empty / delete all mail queue command line

Source From: BLog.CripperZ.SG http://blog.cripperz.sg/2014/06/19/postfix-empty-delete-mail-queue-command-line/
Empty Postfix Mail Queue
This command will delete one specific email from the mailq (taken from the postsuper man page) mailq
| tail +2 | grep -v ‘^ *(‘ | awk ‘BEGIN RS = “” { if ($8 ==
“email@address.com” && $9 == “”) print $1...
Postfix empty / delete all mail queue command line
Read Complete Post From Source: BLog.CripperZ.SG

0 comments:

Post a Comment

 
Back to top!