How would I transfer mail from 6.0.1 to 6.5beta ?
William.
Well, if you do a standard upgrade none of your user files will be effected.
If you are wanting to setup an entirely new box and transfer the data files from one to the other, then you are going need to get a little creative. I did this some time back as follows:
- On the new box, create user accounts identical to those on the old box.
- On the old box, tarball all user home dirs located in /home/e-smith/files/users. You can create a single tarball if you want (i.e., one for each user), or create one big containing all user dirs.
- Transfer the user dir tarball to the new box using ftp, ssh, etc.
- Delete all user dirs on the new box.
- Untar the user dir tarball in /home/e-smith/files/users.
- Check ownership of all user dirs. You should be OK, but it never hurts to check. Don't ditch anything on the old box until the new box is up and running.

I think you could also use rsync to accomplish the above, but IMO it would require more work.
Greg