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

Re: [Dovecot] AIX mail quota plugin problems

2007-06-03 Thread Timo Sirainen
On Wed, 2007-05-30 at 12:46 -0400, Stewart Dean wrote: > > 4272 [EMAIL PROTECTED]:/usr/local/lib/dovecot/imap ## dovecot > > ILoading modules from directory: /usr/local/lib/dovecot/imap > > IModule loaded: /usr/local/lib/dovecot/imap/lib10_quota_plugin.so > > FPlugin imap_quota not found from direc

[Dovecot] AIX mail quota plugin problems

2007-05-30 Thread Stewart Dean
From reading the wiki for a filesystem quota, I took my shot at 1) building my binaries using the mods in AIXPluginsSupport 2) changing dovecot.conf and 3) putting the plugins in the library But I'm getting this error message when I invoke dovecot: Plugin imap_quota not found from directory /usr