Difference between revisions of "How do I set up mail routing between two Scalix servers?"

From Scalix Wiki
Jump to: navigation, search
 
m (added naviagtion to top of page)
 
Line 1: Line 1:
 +
[[Scalix Wiki]] -> [[FAQ]] -> '''How do I set up mail routing between two Scalix servers?'''
 +
 
Assume the fully-qualified domain names of the two servers are scalixny.corp.com and scalixca.corp.com.
 
Assume the fully-qualified domain names of the two servers are scalixny.corp.com and scalixca.corp.com.
  

Latest revision as of 14:39, 30 June 2010

Scalix Wiki -> FAQ -> How do I set up mail routing between two Scalix servers?

Assume the fully-qualified domain names of the two servers are scalixny.corp.com and scalixca.corp.com.

Mailnodes are used for internal routing between Scalix servers.

Assume the following mailnodes exist:

CA is the local mailnode for the server scalixca.corp.com

NY is the local mailnode for the server scalixny.corp.com


1) On scalixny.corp.com, run the following command:

  # omaddrt –m CA –q SMINTFC –i scalix@scalixca.corp.com

2) On scalixca.corp.com, run the following command:

  # omaddrt –m NY –q SMINTFC –i scalix@scalixny.corp.com

3) Stop and start the router on each server for the new routes to be picked up:

  omoff -d 0 router
  omon router

4) Test that you can mail a message from a user on one server to the other and reply back.