2.2.16 link failure on FreeBSD 10.1, with patch

2015-03-21 Thread Jan Mikkelsen
Hi, Compiling on FreeBSD 10.1 gives linker errors when linking test-message-snippet. The underlying problem is that libiconv appears on the actual linker line after libcharset.a, which leads to unresolved libiconv symbols. This build process worked fine with 2.2.15. The patch below to src/lib-c

Re: Deleting empty folders

2015-03-21 Thread Hardy Flor
Hello Samuel, with mdbox as Maildir no direct file operations should beperforms. For empty mailboxes that will ever happen, the "doveadm mailbox delete" deletes the emails, if required in the mailbox. Hardy Am 21.03.2015 um 11:48 schrieb Samuel Williams: Thanks Hardy. I have 1600 folders to

Transitioning from version 1 to version 2

2015-03-21 Thread Steve Matzura
I'm wrestling with transitioning from a 1.0.15 system to a 2.2.25 system. The old dovecot.conf cannot be dropped into position on the new system because so many config options and symbols have changed. It seems every time I change something to match the new formats, I break something else! Anyone o

Re: FreeBSD ZFS maildir to mdbox

2015-03-21 Thread Roland van Laar
On 18-03-15 08:26, Toni Mattila wrote: Hi, On 18-Mar-15 00:09, Roland van Laar wrote: I'm converting my mailbox from Maildir to mdbox.. The Maildir is from an 1.2 server. The same conversion on a virtual ubuntu 14.04 box works with mentions of "filename has the wrong S value" and Corrupted inde

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread James
On 21/03/2015 11:15, Reindl Harald wrote: that maybe all fine and true, but since others can't reproduce your problem it's likely your openssl build and not dovecot itself http://www.dovecot.org/bugreport.html "Whenever Dovecot crashes, ..." "No matter how that happened, it's a bug and will

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread Reindl Harald
Am 21.03.2015 um 12:12 schrieb James: On 21/03/2015 11:07, Reindl Harald wrote: well, remove that brickage of "special compile" I'm sorry but I did not understand your comment why do you compile openssl that way? What way? With or without ssl3? I've now done it both ways. Reading: ht

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread James
On 21/03/2015 11:07, Reindl Harald wrote: well, remove that brickage of "special compile" I'm sorry but I did not understand your comment why do you compile openssl that way? What way? With or without ssl3? I've now done it both ways. Reading: https://wiki.openssl.org/index.php/Compilat

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread Reindl Harald
Am 21.03.2015 um 12:02 schrieb James: On 21/03/2015 10:55, Reindl Harald wrote: well, remove that brickage of "special compile" I'm sorry but I did not understand your comment why do you compile openssl that way? signature.asc Description: OpenPGP digital signature

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread James
On 21/03/2015 10:55, Reindl Harald wrote: well, remove that brickage of "special compile" I'm sorry but I did not understand your comment.

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread Reindl Harald
Am 21.03.2015 um 11:51 schrieb James: On 21/03/2015 10:00, James wrote: the "SSL23_GET_CLIENT_HELLO:unsupported protocol" seems to do what I thought the ssl_protocols setting did. Do I still need, if I ever needed, the "ssl_protocols = " setting? All these ssl_* settings just go to OpenSSL

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread James
On 21/03/2015 10:00, James wrote: the "SSL23_GET_CLIENT_HELLO:unsupported protocol" seems to do what I thought the ssl_protocols setting did. Do I still need, if I ever needed, the "ssl_protocols = " setting? All these ssl_* settings just go to OpenSSL without Dovecot (or I) knowing all that m

Re: Deleting empty folders

2015-03-21 Thread Samuel Williams
Thanks Hardy. I have 1600 folders to delete.. in the end I did find -type d -name "* 1" -exec rm -r {} \; On 21 March 2015 at 21:22, Hardy Flor wrote: > With > doveadm mailbox status -u ... messages"*" > There is a list of folders and the number of messages and then with > doveadm mailbox delete

Re: imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??

2015-03-21 Thread James
On 20/03/2015 18:24, Timo Sirainen wrote: Connecting to dovecot with ssl3 causes imap-login to die: Mar 20 11:30:35 MAILHOST dovecot: [ID 583609 mail.crit] imap-login: Fatal: master: service(imap-login): child 21918 killed with signal 11 (core dumped) [last ip=127.0.0.1] I can't reproduce i

IMAP ANNOTATE Extension RFC5257: priority on roadmap

2015-03-21 Thread Florian Sager
Hi Timo, congrats to the merger with OX. Currently the implementation of RFC 5257, ANNOTATE-EXPERIMENT-1, has only low priority on http://wiki2.dovecot.org/Roadmap I want to explain a scenario that would benefit from annotation support to - maybe - increase the priority in your roadmap: I'm curr

Re: Deleting empty folders

2015-03-21 Thread Hardy Flor
With doveadm mailbox status -u ... messages"*" There is a list of folders and the number of messages and then with doveadm mailbox delete -u ... "" to delete. Am 20.03.2015 um 21:18 schrieb Samuel Williams: So, along with the problem of lots of folders ending in 1 1 1 1, I'd like to have a strat