This is a discussion on Re: Transport question within the mailing.postfix.users forums, part of the Mail Servers and Related category; i think you could also create a virtual-alias-map like this: this.user@foo.com -> this.user@groupwise....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
i think you could also create a virtual-alias-map like this:
this.user@foo.com -> this.user@groupwise.foo.com that.user@foo.com -> that.user@groupwise.foo.com you don't mention the exchange-users so they take the normal transport-way and the new transport-map looks like this: groupwise.foo.com smtp:[groupwise-ip] foo.com smtp:[exchange.foo.com] greetings stefan Jeroen Geusebroek wrote: > I have a postfix relay server which relay's all mail for several > domains to an exchange server. It has worked beautifully for a long > time now. > > Now I have a more difficult problem for postfix; I have one domain which > has users in 2 different locations. And getting mail via POP3 is not an > option. > So in a sense I have 2 mail-servers (Exchange and GroupWise) which both > think they are responsible for all foo.com email. > > My solution for this was to use the transport map in postfix to specify > the recipients where it would relay to the Exchange OR the GroupWise server. > > According to the transport man page it is possible to use it like this: > > Foo.user@foo.com smtp:[grouwiseserver.com] > foo.com smtp:[exchangeserver.com] > > Unfortunately when I tried this on the server it didn't work; it keeps > forwarding > all mail to the exchange server. Am I overlooking something? I'm sure the > transport > map is OK since it does handle all other emails (domains) correctly. > > Thanks, > > Jeroen > > > |