Hello: I'm trying to perform some address rewriting in postfix. Here is my scenario.
We have a large number of machines sending mail to an internal postfix relay. So the sender address is in the format of: sen...@server.domain.com where server is a variable and can be one of any of 1000 servers and domain.com is not a variable What I would like to do is rewrite the address as follows: sen...@domain.com It just doesn't look like there is any way to make use of wildcards in a generics table in postfix. I really don't want to have to manually write out the generics table like this: @server1.domain.com @domain.com @server2.domain.com @domain.com @server3.domain.com @domain.com 1000 times.... Any help would be appreciated. Thanks, Frank