[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Emailing every user / site admin on the server...



this is how i did it: i setup a mailing list called everyone and it puts the list in a file called /usr/local/majordomo/sitename/lists/everyone

then I used awk to put all the users from the /etc/passwd file into the aliases file created above: awk -F: '$3 > 100 {print $1}' /etc/passwd > /usr/local/majordomo/sitename/lists/everyone

there may be other/better ways to go about doing this but it seems to have worked for me..

-Chris

At 01:06 PM 4/26/2001 +1000, you wrote:
Is this possible???

Without a script that is..

Thanks.

Sven

_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users