How to migrate mail to mac server

I am currently running a FreeBSD Server with postfix and dovecot as our mail server. Today our new Mac Mini server arrives and I will be configuring that to run mail, calendars and authentication services.
I am familiar with setting up the MX records so new mail will goto the new mail server first, then the old mail server if the new isnt available and setting up postfix to hold and forward the mail when te new server comes back up.
What I do not know how to do is migrate everyon's old mail in dovecot over to the new mail server so they can access it.
If anyone has some experiance with this I would greatly appriciate it.

Information on migrations to Dovecot from various other mail servers. 
That document includes commands for imapsync and larch, among other options.
(If you're stuck for access, you could always slam the passwords, migrate the mail, and then re-issue the credentials.  Massively ugly, but possible.)

Similar Messages

  • How to migrate mails from Google Apps to MS Exchange Online IMAP (Getting error)

    Any tips on How to migrate mails from Google Apps to MSOL? What is required? When I am trying to migrate using IMAP but getting fpollowing error
    =======================
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:00:11
    [email protected]
    Failed
    Error:
    Failed to log on successfully for the following reason:
    Server rejected Basic login with following message : * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE.
    Exchange Management Shell command attempted:
    'Microsoft.Exchange.Transporter.Provider.PopImap.InternetMailboxMeta' | Move-XsIMAPMailboxToExchangeOnline -AllowUnsecureConnection $false -TargetCredential 'System.Management.Automation.PSCredential' -MaxThreadCount '10' -Quiet
    Elapsed Time: 00:00:11
    ======================
    Any help will be much appreciated.
    Regards
    Sunil DK

    I just finished migrating a client from Google Apps to Microsoft Exchange Online using the IMAP option in the Microsoft Online Services Migration Tool.  
    I added the mailboxes by creating a CSV file [i.e. GoogleApps(Gmail)_Mailboxes.csv] in the following format:
    SourceIdentity,SourceServer,SourceLoginID,SourcePassword,TargetIdentity
    [email protected],imap.gmail.com,[email protected],P@ssword1,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword2,[email protected]
    [email protected],imap.gmail.com,[email protected],P@ssword3,[email protected]
    Then I created a custom folder map XML file [i.e. GoogleApps(Gmail)_FolderMap.xml] to map the Google Apps (Gmail) labels to the appropriate Exchange (Outlook) mailbox folders and create those that didn't exist (i.e. Important, Starred, Follow up,
    Misc, Priority) as sub-folders under the Inbox:
    <?xml version="1.0" encoding="utf-8"?>
    <FolderMappings xmlns="http://tempuri.org/FolderMap.xsd">
    <!-- This xml contains the mapping of foldername in source server to folders in target server -->
    <!--
    "path" is the name of the folder in source server
    "Name" is the name of the folder to be mapped into target server
    "SpecialFolder" is the name of the special folder to be mapped into
    target server (Name will be ignored) valid values are :
    Inbox
    Calendar
    Tasks
    Sent Items
    Deleted Items
    Drafts
    Junk E-mail
    Contacts
    Outbox
    Journal
    Notes
    "Description" Description of the folder
    "ExcludeFolder" indicates folders to exclude. Valid values are:
    true (case sensitive)
    false (case sensitive)
    0
    1
    -->
    <!-- Default Mapping Section -->
    <Folder path = "INBOX">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "New Mail">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "[Root]">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "">
    <Property SpecialFolder = "Inbox"/>
    </Folder>
    <Folder path = "Calendar">
    <Property SpecialFolder = "Calendar"/>
    </Folder>
    <Folder path = "Tasks">
    <Property Name = "Migration items/Tasks"/>
    </Folder>
    <Folder path = "Sent Items">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Sent">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "Deleted Items">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <Folder path = "Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Draft">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "Junk E-mail">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "Contacts">
    <Property Name = "Migration Items/Contacts"/>
    </Folder>
    <Folder path = "Outbox">
    <Property SpecialFolder = "Outbox"/>
    </Folder>
    <Folder path = "Journal">
    <Property SpecialFolder = "Journal"/>
    </Folder>
    <Folder path = "Notes">
    <Property SpecialFolder = "Notes"/>
    </Folder>
    <Folder path = "Public Folders">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <!-- Google Apps (Gmail) Specific Mapping Section -->
    <Folder path = "[Gmail]/All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "All Mail">
    <Property ExcludeFolder = "true"/>
    </Folder>
    <Folder path = "[Gmail]/Drafts">
    <Property SpecialFolder = "Drafts"/>
    </Folder>
    <Folder path = "[Gmail]/Important">
    <Property Name = "Inbox/Important"/>
    </Folder>
    <Folder path = "[Gmail]/Sent Mail">
    <Property SpecialFolder = "Sent Items"/>
    </Folder>
    <Folder path = "[Gmail]/Spam">
    <Property SpecialFolder = "Junk E-mail"/>
    </Folder>
    <Folder path = "[Gmail]/Starred">
    <Property Name = "Inbox/Starred"/>
    </Folder>
    <Folder path = "[Gmail]/Trash">
    <Property SpecialFolder = "Deleted Items"/>
    </Folder>
    <!-- Custom Mapping Section -->
    <Folder path = "Follow up">
    <Property Name = "Inbox/Follow up"/>
    </Folder>
    <Folder path = "Misc">
    <Property Name = "Inbox/Misc"/>
    </Folder>
    <Folder path = "Priority">
    <Property Name = "Inbox/Priority"/>
    </Folder>
    </FolderMappings>
    Additionally, I had to tell the Internet E-mail Mailbox Migration Wizard to use the "Individual Account Credentials" option since I was able to specify each account password in the CSV file when adding the mailboxes to Microsoft Online Services Migration
    Tools console.
    Just to note, the users had to manually export their contacts to a CSV file and calendars to iCal (ICS) files in order to import those items into Outlook.
    I hope this will benefit others since Microsoft doesn't seem to have a custom, specifically defined migration strategy for this scenario.  With Google Apps being in direct competition with BPOS/Office365, I assumed that Microsoft would have a simple
    strategy using something like ActiveSync to facilitate the migration of email, contacts, calendar entries, etc.  Hopefully we'll see something along those lines become available in a future release of the migration tools.
    --Jon Payne

  • How to migrate Mail & Contacts from backup disk of old PPC iMac (10.3.9) to new iMac (10.8.1)?

    How to migrate Mail & Contacts from backup disk of old PPC iMac (10.3.9) to new iMac (10.8.1)? 
    The Firewire disk is connected and have been able to copy across document folders etc, but Migration Assistant doesn't find the disk so that method no good.  Any help appreciated.

    Thanks, that looks very comprehensive.  Wish I'd seen it before completing Set-Up Assistant initially!  Will follow his instructions and report back.

  • How to migrate mail from cabinets in GW 8.x to Gmail

    Hi,
    I've got a Groupwise 8.x email account and my only access is from a web browser. This account is being deactivated, and so I want to migrate all my email to my Gmail account. Through the settings of my Gmail account, I was able to IMPORT email from the Inbox of my Groupwise account. But, that step did not export any mail contained in my cabinets.
    I found some help online that showed how to EXPORT mail from the cabinet folders, but you have to have the actual Email client to do this, and I only have access from my browser. I can export mail items one at a time, but since I have many email items, I figured that there has to be a better way.
    Can anyone offer me some sugggestions and/or links to help?
    Thank you in advance.
    Scotty

    In article <[email protected]>, Scotty81 wrote:
    > I tried to install the full client on my PC. I was able to do so, but
    > it didn't work.
    Well it does require a little bit of configuration. "Little" things like
    pointing it to the GroupWise server, which depending on the size of the
    system may well be the same host name as used for webaccess, and the
    default post office port is 1677. What tripped you up in connecting?
    > So, I think your alternative of using a Thunderbird
    > email account would be my next option. I don't have an account,
    Well you do have an account that you are trying to get mail out of, that
    is the account you would be using, selecting the IMAP option and
    pointing it to the GroupWise server.
    And you have an account you are trying to get your mail into, your GMail
    account, that you'd also have to connect to via IMAP.
    > Then the instructions for extracting the Novel email from the
    > Thunderbird client?
    Select all messages from a cabinet folder, Drag and drop them into
    GMAIL. Rinse and repeat per folder.
    Andy Konecny
    Knowledge Partner (voluntary SysOp)
    KonecnyConsulting.ca in Toronto
    Andy's Profile: http://forums.novell.com/member.php?userid=75037

  • How to migrate mail system from one hard drive to another under 10.6.8 in a macpro

    how do you migrate mail settings, calendar information, etc from one hard drive to another under 10.6.8 in the same computer?  Migration Application does not show this option.  It shows from an old computer to another, etc.

    You have to install the OS onto the new HD and then use the setup assistant on first boot to migrate from the original HD.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • How to transfer mails from mac mail to outlook?

    Can anyone explain to me how to transfer e-mails from Mac Mail to Microsoft Outlook?

    I just went the other way - Outlook to Thunderbird to Mac Mail.  I lost some notes in some folders.
    My fall back position was to set up an IMAP account and use Google sync to Outlook to move my mail into a Google account.  Then on the Mac I set up a IMAP account to download all the mail.  Once I had it on the Mac, I copied the IMAP folders into Personal folders on Local Machine.  I then deleted the IMAP account and reverted to using my 'usual accounts'.
    Hope this helps you a bit!

  • How to Migrate windows 2008r2 RDS server to Windows server 2012r2 RDS

    Hi, I want to migrate our 2008r2 RD server + Cals to windows server 2012r2 server, the user will still connect to 2008r2 server but the server hosting the license will be migrated to a 2012r2 server. Currently I have 2 servers that users can connect
    to that are served by the 2008r2 RDS (the server I'm converting is just hosting the license) the server user connect to point to this license server. How do I proceed to migrate, I'm searching for documentation but I can't find much, I found that I can only
    convert to 2012r2 from 2012 or better OS, so I installing a temporary 2012 server to do a double migration seem to be the best course of action but I can't find any documentation on how to Migrate the Remote Desktop Services Role Services from 2008r2 to Windows
    Server 2012.
    Also I just discovered that this server is also hosting license for windows server 2003 terminal service. Will I be able to host these licences on 2012R2 ?
    Any pointer would be appreciated.

    Hi,
    It seems like migration the Remote Desktop Services Role Services from 2008r2 to Windows Server 2012 is not supported.
    http://technet.microsoft.com/library/dn479239.aspx
    So i think you may install and configure the RDS server on Windows Server 2012 and then migration to Windows Server 2012r2.
    Hope this helps.
    Regards.
    Vivian Wang

  • Access Mail on Mac Server with non-Apple device

    I currently have a Windows server with Exchange installed and am considering replacing it with a Mac Server. IF I do that, can my non-Apple Windoes 7 & XP computers access Mail on the Mac Server as they now do with Exchange?

    Yes and no.  You will be able to access mail via IMAP but you will have a dickens of a time getting Address Book and Calendars to work.  Apple uses CardDAV and CalDAV respectively for these services.  Your options on WIndows are limited.  See here for options:
    http://caldav.calconnect.org/implementations/clients.html
    http://carddav.calconnect.org/implementations/clients.html
    If you are looking for something to "replace" Exchange, then check out Kerio Connect.

  • How to make a mini mac server work on multiple workstations

    I would like to purchase the mini mac server for my 3 boys and set up 3 different workstations (monitor, keyboard, mouse) for each kids.
    Can you do this?  If so how???

    What you are describing is how mini-computers were setup forty or so years ago, and what users were gleefully glad to get rid of when true micro-computers came on the market in the 1970s. In those days the processor and RAM memory were, by far, the most expensive parts of the system costing literally thousands of times more than the keyboards and monitors.
    Today the cost of the processor/RAM/Storage have fallen to the point the monitor may be the biggest  contributor to total system cost. For example a typical $800 Mac mini coupled to a $1,000 27" Thunderbolt display. The class of system you describe is still around and in use, but generally at a total system cost in the $100,000 range. To make what you are describing work you would need, at a minimum...
    A wired or wireless network
    One dedicated Mac mini server with installed server application (no mouse, keyboard, or monitor needed)
    Three work stations each consisting of an iMac or a Powerbook, or...
    one Mac mini
    one keyboards
    one mouse or trackpad
    one monitor
    arguably substantial understanding and/or knowledge of the Server application
    A recommended alternative would be just the network and three work stations, each operating as a stand alone work station. There isn't room here and I don't have the time to go into all the various combinations and the pros and cons of each, but the recommended alternative would end up costing roughly $1,000 less simply be eliminating the server. It would also be a bit more straightforward to administer.

  • How to migrate to a new server

    Hi,
    I need to migrate to a new server, there is a guide where to find the correct procedure to perform this procedure? Thx

    You have to install the database server first on the new machine.
    Now take the backup of the database from old connect server
    Restore it into the new database server.
    Now install connect on the new server
    Once the setup is finished and the connect is up and running.
    Replace the content folder on this new server with the content folder from old connect server.
    This should take care of this.
    This is the answer I got from Adobe. I did and successfully migrate my server but once the setup was finished on my new server I replace the content folder before restart the services... Everything went well.

  • How to configure mail on mac mini server?

    I have a new Mac Mini Server ver 2.0.23 I have web access and can see my server from the web going to my site but the stopping block is email services.
    I have one ip for www and one for mail.mydomain.com and I have all of the firewall ports open (I think on my router 22, 110, 143).  Please advice what the poper settings are and how via the web I am to access the email.
    Thank you in advance for your consideration.
    Jeff

    You will get better results on server questions in the OS X Server forum.

  • How to migrate mail server IMAP (lion) to Maverick

    Hi guys,
    I need migrate my lion server mail imap to maverick.
    How can I do?
    Can anyone help?
    Many Thanks.

    Information on migrations to Dovecot from various other mail servers. 
    That document includes commands for imapsync and larch, among other options.
    (If you're stuck for access, you could always slam the passwords, migrate the mail, and then re-issue the credentials.  Massively ugly, but possible.)

  • How to delete mail from mac but NOT from gmail server?

    Hi I have around 6GB of space used up by the mail app. I never really use it anymore though, favouring the gmail website. I can't work out how to clear out the mail app and free up that space, without also deleting the emails from the gmail server. Can anybody help?
    Thanks
    Jonathan

    Hello Jhughes1986,
    If you are not using the mail account in the Mail app, then remove it from Mail. When in Mail, go to the drop down menu Mail > Preferences, select the Account tab, select your Gmail account and then hit the Minus ( - ) button towards the bottom to remove the account. 
    Mail (Mavericks): Remove mail accounts
    http://support.apple.com/kb/PH14944
    Regards,
    -Norm G. 

  • How to Migrate Mail from One Mac Computer (MBP) to another Mac Computer (MBA)

    I just bought a Mac Book Air (OS X Mavericks, Mac Mail) after a couple of years using a Mac Book Pro (OS X Mavericks, Mac Mail) and need to migrate my mail from MBP to MBA. Is there any steps to follow

    MVP - if you still need the advice, or if any others come across this thread hoping it will help.
    The simplest way is now that you have your mail files copied from the old Mac (as per:
    Grant Lenahan
    Simply move over your users/you/library/mail folder ( it has all the mail files).
    Now launch Mail on the new Mac and go to File > Import Mailboxes
    Select the mail boxes you want to import and Bob's your mother's brother!
    Works a treat!

  • How do I let my Mac serve as an FTP server?

    I want to allow users from other computers access certain folders on my computer remotely.
    I downloaded filezilla, but there is no "server" option for Mac. Does the mac have a built-in program that I can use to make it act as a server?
    If so, how do I do it?
    Thanks,
    Erica

    What version of Mac OS X?
    Mac OS X 10.6: Providing FTP access to your computer
    Not only are the files transferred not secure, the Mac OS X Usernames and Passwords passed acrosss the Internet to get there are not secure.
    Also, you may need to change FireWall settings and/or Port forwarding settings on your Network to allow any access at all.

Maybe you are looking for

  • Processing Order in Lightroom - NR & Sharpening

    Hello, Probably a daft question. With photo's you apply any adjustments, then NR and then as a final stage sharpening. I presume LR1 & LR2 is programmed to just do the adjustments in the correct order if you stay within LR - irrespective of the order

  • XML Error in Oracle 10g Express

    Hello! First of, I would like to say that Oracle XE is quite an excellent product. I am happy to join this community to learn more about the product and hopefully in the future to help others out as well. And now, to my question: Database: Oracle Dat

  • MRP+Batch determination/restriction complex scenario

    I have a very complex issue with MRP and Batch Determination. Here is my situation. Please help me find a solution. I have materials which are batch managed and each material can have numerous batches based on the quality (80%, 70%, 90%). Materials c

  • ORA-01291:missing logfile when FlashingBack a Primary DB in logical standby

    OS: Solaris 10 and Windows vista Oracle version : 10.2.0.4.0 Enterprise Edition and 10.2.0.3.0 Enterprise Edition We are getting ORA-01291: missing logfile when FlashingBack a failed Primary DB into logical standby We are following Below procedure fo

  • Total in words

    Hii i gt an requirement to display Total amt in words in the vendor debit note i know the function module my question is call this function module should i write any subroutine r should create zdriver prog points will be rewarded regards Jaipal