Postfix: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 8: Line 8:
*[http://www.postfix.org/LDAP_README.html#example_alias LDAP Support in Postfix]
*[http://www.postfix.org/LDAP_README.html#example_alias LDAP Support in Postfix]
*[http://www.linuxjournal.com/article/5917 Virtual hosting with LDAP]
*[http://www.linuxjournal.com/article/5917 Virtual hosting with LDAP]
*[http://tom.scholten.nu/weblog/postfix_ldap_howto Postfix LDAP Howto v2.1]


==Notes==
==Notes==

Revision as of 12:19, 19 May 2008

Notes

  • postconf
  • postsuper

FAQ

Clean the postfix queue

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