<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Karl Boyken wrote:
<blockquote cite="mid:470BE6EC.4080803@divms.uiowa.edu" type="cite">
  <blockquote type="cite">On Tue, 9 Oct 2007, Guillaume Postaire wrote:
    <br>
    <br>
    <blockquote type="cite">Hi all,
      <br>
      <br>
We just have done a migration from a very old Cyrus stand alone
      <br>
installation to a new one with murder.
      <br>
      <br>
During the migration everything went ok and no user complaint, so we
      <br>
destroy our old mailbox.
      <br>
      <br>
Shortly after that one of our user notice a huge problem with outlook
      <br>
that we don't reproduce with thunderbird (put here whatever imap
      <br>
compliant client). All the mail older than the migration have the date
      <br>
of the migration in outlook. It seems that outlook don't use the header
      <br>
date (wich are ok in the plain text storage) but another information
      <br>
that come from cyrus.
      <br>
      <br>
We try to analyse what happen and discover we forget to use "
      <br>
--syncinternaldates" with imapsync. We simulate some migration and this
      <br>
problem don't exist if we had this.
      <br>
      <br>
How could we correct the date stored in cyrus ?
      <br>
      <br>
Here is the command we use for migration
      <br>
imapsync --ssl1 --ssl2 --host1 #HOST1# --host2 #HOST2# \
      <br>
--authuser1 cyrus --password1 #PASSWORD1# --authuser2 cyrus \
      <br>
--password2 #PASSWORD2# --authmech1 PLAIN --authmech2 PLAIN \
      <br>
--subscribe --user1 #USER# --user2 #USER# \
      <br>
--delete2 --expunge --expunge2
      <br>
    </blockquote>
  </blockquote>
  <br>
We ran into the same problem, and we cobbled together the attached
script to fix it.&nbsp; Enjoy!
  <br>
  <br>
Karl
  <br>
  <br>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
----
Cyrus Home Page: <a class="moz-txt-link-freetext" href="http://cyrusimap.web.cmu.edu/">http://cyrusimap.web.cmu.edu/</a>
Cyrus Wiki/FAQ: <a class="moz-txt-link-freetext" href="http://cyrusimap.web.cmu.edu/twiki">http://cyrusimap.web.cmu.edu/twiki</a>
List Archives/Info: <a class="moz-txt-link-freetext" href="http://asg.web.cmu.edu/cyrus/mailing-list.html">http://asg.web.cmu.edu/cyrus/mailing-list.html</a></pre></pre>
</blockquote>
Karl,<br>
The script is ok aka it run well after some change around TZ.<br>
But, the problem is still there in outlook. I try to reconstruct after
the change with (rfx) the user mailbox, but i still have the same
problem.<br>
<br>
Do you think i should delete and recreate the account in outlook so
that he could take the new date ?<br>
<br>
<pre class="moz-signature" cols="72">Cordialement

-- 
Guillaume Postaire - KARAVEL - Responsable infrastructure
<a class="moz-txt-link-abbreviated" href="mailto:gpostaire@karavel.com">gpostaire@karavel.com</a> - Tel : 01 70 36 48 86 
<a class="moz-txt-link-freetext" href="http://www.promovacances.com">http://www.promovacances.com</a> - <a class="moz-txt-link-freetext" href="http://www.karavel.com">http://www.karavel.com</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/gpostaire">https://www.linkedin.com/in/gpostaire</a>
</pre>
</body>
</html>