[Dovecot] Unable to (un)subscribe mbox with AIX, NFS and netapp filer
Timo Sirainen
tss at iki.fi
Wed Jul 29 23:21:05 EEST 2009
On Wed, 2009-07-29 at 11:04 +0200, Ralf Becker wrote:
> Jul 29 10:38:27 trevi mail:err|error dovecot: IMAP(beckerr):
> fchown(/u/f0/rzuser/beckerr/Mail/.subscriptions.lock, -1, -1)
> failed: Invalid argument
..
> I located the bug in src/lib/file-dotlock.c ... a patch is attached.
> - if (fd != -1 && (uid != (uid)-1 || gid != (gid_t)-1)) {
> + if (fd != -1 && (uid != (uid_t)-1 || gid != (gid_t)-1)) {
Whops, thanks, committed. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090729/c32ce5d3/attachment.bin
More information about the dovecot
mailing list