How do I disconnect a user from Scalix?

From Scalix Wiki
Revision as of 15:25, 29 April 2009 by Michaelr (Talk | contribs) (.)

Jump to: navigation, search

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>

.