Postby ScalixSupport » Tue Nov 22, 2005 8:51 pm
Hello,
What version of the SDK are you using?
Top fix the system ID pool issue, see below:
Regards,
Matthew
Support
-----------
How do I increase the number of Unix ID’s allocated to Scalix?
Each Scalix mailbox that is added will require a Unix/Linux ID. In cases where more than 1000 users will exist on the Scalix server, you must increase the pool or add additional pools to draw ID’s from. To first display the pool, run the following command (which is also the default amount).
# omadmidp -u
Start of block: 64534
Range of block: 1000
Used in block: 7
Now increase the pools, in this example, we’ll add 1000 ids.
# omadmidp -a -s 66000 -n 1000
omadmidp: Unix IDs pool 66000..66999 successfully added
Now review what has been allocated.
# omadmidp -u
Start of block: 64534
Range of block: 1000
Used in block: 7
Start of block: 66000
Range of block: 1000
Used in block: 0