Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| #!/usr/bin/perl -w | |
| # | |
| # pfdel - deletes message containing specified address from | |
| # Postfix queue. Matches either sender or recipient address. | |
| # | |
| # Usage: pfdel <email_address> | |
| # | |
| use strict; | 
Visit my blog or connect with me on Twitter
git init
or