Home Linux ServerWare Postfix
Main directory

/etc/postfix


vim headers_table

/To: .*/ REDIRECT root@localhost


or allow sending to one domain

/To: .*@google.com/ ok



add to main.cf

echo "header_checks = regexp:/etc/postfix/headers_table" >> main.cf