PC Adm: Moving a Postoffice to Another Server

Last reviewed: October 27, 1994
Article ID: Q112901
The information in this article applies to:
  • Microsoft Mail for PC Networks, versions 3.0, 3.0b, and 3.2

To move a postoffice from one server to another, follow these steps:

  1. At any workstation, log onto the network as an administrator.

  2. Connect to the server and directory where the postoffice is located. NOTE: Connect to the server using a drive letter.

  3. As in step 2, connect to the destination server and directory.

  4. From the current postoffice location, type the following command so you have a hard copy of all the postoffice file attributes:

          attrib *.* /s > <filename>.txt
    

  5. If Schedule+ is installed, change to the CAL subdirectory and type the following commands:

          attrib -h schedule.key
          cd..
    

  6. From the current postoffice location, type

          xcopy *.* <drive>: /s /e
    

    where <drive> is the destination drive you specified in step 3.

  7. Change drives to the new postoffice location. If Schedule+ is installed, change to the CAL directory and type the following commands:

          attrib +h schedule.key
          cd..
    

  8. Use the <FILENAME>.TXT file you created in step 4 to manually change all previously read-only files back to read-only by typing

          attrib +r <filename2>
    

    where <filename2> is the file you want to make read-only.

    NOTE: Do not change these file attributes all at once (by using a wildcard). Mail will not function properly if you do.


Additional reference words: 3.00 3.00b 3.20 admin
KBCategory: kbenv
KBSubcategory: MailPCAdm


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 27, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.