[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [imapsync] migration to Exchange 2010 with admin user


From E W <whatup dot dub at gmail dot com>
Subject Re: [imapsync] migration to Exchange 2010 with admin user
Date Thu, 31 Mar 2011 17:13:37 -0400

Robert,

The credential format depends on the settings in Exchange 2010, but I
use the following arguments to connect to Outlook Live (which uses the
Exchange 2010 Client Access Server).

--authuser2 "migrationadmin at domain dot tld" --user2 "username at domain dot tld"
--password2  PWCHANGED

Where authuser2 is your migration admin account, user2 is the target
account you want to migrate to, and password2 is the password of the
migration admin account.

Also, make sure you have full access permissions on the target
mailbox. Easiest way to do this is via powershell if you have a lot of
users to set.

=-=-=-=
Add-MailboxPermission -identity username –user migrationadmin
–accessrights fullaccess –inheritancetype all
=-=-=-=

In this instance, -identity is the target account and -user is the
migration admin account.


Let us know if this works for you.


[EW]




On Thu, Mar 31, 2011 at 3:07 PM, Michele Marcionelli
<michele dot marcionelli at math dot ethz dot ch> wrote:
> Maybe you have to "escape" the back-slashes. In some scripts I used this syntax for --user2:
>
>    domain\\adminuser\\user2
>
> HTH, Michele
>
>
> On Mar 31, 2011, at 21:04 , Robert Rust wrote:
>
>> Yes, Michele, I can log in as you describe.
>>
>> -Robert
>>
>> On 3/31/11 1:29 PM, "Michele Marcionelli"
>> <michele dot marcionelli at math dot ethz dot ch> wrote:
>>
>>> Hi Robert
>>>
>>> can you login to the webmail as admin like this?
>>>
>>>  http://webmail/owa/wsmith at domain
>>>  => username = exmig
>>>  => password = *****
>>>
>>> I'm not really an expert of windows/exchange and I can't tell you exactly
>>> what's meant with "domain" but in my environment I have to login as
>>> follow:
>>>
>>>   https://mail.ethz.ch/owa/demouser at ethz dot ch
>>>   => username = adminuser
>>>   => password = *********
>>>
>>> HTH, Michele
>>>
>>>
>>> On Mar 31, 2011, at 19:53 , Robert Rust wrote:
>>>
>>>> We are trying to migrate from Cyrus IMAP 2.3.16 to Exchange 2010 SP1.
>>>> I've gotten the 'admin' user access working on the Cyrus side, but not
>>>> the
>>>> Exchange side.  Using account wsmith as an example, I can log into
>>>> wsmith's account on outlook web access (OWA) using my exmig admin user
>>>> credentials as well as my own rrust user credentials, but neither appear
>>>> to work for the imapsync.
>>>>
>>>> $RCSfile: imapsync,v $ $Revision: 1.404 $ $Date: 2011/02/21 03:35:39 $
>>>> Here is a [linux] system (Linux imapsync 2.6.32-28-generic-pae
>>>> #55-Ubuntu
>>>> SMP Mon Jan 10 22:34:08 UTC 2011 i686)
>>>> With perl 5.10.1 Mail::IMAPClient  3.21
>>>> Command line used:
>>>> /usr/local/imapsync/imapsync --host1 imap.uwrf.edu --user1 wsmith
>>>> --authuser1 cyrus --passfile1 /home/rrust/.adminpwd --ssl1 --host2
>>>> EXCHXGSRV.uwrf.edu.uwrf.edu --noauthMD5 --folderrec technology-services
>>>> --prefix1 INBOX --useheader Message-ID --exclude Spam --exclude Trash
>>>> --exclude Pilot Backup --user2 UWRF\exmig\wsmith --passfile2
>>>> /home/rrust/.wexmigpwd --justlogin
>>>> Temp directory is /tmp
>>>> PID file is /tmp/imapsync.pid
>>>> Modules version list:
>>>> Mail::IMAPClient     3.21
>>>> IO::Socket           1.31
>>>> IO::Socket::SSL      1.31
>>>> Digest::MD5          2.39
>>>> Digest::HMAC_MD5     1.01
>>>> Term::ReadKey        2.30
>>>> Authen::NTLM         ?
>>>> ..
>>>>
>>>> ...
>>>> ...
>>>> ..
>>>> Banner: * OK The Microsoft Exchange IMAP4 service is ready.
>>>> Host EXCHXGSRV.uwrf.edu says it has NO CAPABILITY for AUTHENTICATE LOGIN
>>>> Error login: [EXCHXGSRV.uwrf.edu] with user [UWRF\exmig\wsmith] auth
>>>> [LOGIN]: 2 NO LOGIN failed.
>>>>
>>>>
>>>> I've tried every variation of domain and usernames that I could think of
>>>> with slashes in both directions.  If I leave off the second username, I
>>>> can authenticate with either exmig or wsmith, so I know the password is
>>>> correct.  Any ideas on what I can check?
>>>>
>>>> -Robert
>>>>
>>>>
>>>>
>>>> ---- imapsync mailing-list ----
>>>> unsubscribe, mailto:imapsync-unsubscribe at listes dot linux-france dot org
>>>> imapsync,    http://linux-france.org/prj/imapsync/
>>>>
>>>
>>> --
>>> Michele Marcionelli · mm at ethz dot ch · +41 44 631 6193
>>>
>>
>>
>>
>> ---- imapsync mailing-list ----
>> unsubscribe, mailto:imapsync-unsubscribe at listes dot linux-france dot org
>> imapsync,    http://linux-france.org/prj/imapsync/
>>
>
> --
> Michele Marcionelli · mm at ethz dot ch · +41 44 631 6193
>
>
>
> ---- imapsync mailing-list ----
> unsubscribe, mailto:imapsync-unsubscribe at listes dot linux-france dot org
> imapsync,    http://linux-france.org/prj/imapsync/
>
>