Koozali.org: home of the SME Server

Mail relay qquestion

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Mail relay qquestion
« 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
Kobus............

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Mail relay qquestion
« Reply #1 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.

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Mail relay qquestion
« Reply #2 on: July 26, 2007, 10:22:17 PM »
Thats brilliant thanks
Kobus............