Page 1 of 1

Mapping UIDs to Scalix real name

Posted: Sun Jun 11, 2006 11:39 pm
by mabadjiev
ps -ef gives me:
60572 30250 30184 0 19:47 ? 00:00:00 in.imap41d -d
60572 30251 30184 0 19:47 ? 00:00:00 in.imap41d -d
60572 30252 30251 0 19:47 ? 00:00:00 in.imap41d -d
How can I find the real name of UID 60572 for example.
Thanks,
-MA

Posted: Mon Jun 12, 2006 1:36 am
by ScalixSupport
You can use "omstat -U 60572" or even better "omstat -u imap".

Thanks,
Rachel

Posted: Mon Jun 12, 2006 11:02 am
by mabadjiev
Thanks, works great.