Timo Sirainen wrote:
Please try if http://dovecot.org/nightly/dovecot-latest.tar.gz (or the CVS directly) works with you. I made a lot of changes to dovecot-auth,
Seems to run fine here (FC4 with gcc 4.0.1), though I didn't have any problems with alpha3 (running maildir here, seems to be more stable anyway), besides some inotify-related errors every now and then:
Oct 16 12:16:18 ymmv dovecot: imap(jh): inotify_rm_watch() failed: Invalid argument Oct 16 12:16:18 ymmv dovecot: imap(jh): inotify_rm_watch() failed: Invalid argument
btw, I don't know your priority regarding the lda, but the current cvs fails to compile:
bc_generate.c:37:19: error: sieve.h: No such file or directory bc_generate.c: In function 'bc_relation_generate': bc_generate.c:156: error: 'GT' undeclared (first use in this function) bc_generate.c:156: error: (Each undeclared identifier is reported only once bc_generate.c:156: error: for each function it appears in.) bc_generate.c:159: error: 'GE' undeclared (first use in this function) bc_generate.c:162: error: 'LT' undeclared (first use in this function) [...]