<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>I'm making my own perl script to connect to IMAP servers (Master & Replica) and compare, following your own script. But I have a question regarding message comparision.<br><br>I would like to compare the md5sum (GUID) that is saved in every message, If I don't understood wrong GUID is the md5sum of the message. If not, how can I get the md5sum?<br><br>Anyway, I'm not able to extract GUID:<br> Message Info:<br>000001> UID:00000006 INT_DATE:1329912678 SENTDATE:1329908400 SIZE:631<br> > HDRSIZE:488 LASTUPD :1329912709 SYSFLAGS:00000010 LINES:6<br> > CACHEVER:3 <b>GUID:a281f0ee24d78fb5c32e70b77c85c6842fcc40a6</b> MODSEQ:13<br> > USERFLAGS: 00000000 00000000 00000000 00000000<br><br>I'm trying to fetch through perl with the following code and also through telnet 143 and the return me field is not valid.<br><br>$IMAPs1->select("user.cyrusadmin");<br>my $UIDs1 = $IMAPs1->fetch('1:*', 'guid');<br><br>Is there any option to do it? Because just comparing this field I can validate that the messages are the same.<br><br>Thanks & Regards.<br><br>Manel Gimeno Zaragoza<br>magiza83@hotmail.com<br><br><br><div><div id="SkyDrivePlaceholder"></div>> Date: Thu, 16 Feb 2012 20:22:57 +0100<br>> From: brong@fastmail.fm<br>> To: Eric.Luyten@vub.ac.be<br>> Subject: Re: Problem recover replica<br>> CC: info-cyrus@lists.andrew.cmu.edu<br>> <br>> On Thu, Feb 16, 2012 at 05:59:05PM +0100, Eric Luyten wrote:<br>> > On Thu, February 16, 2012 4:49 pm, Manel Gimeno Zaragozá wrote:<br>> > ><br>> > <br>> > > Hello,<br>> > ><br>> > ><br>> > > I'm using "find -type f" in my test environment because it's just 5 o 6GB of<br>> > > data. In production I know I won't be able to use it. how do to<br>> > > check/dump/export cyrus.index information? I was trying to find some tool o<br>> > > script but I couldn't find it.<br>> > <br>> > <br>> > Manel,<br>> > <br>> > <br>> > You could use 'mbexamine' which dumps mailbox information in human readable<br>> > (and machine processable) format.<br>> <br>> We actually use IMAP to talk to it :) We run an imapd on the replica<br>> as well (on a different port) - so we connect to the two imapds and<br>> compare between them.<br>> <br>> Bron.<br>> ----<br>> Cyrus Home Page: http://www.cyrusimap.org/<br>> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/<br></div>                                            </div></body>
</html>