Postfix: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 6: | Line 6: | ||
*[http://www.akadia.com/services/postfix_spamassassin.html Postfix and SpamAssassin] | *[http://www.akadia.com/services/postfix_spamassassin.html Postfix and SpamAssassin] | ||
*[http://hurring.com/howto/postfix_spamd/ postfix+spamd] | *[http://hurring.com/howto/postfix_spamd/ postfix+spamd] | ||
*[http://www.irbs.net/internet/postfix/0609/1487.html postfix with spamassass-milter on freebsd] | |||
*[http://www.postfix.org/faq.html FAQ] | *[http://www.postfix.org/faq.html FAQ] | ||
*[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] |
Revision as of 12:22, 28 July 2008
Docs
- Homepage
- Postfix survival guide
- Postfix and Amavis
- Postfix and SpamAssassin
- postfix+spamd
- postfix with spamassass-milter on freebsd
- FAQ
- Postfix with clamav-milter
- Postfix wiki
- postfix dovecot
- postfix amavisd-new freebsd
Postfix and LDAP
- Postfix LDAP
- Hosting Multiple Domains with Virtual Accounts
- 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
- http://www.boobah.info/howto/postfix-ldap.html
ldap and aliases
- http://www.postfix.org/LDAP_README.html
- http://www.howtoforge.com/mandriva-directory-server-on-debian-etch-p3
man ldap_table man maildirquota
Notes
- postconf
- postsuper
FAQ
Clean the postfix queue
mailq | grep ^[A-F0-9]| awk '{ print $1 }'| while read i;do postsuper -d ${i};done