Postfix: Difference between revisions
From DWIKI
mNo edit summary |
|||
Line 2: | Line 2: | ||
*[http://www.postfix.org/ Homepage] | *[http://www.postfix.org/ Homepage] | ||
*[http://www.zytrax.com/tech/survival/postfix.html Postfix survival guide] | |||
*[http://wiki.apache.org/spamassassin/IntegratedInPostfixWithAmavis Postfix and Amavis] | *[http://wiki.apache.org/spamassassin/IntegratedInPostfixWithAmavis Postfix and Amavis] | ||
*[http://www.akadia.com/services/postfix_spamassassin.html Postfix and SpamAssassin] | *[http://www.akadia.com/services/postfix_spamassassin.html Postfix and SpamAssassin] |
Revision as of 14:14, 28 June 2008
Docs
- Homepage
- Postfix survival guide
- Postfix and Amavis
- Postfix and SpamAssassin
- postfix+spamd
- FAQ
- Postfix with clamav-milter
- Postfix wiki
- postfix dovecot
Postfix and 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
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