Come to think of it, I think that the RaQ4 simply does that by default. You can check by doing:
ls -lah /var/spool/mail
You should see that everything in that directory is actually a symbolic link, or possibly that the /var/spool/mail directory itself is a sym link to /home/spool/mail.
The Cobalt patches are available from the Sun website, here:
http://sunsolve.sun.com/pub-cgi/show.pl?ta...g&nav=patchpage
Quoth the Cobalt site: "Downloads MUST be applied from the bottom of the page to the top, as they must be applied in chronlogical order. Application of these patches in improper order will likely result in problems with the Sun Cobalt™ product."
So you'll want to be careful with those patches.
Someone else on the forum may have a better method for doing this, but you can track down where the most space is being used by going into the /var directory and using the du command like this:
du -h --max-depth=1
Watch for the biggest directory, cd into it, and run the same command again. Repeat until you've found the culprit.
Hope this helps,
- Joe