Postfix: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
*[http://tom.scholten.nu/weblog/postfix_ldap_howto Postfix LDAP Howto v2.1] | *[http://tom.scholten.nu/weblog/postfix_ldap_howto Postfix LDAP Howto v2.1] | ||
*http://www.root-it.fiberworld.nl/vriesman.tk/postfix-courier-ldap-howto.html | *http://www.root-it.fiberworld.nl/vriesman.tk/postfix-courier-ldap-howto.html | ||
*http://swik.net/Postfix+LDAP | |||
==Notes== | ==Notes== |
Revision as of 13:52, 19 May 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
- Postfix LDAP Howto v2.1
- http://www.root-it.fiberworld.nl/vriesman.tk/postfix-courier-ldap-howto.html
- http://swik.net/Postfix+LDAP
Notes
- postconf
- postsuper
FAQ
Clean the postfix queue
mailq | grep ^[0-9]| awk '{ print $1 }'| while read i;do postsuper -d ${i};done