On 2/28/2012 10:50 AM, dino muzic wrote: > hi, > > have basic question to ask. how can I rewrite recipient address from > "[email protected] to [email protected]"? > my configuration consists of internal mail server (@inside.com) and > postfix relay situated in between internal lan and isp. > I have already configured postfix for outbound address rewriting : > [email protected] => internal <mailto:[email protected] => internal> > server => postfix => [email protected] <mailto:[email protected]>, > but I can't figure out how to do it in reverse! > > > > any help will be greatly appreciated > > thanks > > dino muzic > >
Typically one would use virtual_alias_maps to rewrite the outside address to an inside address, and canonical_maps to rewrite inside to outside. http://www.postfix.org/ADDRESS_REWRITING_README.html -- Noel Jones
