Postfix: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 16: Line 16:
*[http://macnugget.org/projects/postfixrelaymaps/ Setting up automatic relay_recipient_maps in postfix]
*[http://macnugget.org/projects/postfixrelaymaps/ Setting up automatic relay_recipient_maps in postfix]
*[[Postfix on Debian]]
*[[Postfix on Debian]]
*http://www.postfix.org/VIRTUAL_README.html


=Postfix and LDAP=
=Postfix and LDAP=

Revision as of 15:38, 7 January 2009

Docs

Postfix and LDAP

Spam filtering


ldap and aliases



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

Postfix as secondary MX

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