Any way to get the entire user list?

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

xalfeiran
Posts: 10
Joined: Fri Mar 25, 2011 3:27 pm

Any way to get the entire user list?

Postby xalfeiran » Mon Jul 16, 2012 1:47 pm

Hi to everyone!

I've been asked to deliver a list of users of my scalix mail server, in a human readable way (like Fullname, mail address) like in Excel or something.
i'm trying with omshowu -m all -I but displays a lot of characters that are not easy to clean to export the excel worksheet. Is there any other way to do this?

thanks!!

Running Centos 5.2
Scalix Community Ed.

William
Posts: 314
Joined: Fri Jun 02, 2006 8:28 am
Location: British Isles

Re: Any way to get the entire user list?

Postby William » Tue Jul 17, 2012 5:33 am

Code: Select all

/opt/scalix/bin/omshowu -m all -I | cut --delimiter='>' -f1 | sed 's/\/.*</\t/g' | sed "s/_/ /"

mikethebike
Posts: 566
Joined: Mon Nov 28, 2005 4:16 pm
Location: England

Re: Any way to get the entire user list?

Postby mikethebike » Tue Jul 17, 2012 9:31 am

omsearch -d userlist -t h -e s=* |omfmtent -x

you may want other attributes...in which case

omsearch -d userlist -t h -m s/g/ia

Mick


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 8 guests

cron