How do I disconnect a user from Scalix?

From Scalix Wiki
Revision as of 14:29, 30 June 2010 by William (Talk | contribs) (added naviagtion to top of page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>

.