I would like to configure postfix to catch all emails an redirect them to a specific email address. All emails except those send to a domain.
eg. catch all mails except those sent to domain @dom1.com; redirect them to my@address.com;
e1@example.com -> my@address.com
e2@other_example.com -> my@address.com
e3@dom1.com -> e3@dom1.com
e4@dom1.com -> e4@dom1.com
anything_else@any.com -> my@address.com
on centos
my@address.com should not be on same server as postfix (eg. it should be my_addr@google.com)