Brett Randall | 4 Dec 2006 02:58
Favicon

Problem with cyrreconstruct

Hey all

I had KMail corrupt a mail folder of mine (deleted 2,000 - 3,000 emails 
somehow), so I've restored those e-mails but am trying to use cyrreconstruct 
to reconstruct the cyrus.* files. I've moved them out the way, so the only 
thing in that folder is the actual mail, but I can't get it to reconstruct. 
I'm using Kolab 2.0.4, and the command line I'm trying to use to reconstruct 
my folder is:

$ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff

which is coming back with no reply, and exiting with a 0 error value. If I try 
and do the reconstruct on any other directory, it does the same thing - 
doesn't even try. The only one that works is user/brett <at> hillsong.com, which 
is my inbox. I can see the folders exist:

$ /kolab/bin/ctl_mboxlist -d
hillsong.com!user.brett default brett <at> hillsong.com      lrswipcda
... other mailboxes ...
hillsong.com!user.brett.Personal        default brett <at> hillsong.com      
lrswipcda
hillsong.com!user.brett.Personal.Tiff   default brett <at> hillsong.com      
lrswipcda

And if I do an strace -f on the above reconstruct command, the last thing it 
does is look in mailboxes.db before bombing out, which makes me think it 
can't figure out which folder to reconstruct:

$ strace -f /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
... all the normal stuff ...
(Continue reading)

Andrew J. Kopciuch | 4 Dec 2006 03:43
Picon

Re: Problem with cyrreconstruct

On Sunday 03 December 2006 18:58, Brett Randall wrote:
> Hey all
>
> I had KMail corrupt a mail folder of mine (deleted 2,000 - 3,000 emails
> somehow), so I've restored those e-mails but am trying to use
> cyrreconstruct to reconstruct the cyrus.* files. I've moved them out the
> way, so the only thing in that folder is the actual mail, but I can't get
> it to reconstruct. I'm using Kolab 2.0.4, and the command line I'm trying
> to use to reconstruct my folder is:
>
> $ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
>

Try :

su - kolab-r -c "/kolab/bin/cyrreconstruct -rfx user/brett <at> hillsong.com"

You need to run the reconstruct as the kolab-r user.

hth,

Andy
Brett Randall | 4 Dec 2006 03:49
Favicon

Re: Problem with cyrreconstruct

On Monday 04 December 2006 13:43, Andrew J. Kopciuch wrote:
> Try :
>
> su - kolab-r -c "/kolab/bin/cyrreconstruct -rfx user/brett <at> hillsong.com"

Hi Andy. Sorry, I should have mentioned in the original e-mail that I am su'd 
to kolab-r (# su - kolab-r) when I do these commands.

Thanks
-- 
Brett Randall
Systems Engineer
Technology Services Department
Hillsong Church
http://www.hillsong.com/

________________________________________________________________________
The material contained in this email may be confidential, and may also
be the subject of copyright and/or privileged information. If you are
not the intended recipient, any use, disclosure or copying of this
document is prohibited. If you have received this document in error,
please advise the sender and delete the document.

This email communication does not create or vary any contractual
relationship between Hillsong and you. Internet communications are not
secure and accordingly Hillsong does not accept any legal liability
for the contents of this message.

Please note that neither Hillsong nor the sender accepts any
responsibility for viruses and it is your responsibility to scan the
(Continue reading)

VoVaN | 4 Dec 2006 06:51
Picon

Re: Problem with cyrreconstruct

Hi,
I thought it should be:
$ /kolab/bin/cyrreconstruct -r user/brett/Personal/Tiff <at> hillsong.com
instead of
$ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
Try if it helps...

On Monday 04 December 2006 03:43, Andrew J. Kopciuch wrote:
> On Sunday 03 December 2006 18:58, Brett Randall wrote:
> > Hey all
> >
> > I had KMail corrupt a mail folder of mine (deleted 2,000 - 3,000 emails
> > somehow), so I've restored those e-mails but am trying to use
> > cyrreconstruct to reconstruct the cyrus.* files. I've moved them out the
> > way, so the only thing in that folder is the actual mail, but I can't get
> > it to reconstruct. I'm using Kolab 2.0.4, and the command line I'm trying
> > to use to reconstruct my folder is:
> >
> > $ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
>
> Try :
>
> su - kolab-r -c "/kolab/bin/cyrreconstruct -rfx user/brett <at> hillsong.com"
>
>
> You need to run the reconstruct as the kolab-r user.
>
> hth,
>
>
(Continue reading)

Brett Randall | 4 Dec 2006 07:29
Favicon

Re: Problem with cyrreconstruct

On Monday 04 December 2006 16:51, VoVaN wrote:
> Hi,
> I thought it should be:
> $ /kolab/bin/cyrreconstruct -r user/brett/Personal/Tiff <at> hillsong.com
> instead of
> $ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
> Try if it helps...

Worked perfectly. Did I miss something in the documentation, or is this just 
assumed knowledge when working with Kolab/Cyrus?

Thanks!
--

-- 
Brett Randall
Systems Engineer
Technology Services Department
Hillsong Church
http://www.hillsong.com/

________________________________________________________________________
The material contained in this email may be confidential, and may also
be the subject of copyright and/or privileged information. If you are
not the intended recipient, any use, disclosure or copying of this
document is prohibited. If you have received this document in error,
please advise the sender and delete the document.

This email communication does not create or vary any contractual
relationship between Hillsong and you. Internet communications are not
secure and accordingly Hillsong does not accept any legal liability
for the contents of this message.
(Continue reading)

GARETTE Emmanuel | 4 Dec 2006 08:41
Favicon

Re: Problem with cyrreconstruct

Brett Randall wrote:
> $ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
>   

I think it should be :

/kolab/bin/cyrreconstruct -r user/brett/Personal/Tiff <at> hillsong.com

( <at> hillsong.com at the and of the line)
vovan | 4 Dec 2006 09:49
Picon

Re: Problem with cyrreconstruct

I've been using cyradm for getting all correct mailbox names and doing  
some mailbox operations, probably there's a better way...

Quoting Brett Randall <brett <at> hillsong.com>:

> On Monday 04 December 2006 16:51, VoVaN wrote:
>> Hi,
>> I thought it should be:
>> $ /kolab/bin/cyrreconstruct -r user/brett/Personal/Tiff <at> hillsong.com
>> instead of
>> $ /kolab/bin/cyrreconstruct -r user/brett <at> hillsong.com/Personal/Tiff
>> Try if it helps...
>
> Worked perfectly. Did I miss something in the documentation, or is this just
> assumed knowledge when working with Kolab/Cyrus?
>
> Thanks!
> --
> Brett Randall
> Systems Engineer
> Technology Services Department
> Hillsong Church
> http://www.hillsong.com/
>
> ________________________________________________________________________
> The material contained in this email may be confidential, and may also
> be the subject of copyright and/or privileged information. If you are
> not the intended recipient, any use, disclosure or copying of this
> document is prohibited. If you have received this document in error,
> please advise the sender and delete the document.
(Continue reading)

Rodrigo de Oliveira Gomes | 4 Dec 2006 13:40
Picon
Favicon

Re: Kolab listen only on local ports

God Morning for all!

Please, How can I replace this error in freshclam?

Server:~# /kolab/bin/freshclam
ClamAV update process started at Mon Dec  4 09:40:19 2006
main.cvd is up to date (version: 41, sigs: 73809, f-level: 10, builder: 
tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 9, recommended = 10
DON'T PANIC! Read http://www.clamav.net/faq.html

Thanks

Att

Rodrigo Gomes

Markus Ullmann escreveu:
> Hallo,
>
> I have installed Kolab 2.0.4 at Debian 3.1. It build successfully except 
> gmp-4.1.4-2.4.0 clamav-0.88.4-20060809.
> Now I have the problem, that all mail ports listen per default only for local 
> traffic as you can see in the output of netstat:
>
> ullmann <at> dskolab:~$ netstat --listen
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address         State
> tcp        0      0 localhost.localdo:imaps *:*                     LISTEN
(Continue reading)

Rodrigo de Oliveira Gomes | 4 Dec 2006 13:41
Picon
Favicon

Your ClamAV installation is OUTDATED!

God Morning for all!

Please, How can I replace this error in freshclam?

Server:~# /kolab/bin/freshclam
ClamAV update process started at Mon Dec  4 09:40:19 2006
main.cvd is up to date (version: 41, sigs: 73809, f-level: 10, builder: 
tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 9, recommended = 10
DON'T PANIC! Read http://www.clamav.net/faq.html

Thanks

Att

Rodrigo Gomes
Hamish | 4 Dec 2006 13:07
Picon

Re: Your ClamAV installation is OUTDATED!

On Monday 04 December 2006 12:41, Rodrigo de Oliveira Gomes wrote:
> God Morning for all!
>
> Please, How can I replace this error in freshclam?
>
> Server:~# /kolab/bin/freshclam
> ClamAV update process started at Mon Dec  4 09:40:19 2006
> main.cvd is up to date (version: 41, sigs: 73809, f-level: 10, builder:
> tkojm)
> WARNING: Your ClamAV installation is OUTDATED!
> WARNING: Current functionality level = 9, recommended = 10
> DON'T PANIC! Read http://www.clamav.net/faq.html
>
> Thanks
>
> Att
>
> Rodrigo Gomes
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users <at> kolab.org
> https://kolab.org/mailman/listinfo/kolab-users

Hi Rodrigo
Have a look here for all the details you need: 
http://wiki.kolab.org/index.php/Upgrading_Clamav
Hope that helps,
H
(Continue reading)


Gmane