we have the new sme 7.4 server ready, user accts created.
what is the quickest/reliable way to move the users mail folders from the 6.x box?
there are no ibays, just mail.
is there a way to winscp from server to server.
thanks in advance.
Use at your own risk. Yes, you
should be able to copy the mail from 6.x to sme 7. Make sure you copy the mail to the user's Maildir directory, Chown -R user.user Maildir, signal-event post-upgrade ; signal-event reboot
There is an event that runs on post-upgrade, /etc/e-smith/events/post-upgrade/S05imap-relocate-maildirs, that takes the old Maildir format that had a ; in front of the folder name and changes it to a dot (.). Remember that dotfiles are hidden, to view ls -a or ls -la, etc.
This should be transparent to the user. I haven't done this in a long while, but when 7 was first released, I did test it to make sure things worked, but again, it was only on a test server, with test data.
YMMV,
John