With Scalix 10, the IMAP server changed behaviour. In order to allow for a faster startup, an IMAP process will remain running when a user signs out.
This can cause some issues if you change the user details without closing down that session. If you used SAC to change the user from standard to premium then the IMAP session isn't closed down. This is due to be fixed in the next major release.
What you can do is to run the command
Code: Select all
ommodu -o "User Name" --requireSignoff
If that doesn't work, run the command
Code: Select all
omshowu -n "User Name" | grep ^System
and take a note of the System Login value, then run
where XXXX is the System Login value.
Make sure that the user is signed off. You can then kill that process and have the user sign in again.
Cheers
Dave