Postfix: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
*[http://wiki.linuxquestions.org/wiki/Postfix_with_clamav-milter Postfix with clamav-milter] | *[http://wiki.linuxquestions.org/wiki/Postfix_with_clamav-milter Postfix with clamav-milter] | ||
*[http://postfixwiki.org/ Postfix wiki] | *[http://postfixwiki.org/ Postfix wiki] | ||
==Postfix and LDAP== | |||
*[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] | *[http://www.linuxjournal.com/article/5917 Virtual hosting with LDAP] | ||
Line 13: | Line 15: | ||
*http://gentoo-wiki.com/HOWTO_Postfix-LDAP_virtual_users_with_qmail_schema | *http://gentoo-wiki.com/HOWTO_Postfix-LDAP_virtual_users_with_qmail_schema | ||
*http://www.ldapsource.com/content/ldap_postfix.html | *http://www.ldapsource.com/content/ldap_postfix.html | ||
man ldap_table | |||
==Notes== | ==Notes== |
Revision as of 13:02, 22 May 2008
- Homepage
- Postfix and Amavis
- Postfix and SpamAssassin
- postfix+spamd
- FAQ
- Postfix with clamav-milter
- Postfix wiki
Postfix and LDAP
- 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
- http://gentoo-wiki.com/HOWTO_Postfix-LDAP_virtual_users_with_qmail_schema
- http://www.ldapsource.com/content/ldap_postfix.html
man ldap_table
Notes
- postconf
- postsuper
FAQ
Clean the postfix queue
mailq | grep ^[0-9]| awk '{ print $1 }'| while read i;do postsuper -d ${i};done