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