Re: [Dovecot] Dovecot and IPv6

2010-07-03 Thread Jim Maenpaa
On Jul 3, 2010, at 10:24, Steven King wrote: > Hello, > > I am trying to run Dovecot with IPv6 and IPv4. I have the following > command in my conf: > > listen = * > > This makes Dovecot listen on all addresses on IPv4. > I then add: > > listen = [::] > > So the conf now has both listen lines

Re: [Dovecot] iPhone 1.1.1 problems.

2007-10-14 Thread Jim Maenpaa
On Oct 13, 2007, at 17:33, Mike Meyer wrote: I'm having problems with the iPhone client in the 1.1.1 version of the iPhone software. Things with other clients work fine, and the iPhone worked fine before it was upgraded to 1.1.1. Other phones on 1.1.1 failed. I'm still working on testing agains

Re: [Dovecot] test program #2: mmaping

2007-06-21 Thread Jim Maenpaa
Attached another test program. I don't expect it to print any errors with any OS, but I'd like to confirm it for non-Linux SMP kernels. (Except for OpenBSD, it doesn't work correctly in it anyway because it doesn't support mixing write()s and mmap()) Mac OS X for Intel 10.4.9: SMP (Core Duo)

Re: [Dovecot] test program #2: mmaping

2007-06-20 Thread Jim Maenpaa
Attached another test program. I don't expect it to print any errors with any OS, but I'd like to confirm it for non-Linux SMP kernels. (Except for OpenBSD, it doesn't work correctly in it anyway because it doesn't support mixing write()s and mmap()) Mac OS X for Intel 10.4.9: SMP (Core Duo)

Re: [Dovecot] How to get rid of locks

2007-04-07 Thread Jim Maenpaa
On Apr 7, 2007, at 12:30, Timo Sirainen wrote: Although Dovecot is already read-lockless and it uses only short- lived write locks, it's be really nice to just get rid of the locking completely. :) I just figured out that O_APPEND is pretty great. If the operating system updates seek posi