Results 1 to 7 of 7
Good Day
I Have a postfix server Ver 2.1.5 Receiving mail from ISP behind a firewall
I have Installed a Exchange Server Ver 6.5 on Server2003 R2 With Active Directory.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-17-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 7
Postfix Relay to exchange server
Good Day
I Have a postfix server Ver 2.1.5 Receiving mail from ISP behind a firewall
I have Installed a Exchange Server Ver 6.5 on Server2003 R2 With Active Directory.
My goal is to get 10 users from my 130 users relayed to exchange and the rest to stay on postfix.
Is this possible
please assist
Kind Regards
Madmax2
- 06-17-2008 #2
you can use transport maps to specify next hops
transport(5): Postfix transport table format - Linux man page
we are using this to deliver to 2 different mail servers
in your case probably 100 users would all have the same next hop and then those 30 will have exchange as the next hop.Code:fakeuser@fakedomain smtp[mailserver1] fakeuser2@fakedomain smtp[mailserver2]
- 06-18-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 7
- 06-20-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 7
I have used Winscp3 edited the etc\transport file as
fakeuser@fakedomain smtp:[192.xxx.xxx.53]
but the mail does not get thru to exchange
do I need the nail user on the postfix box aswell
- 06-20-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 7
I have used Winscp3 edited the etc/postfix/transport file as
fakeuser@fakedomain smtp:[192.xxx.xxx.180]
192.xxx.xxx.180 as exchange server
but the mail does not get thru to exchange
do I need the nail user on the postfix box aswell
- 06-20-2008 #6
after editing a db file in postfix (like the transport file) you need to do
you also need to reference it in your main.cf and either find this line and edit it or add it if its not thereCode:postmap /etc/postfix/transport
Code:transport_maps = hash:/etc/postfix/transport
- 06-23-2008 #7Just Joined!
- Join Date
- Jun 2008
- Posts
- 7
Thank you
I thank you SIR
much appreciated all is working well
have a great day


Reply With Quote

