View Single Post
  #2 (permalink)  
Old 05-19-2007, 01:42 PM
roopeshsheth roopeshsheth is offline
Intermediate Member
 
Posts: 22
Default

I've spent at least two days on this issue, and will have to give up soon...
Code:
imapsync \
        --host1 mail.domain.com --user1 roopesh --password1 password \
        --host2 zimmail.domain.com --user2 roopesh --password2 password \
        --delete2 \
        --expunge2 \
        --authmech2 LOGIN \
        --nosyncacls \
        --syncinternaldates \
        --subscribe \
        --subscribe \
        --folder INBOX  \
        --nofastio1 \
        --nofastio2
gives me
Code:
BAD parse error: non-storable system tag "\X-Has-Attach"
on almost every message with an attachment (99%+). But not all (can't figure out the pattern, some .doc and rtf files make it through, not others).

I've tried with/without subscribe, nofastio, syncinternaldates, nosyncacls, but everything returns me the same error on messages with attachments.

I am trying to migrate mailboxes from Scalix 11.0.4 to Zimbra ZCS 4.5 (latest available).
Reply With Quote