On 2/28/2012 10:50 AM, dino muzic wrote: > hi, > > have basic question to ask. how can I rewrite recipient address from > "u...@outside.com to u...@inside.com"? > 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 : > u...@inside.com => internal <mailto:u...@inside.com => internal> > server => postfix => u...@outside.com <mailto:u...@outside.com>, > 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