Is there a way to redirect to dev null (without using local aliases) by using master.cf and a shell script maybe?

http://www.postfix.org/FILTER_README.html#simple_filter

Would something as simple as this work?

!/bin/sh

cat >/dev/null

exit $?

Reply via email to