Changes between Initial Version and Version 1 of Ticket #473, comment 4
- Timestamp:
- Mar 8, 2017, 5:45:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #473, comment 4
initial v1 1 1 Old 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: 2 2 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/3 1. 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/ 4 4 5 5 2. 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. … … 7 7 3. Remember to change the ownership of the copied folder: 8 8 {{{#!sh 9 chown -R vmail:vmail landauf @orxonox.net/Maildir9 chown -R vmail:vmail landauf.at.orxonox.net/Maildir 10 10 }}}