sender rate limits to prevent spam, using cluebringer
postfix sysadmin
http://uname.pingveno.net/blog/index.php/post/2015/03/11/Configure-sender-rate-limits-to-prevent-spam,-using-cluebringer-(policyd)-with-Postfix
<iframe width="100%" height="200" src="http://snipet.teknotit.com/index.php?embed=568389382d74f" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 30/12/2015
To delete all email in the queue from a domain run this command as root:
postqueue -p | tail -n +2 | awk 'BEGIN { RS = "" } /@example\.com/ { print $1 }' | tr -d '*!' | postsuper -d -
To delete all email in the queue From: a specific email address run this command as root:
postqueue -p | tail -n +2 | awk 'BEGIN { RS = "" } /username@example\.com/ { print $1 }' | tr -d '*!' | postsuper -d -
postfix sysadmin
<iframe width="100%" height="308" src="http://snipet.teknotit.com/index.php?embed=568096dbbff43" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 28/12/2015