Page 1 of 1

Getting a list of all email addresses

Posted: Wed Feb 13, 2008 4:54 pm
by TRACKS
Is their a way to get output from Scalix for all users in a valid email output

Example:

User1@mydomain.com
User2@mydomain.com
User3@mydomain.com
User4@mydomain.com


I don’t want this format /host/CN=John Doe

Posted: Thu Feb 14, 2008 3:44 am
by Valerion
You can do a omsearch -s -m IA-FORMAL and then use a script to parse that to something like you want.

Posted: Thu Feb 14, 2008 11:06 am
by TRACKS
Thank you that got me close enough!