Postfix: Difference between revisions

From DWIKI
mNo edit summary
Line 14: Line 14:
*[[postfix amavisd-new freebsd]]
*[[postfix amavisd-new freebsd]]
*http://souptonuts.sourceforge.net/postfix_tutorial.html
*http://souptonuts.sourceforge.net/postfix_tutorial.html
*[http://macnugget.org/projects/postfixrelaymaps/ Setting up automatic relay_recipient_maps in postfix]
*[[Postfix on Debian]]
*[[Postfix on Debian]]



Revision as of 15:05, 4 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