Re: location of reconstructed mailbox

2011-01-26 Thread Bron Gondwana
On Wed, Jan 26, 2011 at 07:06:42PM +0300, Sergey wrote: > Hello. > > I needed of reconstruction of maiboxes. I try to use > /usr/lib/cyrus/reconstruct -f user/*@my.dom > I see on output: > > user/us...@my.dom > user/us...@my.dom > user/us...@my.dom > fatal error: can't fstat cache file > > "/us

Re: After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Bron Gondwana
That all looks fine. Are you able to capture telemetry data? Did you read the output of the reconstruct? Did it say anything about GUID errors at any point? That's the one thing that -G by itself can't fix - you need to make a decision to keep or delete the message (because GUID errors mean file

Re: cyrus ignores seen files

2011-01-26 Thread Stefan-Michael Guenther
Hi Allen, Am 26.01.2011 15:56, schrieb Allen Chen: >> Cyrus Home Page: http://www.cyrusimap.org/ >> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ > you need to stop cyrus on both live and backup servers. > I tested is with both servers stopped, then used rsync for both dir

Re: sql authentication

2011-01-26 Thread Berend de Boer
> "Gabriele" == Gabriele Bulfon writes: Gabriele> Last but not least, my password is encrypted. My Gabriele> applications usually encrypt the typed password with a Gabriele> selected algorithm, and matches the two encrypted Gabriele> results. I may have no way do decrypt the

location of reconstructed mailbox

2011-01-26 Thread Sergey
Hello. I needed of reconstruction of maiboxes. I try to use /usr/lib/cyrus/reconstruct -f user/*@my.dom I see on output: user/us...@my.dom user/us...@my.dom user/us...@my.dom fatal error: can't fstat cache file "/usr/lib/cyrus/reconstruct -f user/us...@my.dom" is works. How can I learn name of

Re: Partition selection by domain?

2011-01-26 Thread Reinaldo de Carvalho
On Wed, Jan 26, 2011 at 10:47 AM, Marco wrote: > Hi Reinaldo, >  I understand your point of view. > In my crazy factory they want terabytes of mail for each domain. I can't add > only one partition per domain. A single fs could be too big to manage. > > I can choose partitions with a GUI, as you s

Re: After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Martin Schweizer
Hello Patrick 2011/1/26 Patrick Boutilier : > On 01/26/2011 06:12 AM, Patrick Boutilier wrote: >> On 01/26/2011 04:34 AM, Martin Schweizer wrote: >>> Hello >>> >>> I upgraded both server (master and client). After restart the sync I >>> get a lot of messages like them (on different mailboxes): >>>

Re: After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Martin Schweizer
Sorry I forgot the relevant part of mailbox.db: user.mdemonaco 0 default mdemonaco lrswipkxtecda user.mdemonaco.Drafts 0 default mdemonaco lrswipkxtecda user.mdemonaco.Sent 0 default mdemonaco lrswipkxtecda user.mdemonaco.Trash0 default mdemonaco lrswipkxtecda 2011/1/2

unsubscribe

2011-01-26 Thread Patrice Oliver
unsubscribe -- -- Hospices Civils de Beaune

cyrus ignores seen files

2011-01-26 Thread Stefan-Michael Guenther
Hello, I want to setup a backup mail server, including postfix und cyrus (version 2.3.11). I have tried the following methods to transfer the two directories /var/lib/imap and /var/spool/imap to the backup server: 1st method: 1. stop cyrus on the backup server 2. cp -prfad primary:/var/lib/ima

Re: After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Patrick Boutilier
On 01/26/2011 06:12 AM, Patrick Boutilier wrote: > On 01/26/2011 04:34 AM, Martin Schweizer wrote: >> Hello >> >> I upgraded both server (master and client). After restart the sync I >> get a lot of messages like them (on different mailboxes): >> >> (sync_client) >> Jan 26 09:15:01 acsvfbsd06 sync_

Re: Re: Re: sql authentication

2011-01-26 Thread Syren Baran
Am Mittwoch, den 26.01.2011, 11:10 +0100 schrieb Gabriele Bulfon: > Thanks, another interesting option. > How would I let it query my postgres db? > And what if the password in the db is encrypted with SHA or DES? Well, i did not use postgres, but if you use pam as the sasl backend you might want

Re: SASL w/ Encrypted SQL Password Security (Comment, Suggestion and Possible Solution)

2011-01-26 Thread Gabriele Bulfon
Hi, interesting that I was delving into the same problem with the same tools just one mail later :) I use SHA encryption in my postgres. Your idea was very good, pity you found it's not working... Did you find alternatives? Gabriele.

Re: After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Patrick Boutilier
On 01/26/2011 04:34 AM, Martin Schweizer wrote: > Hello > > I upgraded both server (master and client). After restart the sync I > get a lot of messages like them (on different mailboxes): > > (sync_client) > Jan 26 09:15:01 acsvfbsd06 sync_client[56473]: MAILBOX received NO > response: System I/O

Re: Re: sql authentication

2011-01-26 Thread Gabriele Bulfon
Thanks, another interesting option. How would I let it query my postgres db? And what if the password in the db is encrypted with SHA or DES? -- Da: Syren Baran A: simon.mat...@invoca.ch Cc: gbul...@sonicle.com info-cyr

Re: Re: sql authentication

2011-01-26 Thread Syren Baran
Am Mittwoch, den 26.01.2011, 09:56 +0100 schrieb Simon Matter: > Hi, > > I could be wrong but I think cyrus doesn't handle this case the way you > want it. I think the @domain.com part will be stripped as configured but > you end up with name.lastname, which will also be used as mailbox name. Act

Partition selection by domain?

2011-01-26 Thread Marco
Hi all, adding new account, is there a way to select partition based on virtualdomain? Something like this: virtdomains: userid ... partition-maildata1: /%d/maildata1 partition-maildata2: /%d/maildata2 ... It could be useful to allocate each domain in a set of reserved partitions.

Re: sql authentication

2011-01-26 Thread Gabriele Bulfon
Thanks :) this is a good point I was investigating. Do you mean that enabling virtdomains will let me login as "name.l...@domain.com" and cyrus will run the select splitting the email into %u and %r? Last but not least, my password is encrypted. My applications usually encrypt the typed password w

Re: sql authentication

2011-01-26 Thread Gabriele Bulfon
Yes, I thought about this as a possible way. Thanks :) -- Da: Simon Matter A: Gabriele Bulfon Cc: info-cyrus@lists.andrew.cmu.edu Data: 26 gennaio 2011 9.56.11 CET Oggetto: Re: sql authentication Hi, I've been using cyr

Re: sql authentication

2011-01-26 Thread Berend de Boer
> "Gabriele" == Gabriele Bulfon writes: Gabriele> I would like imapd to authenticate using my db, where Gabriele> login is an email. I've seen many ways to accomplish Gabriele> sql authentication, so I don't know which is the right Gabriele> one. At last, how do I map the co

Re: sql authentication

2011-01-26 Thread Simon Matter
> Hi, > I've been using cyrus imapd for years using saslauthd against unix > passwd/shadow. > This way it's easy to understand the relation between a user and its > mailbox. > Now I want to integrate authentication with a sql backend, forgetting > about unix users. > I have a postgres db containing

After Cyrus upgrade 2.3.16 to 2.4.5: Sync_client bailing out

2011-01-26 Thread Martin Schweizer
Hello I upgraded both server (master and client). After restart the sync I get a lot of messages like them (on different mailboxes): (sync_client) Jan 26 09:15:01 acsvfbsd06 sync_client[56473]: MAILBOX received NO response: System I/O error Jan 26 09:15:01 acsvfbsd06 sync_client[56473]: do_folder