Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #473, comment 4


Ignore:
Timestamp:
Mar 8, 2017, 5:45:13 PM (7 years ago)
Author:
lferran
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #473, comment 4

    initial v1  
    11Old mailboxes reside under the user's home directory following the Maildir format. They can be just copied from the old server to the new one. The procedure is as follows:
    22
    3 1. Create new folders under /srv/vmail/ in the new server for each user mail address. For instance, create: /srv/vmail/landauf@orxonox.net/Maildir/
     31. Create new folders under /srv/vmail/ in the new server for each user mail address. For instance, create: /srv/vmail/landauf.at.orxonox.net/Maildir/
    44
    552. Copy the mailbox files&folders from the old server to the new one inside the newly created folder. For instance, one could use the ***scp*** tool.
     
    773. Remember to change the ownership of the copied folder:
    88{{{#!sh
    9 chown -R vmail:vmail landauf@orxonox.net/Maildir
     9chown -R vmail:vmail landauf.at.orxonox.net/Maildir
    1010}}}