openpgp4fpr:F168BADC91643CB940EACFA050D10044FE0D9BA9
I hereby claim:
- I am welrbraga on github.
- I am welrbraga (https://keybase.io/welrbraga) on keybase.
- I have a public key ASCGZbQ2iuhjq4cta_eOhu2e0tmmHhc46PKOPJUENdl4vgo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DOMAIN="@dominiomaildito.com" ; postqueue -p |awk '/'$DOMAIN'/ { system("postsuper -d "$1) }' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Save this script on /usr/local/bin | |
#welrbraga - 2017-12-07 | |
fail2ban-client status|awk -F: '/Jail list:/ { split($2,jail,",") ; for (i in jail) { gsub(/[\t ]/,"",jail[i]); system("fail2ban-client status "jail[i]); }; }' |