Re: [Dovecot] AIX mail quota plugin problems + dotlock problem resolved

2007-06-05 Thread Timo Sirainen
On Tue, 2007-06-05 at 14:29 -0400, Stewart Dean wrote: > 1) The AIX quotactl subroutine is defined here(put it in the search box) > http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp > Partial cut and paste of it: .. > Did the trace hold any more information? It only confirms that

Re: [Dovecot] AIX mail quota plugin problems + dotlock problem resolved

2007-06-05 Thread Stewart Dean
1) The AIX quotactl subroutine is defined here(put it in the search box) http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp Partial cut and paste of it: *#include * *int quotactl (*/Path/*,*/ Cmd/*,*/ ID/*,*/ Addr/*)* *int* /Cmd/

Re: [Dovecot] AIX mail quota plugin problems + dotlock problem resolved

2007-06-05 Thread Timo Sirainen
On Tue, 2007-06-05 at 12:30 -0400, Stewart Dean wrote: > quotactl(Q_GETQUOTA, /) failed: Invalid argument So apparently this quotactl() call is wrong with AIX: if (quotactl(root->mount->mount_path, QCMD(Q_GETQUOTA, USRQUOTA), root->uid, (void *)&dqblk) < 0) { I don't

Re: [Dovecot] AIX mail quota plugin problems + dotlock problem resolved

2007-06-05 Thread Stewart Dean
Duh. Egg all over my face, for missing such a simple thing as a misspelled word. OK. Incidentally, I have found and resolved the dotlock problem. Nothing to do with NFS, rather there was some legacy (something my predecessor had set up 10 years ago or more) instructions in the .procmailrc f