Displaying 12 results from an estimated 12 matches for "vignaud".
2015 Sep 24
2
v2.2.19 release candidate released
On 09/24/2015 09:23 AM, Jean-Baptiste Vignaud wrote:
> Hello;
>
> Some issue with virtual storage and fts-lucene:
>
> Sep 24 08:12:16 imap(jbv00 at x <jbv00 at d1.dc.xandmail.com>xx): Panic: file
> virtual-storage.c: line 370 (virtual_backend_box_close): assertion failed:
> (mbox->backends_open_count > 0)
Fi...
2016 Mar 02
3
Dual certificate
Hello all;
Is anyone knows if it's possible to have a dual certificate setup on
dovecot like in postfix or apache ?
i tried to add several crts in local name section :
local_name imap.server.tdl {
ssl_cert = <server_rsa_crt.pem
ssl_key = <server_rsa_key.pem
ssl_cert = <server_ecdsa_crt.pem
ssl_key = <server_ecdsa_key.pem
}
but it seems that dovecot takes the last one (ecdsa)
2015 Sep 24
0
v2.2.19 release candidate released
On 09/24/2015 07:08 PM, Timo Sirainen wrote:
> On 09/24/2015 09:23 AM, Jean-Baptiste Vignaud wrote:
>> Hello;
>>
>> Some issue with virtual storage and fts-lucene:
>>
>> Sep 24 08:12:16 imap(jbv00 at x <jbv00 at d1.dc.xandmail.com>xx): Panic: file
>> virtual-storage.c: line 370 (virtual_backend_box_close): assertion failed:
>> (mbox->backe...
2015 Oct 15
3
Strange indexing behavior on HTML emails ..
On Wed, Oct 14, 2015 at 08:33:56PM +0530, Akash wrote:
> Tried latest source from HG and with solr also apart from lucene which I
> tested previously. The problem with single quotes in HTML is still there.
>
> The revision:
>
> http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248
>
> should have solved it but the relevant code no longer exists in
>
2015 Oct 16
1
Strange indexing behavior on HTML emails ..
On Thu, Oct 15, 2015 at 02:19:22PM +0200, Jean-Baptiste Vignaud wrote:
> > Thanks for the report. Bug found. My bad. A patch is working its way
> > through the internal process, and will be in the public tree soon.
>
> Hello;
> Does this patch will need to reindex lucene ?
Yes, unfortunately, it does.
Phil
2009 Oct 24
2
Multiple SSL certs question
Hello;
I was reading the message "how to config dovecot for multiple domains,
multiple SSL certs, and conditional IP access -- with passwd-file
passdb?", and i was wondering if Dovecot could support the SNI
extention of TLS ?
SNI is Server Name Indication where during the TLS negotiation, the
client set the name of the server it tries to reach
I dont know if any imap/pop client
2010 Mar 11
1
uid fetch/store always use the last uid when range is invalid
hello all;
one colleague found a strange behavior, that can be annoying :
-bash-3.1$ telnet 0 143
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
AUTH=PLAIN AUTH=CRAM-MD5] Dovecot ready.
l login login pass
l OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
SORT SORT=DISPLAY
2015 Sep 24
0
v2.2.19 release candidate released
...gins = quota virtual
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /usr/local/var/run/auth-master
info_log_path = /home/backend/logs/deliver/deliver.log
log_path = /home/backend/logs/deliver/deliver.log
mail_plugins = quota fts fts_lucene virtual
postmaster_address = vignaud at xxx
sendmail_path = /home/backend/postfix/usr/sbin/sendmail
}
On Wed, Sep 23, 2015 at 3:30 PM, Timo Sirainen <tss at iki.fi> wrote:
> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
> http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
>
> A lot o...
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2015 Sep 23
8
v2.2.19 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz.sig
A lot of changes since v2.2.18, so here's a release candidate first. If no bugs are reported, I'm planning on making the final release sometimes this week. The most interesting new features here are the imap-hibernate process, quota count backend and director/proxy
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
...estfs_lstatnslist
guestfs_statns
Enhanced versions of guestfs_lstat, guestfs_lstatlist, guestfs_stat
which return nanosecond timestamps.
Build changes
Libguestfs can now be built with qemu 2.x.
Add support for packaging the appliance on Mageia (Joseph Wang, Thierry
Vignaud).
Augeas is now a required dependency.
Flex and bison are now required dependencies.
Internals
User-Mode Linux (UML) is no longer a supported backend (although still
available). It will be supported again once someone steps in and fixes
various regressions and brokenness in...
2015 Oct 15
0
Strange indexing behavior on HTML emails ..
>
>
>
> Thanks for the report. Bug found. My bad. A patch is working its way
> through the internal process, and will be in the public tree soon.
>
> Cheers,
> Phil
>
Hello;
Does this patch will need to reindex lucene ?
Thanks