Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Kobus on July 26, 2007, 08:20:44 PM

Title: Mail relay qquestion
Post by: Kobus on July 26, 2007, 08:20:44 PM
Hi all

I have a client that wants SMEServer as their file, print and web server and mail server for 2 of their 8 domains. The other six domains email they want to relay to an (yes i know) MS Exchange server. Now because all 8 doamins is hosted on the smeserver how do i redirect just the 2 domains to the exchange server> Currently the email gets routed to the internal users on the SMEServer.

Thanks for the help

Kobus
Title: Mail relay qquestion
Post by: mmccarn on July 26, 2007, 09:50:55 PM
Code: [Select]
db domains setprop changeme.org MailServer 192.168.100.10
signal-event email-update


replace "changeme.org" with one of the domains that will be using the exchange server, and replace "192.168.100.10" with the ip address of the exchange server.

Do this for each domain whose email will NOT be hosted directly on your SME.
Title: Mail relay qquestion
Post by: Kobus on July 26, 2007, 10:22:17 PM
Thats brilliant thanks