Teknotit Snipet Manager



Api 2 Git 1 aleatoire 2 animation 1 apache2 4 bash 9 cache 1 css 17 curl 1 fastcgi 2 fichier 1 fonctions 10 html 5 inspiration 1 javascript 17 linux 17 mobile 2 mysql 2 nginx 3 php 21 postfix 2 repertoire 3 ssh 9 swap 1 sysadmin 13 taille 1 ubuntu 7 wordpress 8

.

postfix

cluebringer

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

Postfix : delete all email From: a domain or one email address

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

Flux RSS de cette page


Teknotit Snipet Manager 1.84 par Bronco - Page générée en 0.005 s