Postfix
From DWIKI
- Homepage
- Postfix and Amavis
- Postfix and SpamAssassin
- postfix+spamd
- FAQ
- Postfix with clamav-milter
- Postfix wiki
- LDAP Support in Postfix
- Virtual hosting with LDAP
Notes
- postconf
- postsuper
FAQ
Clean the postfix queue
mailq | grep ^[0-9]| awk '{ print $1 }'| while read i;do postsuper -d ${i};done