How do I disconnect a user from Scalix?
From Scalix Wiki
Scalix Wiki -> FAQ -> How do I disconnect a user from Scalix?
1) Enter:
omstat -u rci -c
2) This shows connected users and the client they used to log in to Scalix. It also shows an associated process ID.
sxadmin / mailnode/CN=sxadmin 31625 SWA client
3) To terminate the connection, enter:
kill -9 <process id for user>
.