Page 1 of 1

Scalix Delegation Enterprise Edition (Multiple Instances)

Posted: Mon Feb 16, 2009 4:40 am
by uzanatta
Hi,

i've got a problem with delegation managed by SAC (Scalix 11.4.2) when I try to delegate some domains to a user created on second instances.

SAC is installed on first instance.

I followed all the instructions on documentation but Scalix rejected the authentication, if I create same user on first scalix server (first instance) delegation works well!

Does scalix support delegation on multiple servers instances?

Posted: Mon Feb 23, 2009 1:24 pm
by schmoe90
Do the servers route mail to each other? Does omshowmnmp look right?

Posted: Tue Feb 24, 2009 3:55 am
by uzanatta
Node A shows the name of mailnode b:
<mailnodeb>

Node B shows:
[OM 5706] Unable to display mailnode mapping file

So do I need to run omaddmnmp on node B?

omaddmnmp <mailnodea> <hostname>

Posted: Tue Feb 24, 2009 4:37 am
by uzanatta
I did it!

Now, when i try to connect to SAC, it's responding with:

Could Not Login
The Administration server is not responding.
Check log files.

On first instance:

I did:
# omaddmnp <mailnodeB> <hostnameB>
# omaddmnp <mailnodeC> <hostnameB>

On second instance:

I did:

# omaddmnmp <nodeA> <hostnameA>

Thanks