Displaying 4 results from an estimated 4 matches for "dict_quota".
2006 Oct 05
1
quota dict (mysql)
...Oct 02 23:26:37 Info: dict: mysql: Connected to localhost (postfix)
Oct 02 23:27:07 Info: imap-login: Aborted login: rip=10.0.0.25,
lip=10.0.0.22, TLS
Oct 02 23:27:11 Info: dict: mysql: Connected to localhost (postfix)
mail.debug gives:
Oct 2 23:26:39 bubbles dovecot: IMAP(user at domain.net): dict_quota:
Couldn't update quota
Oct 2 23:26:39 bubbles dovecot: IMAP(user at domain.net): dict_quota:
Couldn't update quota
Oct 2 23:26:39 bubbles dovecot: IMAP(user at domain.net): dict_quota:
Couldn't update quota
Oct 2 23:26:39 bubbles dovecot: IMAP(user at domain.net): dict_quota:
Couldn&...
2006 Oct 02
1
Quota with quota dict and peruser quota, dovecot LDA needed?
Hi,
This mail sources from the thread with this topic title:
Re: [Dovecot] [SOLVED] quota with: postfixadmin, postfix, mysql & dovecot
As this title does no longer cover the topic i decided to start a new
thread.
I have set up quota:dict with the proxy::quotadict option and i'm not
using dovecot LDA.
My quota table is filled with records like
username: pveerman at nemo.kabelfoon.net
2006 Jul 23
2
Try with Dictionary proxy server, but... Bug or not ?
...7:01 Info: imap-login: Login: user=<test>, method=plain,
rip=82.228.176.60, lip=192.168.1.60
When i use the proxy configuration, i have this error :
dovecot: 2006-07-23 15:07:51 Error: dict: sql dict: commit failed: Not connected to database
dovecot: 2006-07-23 15:07:51 Error: IMAP(test): dict_quota: Couldn't update quota
dovecot: 2006-07-23 15:07:51 Error: dict: sql dict: commit failed: Not connected to database
dovecot: 2006-07-23 15:07:51 Error: IMAP(test): dict_quota: Couldn't update quota
dovecot: 2006-07-23 15:07:51 Error: dict: sql dict: commit failed: Not connected to database...
2006 Feb 03
0
rquotad (NFS) quota plugin
...il.location+quota/src/plugins/quota/quota.c
*** dovecot-1.0.beta2/src/plugins/quota/quota.c Fri Jan 13 21:20:18 2006
--- dovecot-1.0.beta2.mail.location+quota/src/plugins/quota/quota.c Wed Feb 1 00:00:09 2006
***************
*** 10,22 ****
extern struct quota dirsize_quota;
extern struct quota dict_quota;
extern struct quota fs_quota;
static struct quota *quota_classes[] = {
&dirsize_quota,
&dict_quota,
#ifdef HAVE_FS_QUOTA
! &fs_quota
#endif
};
#define QUOTA_CLASS_COUNT (sizeof(quota_classes)/sizeof(quota_classes[0]))
--- 10,24 ----
extern struct quota dirsiz...