Koozali.org: home of the SME Server

copy mailboxes from imap [SOLVED]

Offline crusader

  • ****
  • 71
  • +0/-0
    • http://www.far-galaxy.de
copy mailboxes from imap [SOLVED]
« on: July 31, 2007, 06:02:50 PM »
Is there some easy way to copy some already existing mailboxes and e-mails from one old server installation to a newly setuped sme 7.2 installation? If yes where do I find the db or directories to copy?

Offline ldkeen

  • *
  • 405
  • +0/-0
copy mailboxes from imap [SOLVED]
« Reply #1 on: July 31, 2007, 11:16:09 PM »
I think LazyAdminTools and Imapcopy should be able to do the trick. There is plenty of info in the forums about using both of these.
Lloyd

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
copy mailboxes from imap [SOLVED]
« Reply #2 on: July 31, 2007, 11:41:47 PM »
Imapcopy will work, or follow this - http://forums.contribs.org/index.php?topic=37983.0

In short:
copy maildir from old server to new server
change to user dir on new server
chown -R user:user user

John
......

Offline crusader

  • ****
  • 71
  • +0/-0
    • http://www.far-galaxy.de
copy mailboxes from imap [SOLVED]
« Reply #3 on: August 06, 2007, 01:35:49 AM »
Thank you for your answer, just copying the maildir directories worked well, but I figured out the the imapcopy you mentioned is a really great help while trying to copy more then one mailbox from several users. It really works reliable, and gives some tests at hand which are very helpful.