moveuser problems
Hi,
we are trying to move users from one server to other. Both running:
Sun Java(tm) System Messaging Server 6.1 HotFix 0.02 (built Aug 25 2004)
libimta.so 6.1 HotFix 0.02 (built 17:36:06, Aug 25 2004)
SunOS sm1 5.9 Generic_112233-12 sun4u sparc SUNW,Ultra-Enterprise
Both servers share same LDAP server. When we try
MoveUser -l \
"ldap://ldap.server:389/o=org.com,dc=org,dc=com?(uid=singleuser1)" \
-D "cn=Directory Manager" -w pazzword -s server1.org.com -x admin \
-p pazzword2 -d server2.org.com -a admin -v pazzword3
we get:
ldapHost = ldap.server
ldapPort = 389
ldapBaseDN = o=org.com,dc=org,dc=com
ldapScope = 2
ldapFilter = (uid=singleuser1)
ldapBindDN= cn=Directory Manager
srcMailHost = server1.org.com
destMailHost = server2.org.com
sMailAdm = admin
dMailAdm = admin
=======================================================
server1.org.com:{default\ singleuser1} --> server2.org.com:{default\ singleuser1}
Server responded [Server hosting this mailbox is not available]
User singleuser1 is on server1 (verified trough mboxutil & ldapsearch).
From this post:
http://forum.sun.com/jive/thread.jspa?forumID=15&threadID=24108
http://forum.sun.com/jive/thread.jspa?forumID=15&threadID=47464
we also verified proxyauth and found some issues there
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN] Messaging Multiplexor (Sun Java(tm) System Messaging Server 6.1 Patch 0.02 (built Aug 25 2004))
a login admin pazzword (store admin)
a OK User logged in
b proxyauth singleuser1
b OK Completed
c select inbox
c NO Server hosting this mailbox is not available
also we found that there are two admin accounts: one in NetscapeRoot and other in ou=People,o=etc....
From posts above it seams that our problems will be solved if we wipe out admin,ou=people.... BUT, this is Schema 2 and Identity works under this account (people admin :), so we assume that deleting of that account will kill Identity...
Any suggestions?
Note:
service.authcachettl is set to 0
store.admin is set to admin

