Postfix: Difference between revisions

From DWIKI
Line 50: Line 50:
==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
==Postfix as secondary MX==
relay_domains

Revision as of 21:20, 1 January 2009