Try these steps and see how it works
Scalix Route Configuration
When using more than one scalix server in an environment we need to be able to add routes for directory synchronization and mail routing.
In this example we will use 3 servers each with one mail node.
Scalix1 will have a mail node of mt1
Scalix2 will have a mail node of mt2
Scalix3 will have a mail node of mt3
So with those configurations we setup our scalix servers as follows;
Scalix1 Server
Step 1. run omresetmn
Step 2. Run command. omaddrt -m mt2 -q SMINTFC -i
scalix@scalix2.domain.com
Step 3. Run command omaddrt -m mt3 -q SMINTFC -i
scalix@scalix3.domain.com
Step 4. Restart the service router. omoff -d0 "Service Router"; omon "Service Router"
Step 5. omaddds -i -m +DIRSYNC/mt2 -t "000101 00:00"
Step 6. omaddds -i -m +DIRSYNC/mt3 -t "000101 00:00"
Step 7. omaddds -e -m +DIRSYNC/mt2
Step 8. omaddds -e -m +DIRSYNC/mt3
Step 9. In /var/optscalix/sys/general.cfg enter in
DS_CUST_SEND_REQ_NOW=TRUE
DS_CUST_MSGQ_TIMEOUT=2
Step 10. omoff -d0 dirsync ; omon dirsync
Scalix2 Server
Step 1. run omresetmn
Step 2. Run command. omaddrt -m mt1 -q SMINTFC -i
scalix@scalix1.domain.com
Step 3. Run command omaddrt -m mt3 -q SMINTFC -i
scalix@scalix3.domain.com
Step 4. Restart the service router. omoff -d0 "Service Router"; omon "Service Router"
Step 5. omaddds -i -m +DIRSYNC/mt1 -t "000101 00:00"
Step 6. omaddds -i -m +DIRSYNC/mt3 -t "000101 00:00"
Step 7. omaddds -e -m +DIRSYNC/mt1
Step 8. omaddds -e -m +DIRSYNC/mt3
Step 9. In /var/optscalix/sys/general.cfg enter in
DS_CUST_SEND_REQ_NOW=TRUE
DS_CUST_MSGQ_TIMEOUT=2
Step 10. omoff -d0 dirsync ; omon dirsync
Scalix3 Server
Step 1. run omresetmn
Step 2. Run command. omaddrt -m mt2 -q SMINTFC -i
scalix@scalix2.domain.com
Step 3. Run command omaddrt -m mt1 -q SMINTFC -i
scalix@scalix1.domain.com
Step 4. Restart the service router. omoff -d0 "Service Router"; omon "Service Router"
Step 5. omaddds -i -m +DIRSYNC/mt2 -t "000101 00:00"
Step 6. omaddds -i -m +DIRSYNC/mt1 -t "000101 00:00"
Step 7. omaddds -e -m +DIRSYNC/mt2
Step 8. omaddds -e -m +DIRSYNC/mt1
Step 9. In /var/optscalix/sys/general.cfg enter in
DS_CUST_SEND_REQ_NOW=TRUE
DS_CUST_MSGQ_TIMEOUT=2
Step 10. omoff -d0 dirsync ; omon dirsync