search for: haisman

Displaying 20 results from an estimated 24 matches for "haisman".

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: <http://dovecot.org/pipermail/dovecot/attachments/20060509/023b4df1/attachment.pl> -------------- next part -------------- A non-text attachment was scrubbed... Name: signatu...
2006 Feb 22
2
Changing listen ports
...oesn'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 use This is because I still have IMAP-UW installed and running. So, how can I change the SSL ports for both IMAPs and POP3s? 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: <http://dovecot.org/pipermail/dovecot/attachments/20060222/eeca77e0/attachment.bin>
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....
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 --- old-dovecot-cvs/autogen.sh 2005-12-14 11:35:03.537711451 +0100 +++ new-dovecot-cvs/autogen.sh 2005-12-14 11:35:06.149980951 +0100 @@ -1,5 +1,5 @@ -aclocal -libtoolize --force -automake --ad...
2006 Feb 27
2
Sorting order after mail move
...e 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 specific scenario. 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: <http://dovecot.org/pipermail/dovecot/attachments/20060227/bf10c6fe/attachment.bin>
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: <http://dovecot.org/pipermail/dovecot/attachments/20070108/2f9bc738/attachment.bin>
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: <http://dovecot.org/pipermail/dovecot/attachments/20060307/d5e32ede/attachment.bin>
2006 Mar 09
1
Two namespaces with same prefix.
...prefix = location = maildir:%h/Maildir } The problem is that with this configuration I cannot access the ~/mail/box mailboxes. Thunderbird responds with "Mailbox doesn't exist: box" Is such kind of configuration with two namespaces having same prefix unsupported? 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: <http://dovecot.org/pipermail/dovecot/attachments/20060309/987c437b/attachment.bin>
2006 Mar 08
1
Overriding inbox location in passwd-like file
...mbox: or maildir:) Mar 8 16:44:25 logout dovecot: imap(test): Failed to create storage for '' with data: /home/vmail/isc.cvut.cz/test/mbox Mar 8 16:44:25 logout dovecot: child 41976 (imap) returned error 89 Is it even possible to override the setting from dovecot.conf like this? 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: <http://dovecot.org/pipermail/dovecot/attachments/20060308/0774e682/attachment.bin>
2006 Feb 08
6
1.0beta3 released
...in MySQL driver - Fixes to checkpassword - Broken Content-Length header could have broken mbox opening - Fixed potential hangs after APPEND command - Fixed potential crashes in dovecot-auth and imap/pop3-login - zlib plugin now links with -lz so it could actually work - kqueue fixes by Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060208/c935805d/attachment.bin>
2006 Jan 16
7
1.0 beta1 released
...mentioned above) - Support for password protected SSL private keys - LDAP: Added authentication bind support. Patch by J.M. Maurer - LDAP: Added fast authentication binding. Patch by Geff <boing@boing.com> - PAM: Changed -session parameter to session=yes - kqueue support. Patch by Vaclav Haisman - dbox updates. Kind of works now, but not recommended for more than testing yet. There still are known bugs. - maildir_copy_with_hardlinks=yes works again - Sometimes Dovecot kept telling about keyword changes over and over again even if there weren't any. - Beginnings of fallbacking to in...
2006 May 12
1
1.0.beta8 released
...caused "Append with UID n, but next_uid = m" errors - flock() locking never timeouted because ignoring SIGALRM caused the system call just to be restarted when SIGALRM occurred (probably not with all OSes though?) - kqueue: Fixed "Unrecognized event". Patch by Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20060512/a0040be8/attachment.pgp
2005 Dec 16
2
strange connection NG
Dear all, I have a devocot server based on fedora core 3 in Japan. When my users are in Japan, there is no any problem reported.Devocot works very well. But when my users are in China, sometimes the following problem occured. Sometimes the user can not download mails, after that all connections attempt to server(e.g http/ssh) failed. the user has to close OutLook, and wait for about 10
2006 Mar 11
2
dovecot-1.0b3 kevent error/warning message
i use openbsd/i386, dovecot-1.0b3, i see some kevent error/warning message in maillog like this: -------------------------------------------------------- imap(username): kevent(1) in io_loop_handle_add() failed: Bad file descriptor imap(username): kevent(1) in io_loop_handle_remove failed: Bad file descriptor --------------------------------------------------------
2006 Mar 22
0
Tiny kqueue specific patch
...e of the unrecognized event so that I can find out what it is about. Since it is really rare event I ask anybody who sees Dovecot dying with "Unrecognized event" in logs to try this patch and report back with the output if it triggers again. The patch is against version 1.beta3. Vaclav Haisman -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot-1beta3-ioloop-kqueue.c.patch URL: <http://dovecot.org/pipermail/dovecot/attachments/20060322/5f0591ee/attachment.pl> -------------- next part -------------- A non-text attachment was...
2006 May 12
1
1.0.beta8 released
...caused "Append with UID n, but next_uid = m" errors - flock() locking never timeouted because ignoring SIGALRM caused the system call just to be restarted when SIGALRM occurred (probably not with all OSes though?) - kqueue: Fixed "Unrecognized event". Patch by Vaclav Haisman -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20060512/a0040be8/attachment.pgp
2006 May 17
0
Re: kqueue cont'd
...Thanks for the report. I am aware of the problem but I haven't had enough time lately to fix it. In the mean time if it bothers you, you can remove --with-ioloop=kqueue and use poll. The other kqueue option, --with-notify=kqueue, is independent of the first one and can still be used. -- 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: <http://dovecot.org/pipermail/dovecot/attachments/20060517/30c95b8a/attachment.bin>
2008 Oct 27
1
Short SMART check causes disk op timeouts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, I have recently bought a new disk (Seagate 500G, ST3500320NS). I have enabled SMART checking using the smartmontools as usual for the disk (/dev/ad6 -a -S on -s (S/../.././03|L/../../7/03) -m root). The problem is that each time the test runs I get messages like the following in /var/log/messages: Oct 26 04:54:15 35 kernel: ad6: TIMEOUT -
2005 Dec 19
1
Migrating from mbox to maildir, which converter is compatible with dovecot
Hi, I'm testing/debuging the migration from mbox to maildir in a mailserver running Dovecot 1.0alpha5. I migrated all 472715 emails(in a test server) and later noted that dovecot could not get the same flags/status of the emails as in the mbox. I was using perfect_maildir.pl and I think its not dovecot fault. Seems to me that perfect_maildir.pl convert the emails in a way that dovecot could
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