Page 1 of 1

listing internet users

Posted: Wed Sep 27, 2006 11:08 am
by mnauta
how can I use the omshowu command to only list Internet Users accounts? I did look at the man pages :wink:

thanks
manuel

Posted: Wed Sep 27, 2006 11:23 am
by dkelly
Internet users do not have mailboxes on the Scalix server so the omshowu command will not work in this case.

Use the omsearch command, i.e.

Code: Select all

omsearch -e ou1=internet -m CN/IA


Cheers

Dave

Posted: Wed Sep 27, 2006 11:38 am
by mnauta
dkelly wrote:Internet users do not have mailboxes on the Scalix server so the omshowu command will not work in this case.

Use the omsearch command, i.e.

Code: Select all

omsearch -e ou1=internet -m CN/IA


Cheers

Dave


Thanks, worked great.
manuel