Page 1 of 1

sending Admin info mail

Posted: Tue Jul 31, 2007 1:35 am
by charon
Hi community,

is there a way to send an administration info mail to all users like:


"Scalix Service going down for maintenance"

?

Posted: Tue Jul 31, 2007 3:33 am
by Valerion
You create a PDL (Group in SAC) containing all users, and send to that, or alternatively select all from the SYSTEM address book. There's no easier way I am aware of.

Of course, if you like scripting you can script something that does a omshowu -m all on the command line to get all users, then use omsend to send a mail to those mailboxes.

Posted: Tue Jul 31, 2007 3:42 am
by charon
ok, i'll write a perl script then.
thx fpr the reply