Postfix: Difference between revisions

From DWIKI
mNo edit summary
Line 53: Line 53:
==Clean the postfix queue==
==Clean the postfix queue==
  mailq | grep ^[A-F0-9]| awk '{ print $1 }'|  while read i;do postsuper -d  ${i};done
  mailq | grep ^[A-F0-9]| awk '{ print $1 }'|  while read i;do postsuper -d  ${i};done
==View message in queue===
postcat
==Postfix as secondary MX==
==Postfix as secondary MX==
  relay_domains = foo.com, bar.com
  relay_domains = foo.com, bar.com
  relay_recipient_maps =
  relay_recipient_maps =
           hash:/etc/postfix/relay_recipients
           hash:/etc/postfix/relay_recipients

Revision as of 18:45, 27 February 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

View message in queue=

postcat

Postfix as secondary MX

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