similar to: 1.0.beta8 released

Displaying 20 results from an estimated 2000 matches similar to: "1.0.beta8 released"

2006 Feb 08
6
1.0beta3 released
Since there have been so many requests, I guess it's time for beta3 now. There are a couple of issues that I'm still concerned about, but those probably happen with beta2 as well. If you're beginning to see more connection hangs/timeouts with this release, please tell me. * Dotlock code changed to timeout faster in some situations when the lock file is old. + Added support for
2005 Dec 15
2
Patch: More of kqueue() support.
Hi, the attached patch contains these changes: 2005-12-15 22:18 Vaclav Haisman <v.haisman@sh.cvut.cz> * src/lib/ioloop-kqueue.c: Fix IO_ERROR behaviour. * src/lib/ioloop-notify-kqueue.c: New file. * configure.in: Improve kqueue detection and handling. Cleanup. The configure.in changes that are not related to kqueue are there to make autoconf 2.59, automake 1.9.6 and libtool 1.5.20
2006 Jan 22
4
1.0.beta2 released
I had originally thought that I'd do a complete audit of the Dovecot's sources this weekend, but looks like I didn't. Hopefully I've been writing good enough code that the "1000 EUR for security hole" offer lasts for a long time. :) This release should fix the SSL parameter regeneration problem. There were two changes that were needed to fix it, but I had forgotten the
2006 Feb 22
2
Changing listen ports
Hi, I want to change ports that Dovecot uses to listen for connections. I have listen = [::] in global section and listen = 0.0.0.0:10143 and listen = 0.0.0.0:10110 in protocol imap and protocol pop3 sections. The problem is that it doesn't seem to work for SSL ports of the two protocols and I get following error when I try to start the service: Fatal: listen(993) failed: Address already in
2006 May 09
2
Fix for the kevent "Unrecognized event" problem.
The attached patch should fix the problem with dying imap on "Unrecognized event". The problem is that when we register a handle for IO_ERROR only, we still can get readable/writable event without EV_EOF being set. This case was not handled. -- Vaclav Haisman -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: io-kq.diff URL:
2005 Dec 14
2
Patch: ioloop using kqueue/kevent for FreeBSD
Hi, I would like to submit the attached patch. It implements IO loop using FreeBSD's kqueue/kevent syscalls. It is based on snapshot of CVS HEAD as of 2005-12-12. I could only give it limited testing on FreeBSD 5.4 but it works fine so far. Vaclav Haisman -------------- next part -------------- diff -rN -u old-dovecot-cvs/autogen.sh new-dovecot-cvs/autogen.sh ---
2006 Feb 27
2
Sorting order after mail move
Hi, when I move some recent mail from some mbox folder into Maildir folder the moved email sorts as the first (on top) in the folder while it should be on the bottom with the rest of the recent emails in the folder. This happens only when moving from mbox folder to Maildir folder. I am not sure if it is really Dovecot bug or not but I suspect it could be so because it only happens in this one
2006 Mar 09
1
Two namespaces with same prefix.
Hi, I have yet another problem. First let me explain my setup. I used to use pine a lot so there are mbox mailboxes in ~/mail. Recently I added a Maildir too and moved most of the mbox mailboxes into Maildir format. Now I thoght it would be nice to have them all "in line" in Thunderbird so I tried this configuration: namespace private { separator = / prefix =
2006 Mar 07
1
Special treatment of ~/mail directory
Hi, would it be possible not to treat ~/mail specially and not to add mailboxes in the directory automatically? It would make migrating from IMAP-UW easier. Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 544 bytes Desc: OpenPGP digital signature URL:
2007 Jan 07
1
DSA certificate with Dovecot doesn't seem to work.
Hi, I tried to use DSA certificate today and it did not work very well. Is Dovecot supposed to work only with RSA? -- Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 542 bytes Desc: OpenPGP digital signature URL:
2006 Mar 08
1
Overriding inbox location in passwd-like file
Hi, I have some real users and some virtual users. The real users use mbox file as their inbox. But I'd like to use Maildir as inbox for the virtual users. (The reason is that I am actually moving some accounts from another server that already uses Maildir.) I'd like Dovecot to find Maildir in $HOME of my virtual users as their inbox. So I tried to use the following in my users.passwd
2006 Jan 16
7
1.0 beta1 released
As promised, here it is finally. v1.0 is getting nearer and I want people to start looking at Dovecot's sources. Getting some more help with development would be nice, but I'd also like to hear if there are any hidden bugs in the code. So, one week from now I'll start offering 1000 EUR for the first person to point out a remotely exploitable security hole in Dovecot. See
2006 Mar 22
0
Tiny kqueue specific patch
Hi, I have noticed from logs that (only handful of occurrences during whole week) sometimes there is some kind of unrecognized event on handle and the branch with i_panic() in ioloop-kqueue.c:io_loop_handler_run() catches it. This patch allows the i_panic() to print some more info about the nature of the unrecognized event so that I can find out what it is about. Since it is really rare event I
2006 May 17
0
Re: kqueue cont'd
Chris Cappuccio wrote: > So I just got one like this before a login: > > May 16 21:24:58 m1 dovecot: imap-login: Unrecognized event: kevent {.ident = 0, .filter = 0xffffffff, .flags = 0x0001, .fflags = 0x00000000, .data = 0x0000002b} > May 16 21:24:58 m1 dovecot: imap-login: mode: 0x004x > May 16 21:24:58 m1 dovecot: child 10716 (login) killed with signal 6 > > The OpenBSD
2006 May 19
4
beta8: core, signal 11
Timo, The gdb analysis is attached. It looks like memory got seriously stomped in this core dump. There was no assert or other useful information in the syslog. My setup: Solaris 9, imap and imaps, mbox format, INBOXes NFS mounted, index files on local ufs filesystem, beta8 configured like so: VERSION=1.0.beta8 CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include
2006 May 12
1
beta8 compile error
Hello, On FreeBSD 5.4-RELEASE dovecot-1.0.beta8 build cause the following error : --------------------------------------------- make all-recursive Making all in src Making all in lib if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I /usr/local/include/db41 -I/usr/local/include -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
2006 Feb 13
1
drac.c
Hello, I am using dovecot [1.0 beta3] as a pop server with drac. It is working nicely, but I am getting the following message in a log: dovecot: pop3(keke): file ioloop.c: line 154 (timeout_remove): \ assertion failed: (*timeout != NULL) dovecot: child 15752 (pop3) killed with signal 6 Adding '&' to 'to_drac' in drac_deinit of drac.c stops the message: void
2015 Sep 13
2
BINARY capability not working correctly?
Hello, I have trouble with some attachments not working on Horde and Roundcube. I made a ticket to Roundcube webmail and they tracked down it to Dovecot not responding correctly to BINARY FETCH: http://trac.roundcube.net/ticket/1490532 What is causing Dovecot to answer NIL? Is there an issue in Dovecot? If I want to disable to BINARY capability in Dovecot I need to use imap_capabilities. I
2009 Jan 26
3
deliver and qmail
Hi all, ok, after looking at all of the posts that I've found, and trying numerous settings, I am a little stumped as to how to set up the deliver program with qmail to get everything correct. Ultimately, I really don't want to do a lookup of the home dir if I don't have to. I'd rather specify the stuff in the .qmail-user file for that particular user to avoid the extra step. In
2007 Nov 11
3
v1.1.beta8 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta8.tar.gz http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta8.tar.gz.sig Changes since beta7: - Added a new "raw" mail storage backend which allows opening files/streams as single mail mailboxes. deliver uses this now instead of opening the incoming mail as a mbox. So deliver should be now faster and it doesn't anymore remove