Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 09:46:33PM +, Rosenbaum, Larry M. wrote: > > Then, as a best-practice, add additional transport addresses to > > each exchange user account: > > > > mail: u...@example.com > > proxyAddresses: SMTP:u...@example.com > > proxyAddresses: smtp:u...@exch.example.

RE: Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Viktor Dukhovni > > On Mon, Aug 10, 2015 at 08:50:22PM +, Rosenbaum, Larry M. wrote: > > > > main.cf: > > > indexed = ${default_database_type}:${config_directory}/ > > > virtual_alia

Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 08:50:22PM +, Rosenbaum, Larry M. wrote: > > main.cf: > > indexed = ${default_database_type}:${config_directory}/ > > virtual_alias_maps = ${indexed}virtual > > transport_maps = ${indexed}transport > > > > virtual: > > u...@mail.

RE: Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > On Mon, Aug 10, 2015 at 07:58:56PM +, Rosenbaum, Larry M. wrote: > > > I would like to do the following: If the recipient is > > u...@mail.example.com, rewrite the address to u...@example.com and relay > > it to server exch.exam

Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 07:58:56PM +, Rosenbaum, Larry M. wrote: > I would like to do the following: If the recipient is > u...@mail.example.com, rewrite the address to u...@example.com and relay > it to server exch.example.com. How would we do this? http://www.postfix.org/ADDRESS_REWRIT

Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
I would like to do the following: If the recipient is u...@mail.example.com, rewrite the address to u...@example.com and relay it to server exch.example.com. How would we do this? We are running Postfix 3.0.2 on RHEL6. Thanks, Larry