Postfix: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
*[http://postfixwiki.org/ Postfix wiki] | *[http://postfixwiki.org/ Postfix wiki] | ||
*[http://www.postfix.org/LDAP_README.html#example_alias LDAP Support in Postfix] | *[http://www.postfix.org/LDAP_README.html#example_alias LDAP Support in Postfix] | ||
*[http://www.linuxjournal.com/article/5917 Virtual hosting with LDAP] | |||
==Notes== | ==Notes== |
Revision as of 12:59, 17 April 2008
- 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