oohhmmm said:
Hello there,
I am running postfix and squirelmail on a OSX 10.3.9 server (G4) with about 100 users. I am usingPOP3, IMAP, and the webmail interface.
I am interested in transferring all users, thier usernames and passwords, and their mail from the 10.3.9 server to the new XServe G5 Tiger server. Is this a possibility that is known?
Thanks for your time.
-kelley-
It is not such a problem moving the mails to the new system. I have a script, which will take of that. Largest part i submitted yesterday to another thread.
For moving files between systems, you can use the SCP command.
If you wish i can submit the full script also, but that will take some time because of some translations which are required.
Moving users i never did, but you can try making a OPEN DIRECTORY duplicate server and syncrhonise the 2 servers. After they are fully synchronised, that the old server offline and the BACKUP should become the master.
THREAD = MAIL SERVER and TIGER.
What i submitted:
I have some information for you:
See document 107996 on the Apple site
www.apple.com/support.
A script made byu myself to transfer mail between systems:
mv /var/imap /var/imap.old mkdir /var/imap
/usr/bin/cyrus/tools/mkimap
chown -R cyrusimap:mail /var/imap
chown -R cyrusimap:mail /var/spool/imap
sudo -u cyrusimap /usr/bin/cyrus/bin/reconstruct -i
sudo -u cyrusimap /usr/bin/cyrus/bin/cyrus-quota -f
This should make it working from scratch. Normally the correct files will be on your systems after the server installation.
Good luck, Kees