Postfix: Difference between revisions

From DWIKI
mNo edit summary
Line 19: Line 19:
*http://www.postfix.org/VIRTUAL_README.html
*http://www.postfix.org/VIRTUAL_README.html


=Postfix and LDAP=
==Postfix and smtp auth/sasl==
*http://adomas.org/2006/08/postfix-dovecot/
 
==Postfix and LDAP==
*[[ Postfix LDAP ]]
*[[ Postfix LDAP ]]
*[http://www.akadia.com/services/postfix_separate_mailboxes.html Hosting Multiple Domains with Virtual Accounts]
*[http://www.akadia.com/services/postfix_separate_mailboxes.html Hosting Multiple Domains with Virtual Accounts]

Revision as of 16:21, 5 May 2009

Docs

Postfix and smtp auth/sasl

Postfix and LDAP

Spam filtering


ldap and aliases



man ldap_table
man maildirquota

Notes

  • postconf
  • postsuper

FAQ

queue

Clean the postfix queue

mailq | grep ^[A-F0-9]| awk '{ print $1 }'|  while read i;do postsuper -d  ${i};done

View message in queue

postcat

Delete message from queue

postsuper -d 

Postfix as secondary MX

relay_domains = foo.com, bar.com
relay_recipient_maps =
          hash:/etc/postfix/relay_recipients