rules for all users

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

eproducts
Posts: 44
Joined: Tue Nov 28, 2006 2:16 pm

rules for all users

Postby eproducts » Wed Jan 17, 2007 8:10 am

Right now i defined rules like this:

sxaa --user "USERNAME1" --file Inbox_USER1 --header "Example Headline"
sxaa --user "USERNAME2" --file Inbox_USER1 --header "Example Headline"

for every user 1 rule.

Isn't it possible to define a rule for all SCALIX users in 1 line like:
sxaa --user "ALL USER IN SCALIX" --file Inbox_USER1 --header "Example Headline"

or with another command instead of sxaa

Thanks
Thorsten

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Wed Jan 17, 2007 8:50 am

Hi Thorsten!

No, this is not possible, using any command, however you can try creating a script for
the same. Command "omshowu -m all" would give you all users.

I tried this:

Code: Select all

omshowu -m all > ./all_users.txt

then,

Code: Select all

cat all_users.txt | cut -d '/' -f 1

gives the list of all user's name.

Thanks,
Subir


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 8 guests