home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / mailmove.zip / MAILMOVE.DOC < prev    next >
Text File  |  1992-01-02  |  2KB  |  50 lines

  1.  
  2.  
  3.  
  4.                         MAILMOVE
  5.  
  6. Combining users from two 3+Mail servers into one 3+Mail server.
  7.  
  8. 1. Notify all users on the source server (the server where the users are 
  9. moving from) to retrieve their mail.  The Mailmove program can't move 
  10. users with mail in their mail server.  Hopefully 90% or more will do 
  11. this for you.  For the people who don't do this, you as an admin user 
  12. will have to login as each user and retrieve their mail for them.  
  13.  
  14. 2. To create a list for the users on the mail server we'll do a "3m 
  15. dirm" and redirect it to a file.  Logged-in as an admin run:
  16.        >> 3m server= source server; dirm > maildir
  17.  
  18. If the server domain and/or org. is different than yours use the full 
  19. 3part name. (The space after the equal sign is necessary).
  20.  
  21. 3. Check the "current number of mailboxes" on both the source and the 
  22. destination server. 
  23.        >> 3m server= source server; status
  24.  
  25. If the total users for the two servers is greater than the "maximum 
  26. number of mailboxes" on the destination server it will have to be 
  27. increased using 3INS or 3INSTALL.  The server will have to be re-booted 
  28. for the new parameters to take effect.   
  29.  
  30. 4. To execute the mailmove program put the source server then the 
  31. destination server and redirect the maildir file for input on the 
  32. command line.  
  33.        >> mailmove "source server" "destination server" < maildir
  34.  
  35. (The double quotes are needed for servers with more than one word 
  36. server names).  Mailmove will echo the from and to server names. If any   
  37. users have mail it will echo their name and continue moving the others.  
  38. It the destination server doesn't have enough mail boxes it will echo an 
  39. error message and abort.  If mailmove encounters other problems it 
  40. echoes an appropriate error message and continues.  Note problems.
  41.  
  42. 5. Clean-up: do a 3m dirm of the source server to check if all users got 
  43. moved.  They could have received mail while you were running the
  44. program.  If so start with step number one and redo the procedure.  
  45. Other error messages will usually indicate a name service problem for 
  46. that individual.  Do a 3n dir and see if you can figure out the 
  47. problem.   
  48.  
  49.  
  50.