View Single Post
  #2 (permalink)  
Old 02-01-2010, 12:25 PM
bdial bdial is offline
Moderator
 
Posts: 1,553
Default

you could easily script this to do it once, theres a bunch of scripts on the forums to do _____ to every user. they all are basically

Code:
for i in `zmprov getAllAccounts`
do
  command $i
done
so that command can be mounting the galsync.

theres currently no way to have it done automatically for all new users though
Reply With Quote