Re: [Dovecot] SSL with startssl.com certificates

2013-10-07 Thread Bruno Tréguier
Le 06/10/2013 à 22:42, Dan Langille a écrit : After a long delay, I'm ready to tackle this again. [...] Testing via the command line gives: $ openssl s_client -connect imaps.unixathome.org:993 CONNECTED(0003) depth=2 C = IL, O = StartCom Ltd., OU = Secure Digital Certificate Signing,

Re: [Dovecot] SSL with startssl.com certificates

2013-09-17 Thread Bruno Tréguier
Le 17/09/2013 à 16:32, Dan Langille a écrit : $ openssl s_client -connect imaps.unixathome.org:993 -quiet depth=0 /description=P4s7A2l6clvQRRJ4/C=US/CN=imaps.unixathome.org/emailAddress=postmas...@unixathome.org verify error:num=20:unable to get local issuer certificate verify return:1

Re: [Dovecot] May 05 07:20:21 imap: Warning: Time jumped forwards 16 seconds

2011-05-05 Thread Bruno Tréguier
Le 05/05/2011 à 21:27, Rick Romero a écrit : I thought everyone knew that if you removed the 1.55v watch battery from the motherboard, you could put in a 1.6v battery and time will run faster. Then just use ntpdate - time will never jump forward, and dovecot won't crash. :D Hi, As Timo

Re: [Dovecot] Patch proposition to implement a new workaround: tb-lsub-flags

2011-03-12 Thread Bruno Tréguier
Le 12/03/2011 à 14:12, Timo Sirainen a écrit : On Mon, 2011-03-07 at 23:14 +0100, Bruno Tréguier wrote: Hi again Timo, As agreed earlier tonight, you'll find as attachments 4 diffs (diff -u) implementing the new workaround tb-lsub-flags. Committed: http://hg.dovecot.org/dovecot-2.0/rev

Re: [Dovecot] dovecot 1.2.3: TB fails to unsubscribe folder after deletion

2011-03-07 Thread Bruno Tréguier
Timo Sirainen wrote: On Tue, 2009-08-11 at 12:12 +0200, Max Dittrich wrote: Hi, I'm running dovecot 1.2.3 with imap_client_workarounds = tb-extra-mailbox-sep and noticed that after deleting a folder (moving to Trash and emptying it on exit) that folder in Trash still keeps subscribed. I think

Re: [Dovecot] dovecot 1.2.3: TB fails to unsubscribe folder after deletion

2011-03-07 Thread Bruno Tréguier
Timo Sirainen wrote: On Mon, 2011-03-07 at 16:07 +0100, Bruno Tréguier wrote: Sorry to unbury such an old patch, but it seems to be related to a bug I'm seeing right now, that I described in a mail sent on Thursday. In short, TB *and* OE, when talking to a Dovecot server using an mbox

Re: [Dovecot] dovecot 1.2.3: TB fails to unsubscribe folder after deletion

2011-03-07 Thread Bruno Tréguier
Timo Sirainen wrote: The right way to determine if mailbox is selectable is by looking at its \NoSelect flag. That is returned correctly in LIST replies. With LSUB replies Dovecot does what other servers too: It doesn't bother seeing what the correct flags are, because it wastes time and

Re: [Dovecot] dovecot 1.2.3: TB fails to unsubscribe folder after deletion

2011-03-07 Thread Bruno Tréguier
Le 07/03/2011 à 17:22, Timo Sirainen a écrit : You could try if the attached patch helps. Hi again Timo, It works *great* ! Would you accept a patch from me, tranforming this little compile-time kludge into a runtime configuration option in the imap_client_workarounds field, let's say

Re: [Dovecot] dovecot 1.2.3: TB fails to unsubscribe folder after deletion

2011-03-07 Thread Bruno Tréguier
Le 07/03/2011 à 21:59, Timo Sirainen a écrit : Would you accept a patch from me, tranforming this little compile-time kludge into a runtime configuration option in the imap_client_workarounds field, let's say verbose-lsub or something similar ? I think it would be convenient, what about you ?

[Dovecot] Patch proposition to implement a new workaround: tb-lsub-flags

2011-03-07 Thread Bruno Tréguier
Hi again Timo, As agreed earlier tonight, you'll find as attachments 4 diffs (diff -u) implementing the new workaround tb-lsub-flags. The 4 impacted files are: ./src/imap/imap-settings.h ./src/imap/imap-settings.c ./src/imap/cmd-list.c ./src/config/all-settings.c Here is the proposed

[Dovecot] TB, dovecot trailing slash - again

2011-03-03 Thread Bruno Tréguier
Hi there, I have been browsing the mailing list archives in search of a solution to my problem, related to the quite infamous trailing slash issue with Thunderbird, but I don't seem to have found any closely related discussion. Please forgive me if this problem has already found a solution.