I've been beating my head on this one. I've got a group who has a windows test box and they want all email from that box to go to one email address.
What I'd like to do is something like: /^From: .*@server1.example.com/ j...@example.com So email from server1.example.com is sent to mail.example.com (linux postfix box). There all email from server1 is routed to a single email address, j...@example.com. Is this possible? If so please point the way. Thanks, Kent