I was getting the following error in Outlook for one particular user
---------------------------
Scalix Connect
---------------------------
Sign-on limit reached for this user, sign-on refused
---------------------------
OK
---------------------------
From the Scalix admin console > server info > active users tab I could see it had him logged in 17 times even though he wasn't logged in anywhere (have a feeling it might be to do with ActiveSync set up on his iPhone).
I opened up a terminal to the server and typed
omstat -u all -c
It then listed all of his sessions each with an id number. I used the following commands to kill his sessions
kill -9 [sessionID] [sessionID] [sessionID] etc.
He could then log in properly.