Re: Please Help Me Fix My Goofy Problem

2004-07-22 Thread Paul Gargan
Java Rockx wrote:
I see that.
I'm using perl-Mail-IMAPClient-2.1.4-1
Latest version on CPAN is 2.2.9
You could install that and see if it helps?
Paul.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Please Help Me Fix My Goofy Problem

2004-07-20 Thread Paul Gargan
Hi again,
You have several, possibly related, error messages here.
As far as I can see, Cyrus is returning an error in response to an 
Append operation that the imapsync tool is attempting.

You're also getting errors from the Perl interpreter itself -
It sounds like either imapsync, or perhaps the Perl module 
Mail::IMAPClient on which it depends, is transmitting malformed IMAP 
commands.

What version of Mail::IMAPSync are you using?
Paul.
Java Rockx wrote:
Paul,
Thank You!! When I did the imapsync I did not include the --syncinternaldate
option.
Anyhow, when I include that option I get the following messages returned from
imapsync and messages are not actually transferred.
Any clues?
Paul
+ Copying msg #1332:2501 to folder INBOX.INBOX
flags from : [\Seen]["29-Apr-2004 16:17:32 -0400" UID 1332)
4298 OK FETCH completed.
"]
Error trying to append string: 539 BAD Missing required argument to Append
command
 at /opt/software/imapsync-1.96/imapsync line 708
subject is all lower-case. May conflict with future methods. Change method name
to be mixed case or all upper case to ensure upward compatability at
/opt/software/imapsync-1.96/imapsync line 709
Use of uninitialized value in concatenation (.) or string at
/opt/software/imapsync-1.96/imapsync line 709.
Couldn't append msg #1332 (Subject:[]) to folder INBOX.INBOX: Error trying to
append string: 539 BAD Missing required argument to Append command
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Please Help Me Fix My Goofy Problem

2004-07-20 Thread Java Rockx
I see that.

I'm using perl-Mail-IMAPClient-2.1.4-1

--- Paul Gargan <[EMAIL PROTECTED]> wrote:
> Hi again,
> 
> You have several, possibly related, error messages here.
> 
> As far as I can see, Cyrus is returning an error in response to an 
> Append operation that the imapsync tool is attempting.
> 
> You're also getting errors from the Perl interpreter itself -
> 
> It sounds like either imapsync, or perhaps the Perl module 
> Mail::IMAPClient on which it depends, is transmitting malformed IMAP 
> commands.
> 
> What version of Mail::IMAPSync are you using?
> 
> Paul.
> 
> Java Rockx wrote:
> > Paul,
> > 
> > Thank You!! When I did the imapsync I did not include the
> --syncinternaldate
> > option.
> > 
> > Anyhow, when I include that option I get the following messages returned
> from
> > imapsync and messages are not actually transferred.
> > 
> > Any clues?
> > Paul
> > 
> > + Copying msg #1332:2501 to folder INBOX.INBOX
> > flags from : [\Seen]["29-Apr-2004 16:17:32 -0400" UID 1332)
> > 4298 OK FETCH completed.
> > "]
> > Error trying to append string: 539 BAD Missing required argument to Append
> > command
> >  at /opt/software/imapsync-1.96/imapsync line 708
> > subject is all lower-case. May conflict with future methods. Change method
> name
> > to be mixed case or all upper case to ensure upward compatability at
> > /opt/software/imapsync-1.96/imapsync line 709
> > Use of uninitialized value in concatenation (.) or string at
> > /opt/software/imapsync-1.96/imapsync line 709.
> > Couldn't append msg #1332 (Subject:[]) to folder INBOX.INBOX: Error trying
> to
> > append string: 539 BAD Missing required argument to Append command
> 





__
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Please Help Me Fix My Goofy Problem

2004-07-20 Thread Java Rockx
Paul,

Thank You!! When I did the imapsync I did not include the --syncinternaldate
option.

Anyhow, when I include that option I get the following messages returned from
imapsync and messages are not actually transferred.

Any clues?
Paul

+ Copying msg #1332:2501 to folder INBOX.INBOX
flags from : [\Seen]["29-Apr-2004 16:17:32 -0400" UID 1332)
4298 OK FETCH completed.
"]
Error trying to append string: 539 BAD Missing required argument to Append
command
 at /opt/software/imapsync-1.96/imapsync line 708
subject is all lower-case. May conflict with future methods. Change method name
to be mixed case or all upper case to ensure upward compatability at
/opt/software/imapsync-1.96/imapsync line 709
Use of uninitialized value in concatenation (.) or string at
/opt/software/imapsync-1.96/imapsync line 709.
Couldn't append msg #1332 (Subject:[]) to folder INBOX.INBOX: Error trying to
append string: 539 BAD Missing required argument to Append command




--- Paul Gargan <[EMAIL PROTECTED]> wrote:
> Java Rockx wrote:
> > It does not work when using Outlook or Outlook
> > Express. When using either of these mail clients, the
> > "recieved date" never seems to match the message
> > headers, but rather shows when the actual mail message
> > was migrated.
> 
> Hi,
> 
> We had a similar problem (same sync tool, same issue) at our site recently.
> 
> Outlook apparantly displays the "Received" date, which in turn is 
> calculated by the IMAP server based on when the mail arrived.
> Thus all mails moved during your sync appear to be only recently 
> arrived, and thus there received dates are messed up.
> 
> You have two options.
> 
> One is to change Outlook to dsplay the "Sent" field, and sort by this 
> date. Unfortunately, you have to do it for every folder view, and the 
> Sent columns will initially be null until you force Outlook to 
> redownload all the message headers.
> 
> An easier option is to re-run the sync, but ask imapsync to preserve 
> Received ("internal") dates via the --syncinternaldates command line switch.
> 
> Hope this helps.
> Paul.
> ---
> Cyrus Home Page: http://asg.web.cmu.edu/cyrus
> Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
> 




__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Please Help Me Fix My Goofy Problem

2004-07-20 Thread Paul Gargan
Java Rockx wrote:
It does not work when using Outlook or Outlook
Express. When using either of these mail clients, the
"recieved date" never seems to match the message
headers, but rather shows when the actual mail message
was migrated.
Hi,
We had a similar problem (same sync tool, same issue) at our site recently.
Outlook apparantly displays the "Received" date, which in turn is 
calculated by the IMAP server based on when the mail arrived.
Thus all mails moved during your sync appear to be only recently 
arrived, and thus there received dates are messed up.

You have two options.
One is to change Outlook to dsplay the "Sent" field, and sort by this 
date. Unfortunately, you have to do it for every folder view, and the 
Sent columns will initially be null until you force Outlook to 
redownload all the message headers.

An easier option is to re-run the sync, but ask imapsync to preserve 
Received ("internal") dates via the --syncinternaldates command line switch.

Hope this helps.
Paul.
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Please Help Me Fix My Goofy Problem

2004-07-19 Thread Java Rockx
Hello All.

I have a goofy problem I cannot seem to fix. I was
tasked with migrating all mail from an MS Exchange 5.5
server to Postfix. I am using SuSE Linux OpenExchange
Server 4.1 which is running Postfix 1.1.12-34.
Cyrus-imapd-2.1.9-92 is also used for IMAP.

To actually perform the migration I used imapsync from
http://www.linux-france.org/prj/

All worked well. Status indicators such as read,
unread, forwareded, etc were all maintained.
Attachments migrated successfully as well.

Here is my problem. The received date does not always
display correctly, even though it seems to be correct
in the message headers.

When using a web mail client such as Cyrus, the
"Received Date" is always correct when looking at
either a mailbox's inbox, or when actually viewing the
message detail.

This also works correctly when using a mail client
such as Mozilla Mail or Thunderbird on Windoz or
Linux.

It does not work when using Outlook or Outlook
Express. When using either of these mail clients, the
"recieved date" never seems to match the message
headers, but rather shows when the actual mail message
was migrated.

Here is an example. Note, I put bogus user/domain
names in the example. According to the message
headers, the Received Date should be 5/13/04 12:40PM
not 7/18/04 which is when the message was migrated. If
I double click the message in Outlook or Outlook
Express it shows the correct date as "Sent Date".

Please Help.
Paul

Outlook Express Inbox Item shows:

>From  Subject   Received Size
--
Joe Bow   RE:   Sun 7/18/2004 3:02 PM76KB

But the message header is as follows:

Received:   from richexch03.from-company.com
(exchange01.from-company.com [255.255.255.255]) by
exmail.to-company.com with SMTP (Microsoft Exchange
Internet Mail Service Version 5.5.2650.21) id
KLQTWWLS; Thu, 13 May 2004 12:29:36 -0400
Received:   by richexch03.from-company.com with Internet
Mail Service (5.5.2657.72) id ; Thu, 13 May
2004 12:41:59 -0400
Message-ID:
<[EMAIL PROTECTED]>
From:   "Blow, Joe" <[EMAIL PROTECTED]>
To: 'Jane Doe' <[EMAIL PROTECTED]>
Subject:RE:
Date:   Thu, 13 May 2004 12:40:03 -0400
MIME-Version:   1.0
X-Mailer:   Internet Mail Service (5.5.2657.72)
Content-Type:   multipart/alternative;
boundary="_=_NextPart_001_01C43908.F0FE0F40"



__
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html