Page 1 of 1

Dump Email List for external viewing?

Posted: Tue Oct 06, 2009 4:51 am
by elliot01
Hi All,

I would like to export a comprehensive list of all email addresses (including usernames, group names and aliases) held in my Scalix server's address book, to be hosted on my intranet. The plan would be to refresh this page every evening.

Not sure how to go about this. Can I run some custom Postgress query which will dump this data to a CSV? Or is there a Scalix command line statement ideal for this purpose?

Thanks all.

Elliot

Re: Dump Email List for external viewing?

Posted: Tue Oct 06, 2009 9:08 am
by les
elliot01 wrote:Hi All,

I would like to export a comprehensive list of all email addresses (including usernames, group names and aliases) held in my Scalix server's address book, to be hosted on my intranet. The plan would be to refresh this page every evening.

Not sure how to go about this. Can I run some custom Postgress query which will dump this data to a CSV? Or is there a Scalix command line statement ideal for this purpose?

Thanks all.

Elliot


This may not be everything you want, but it should give you some clues where to start.

Listing just the email addresses (including aliases) can be achieved with....

/opt/scalix/bin/omsearch -s -m IA-FORMAL

check the man page for omsearch for other options.

Search the forums also for omsearch, i'm sure some other stuff has been posted before.

Re: Dump Email List for external viewing?

Posted: Sat Oct 10, 2009 11:17 am
by elliot01
Thanks les, I'll have a look at that command :D