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