similar to: negative quota usage causes over-quota messages with dictionary quota backend

Displaying 20 results from an estimated 10000 matches similar to: "negative quota usage causes over-quota messages with dictionary quota backend"

2007 Feb 12
1
incorrect quota reporting with dict quota
Using the dict quota with dovecot-1.0.rc21, quota reporting was incorrect. It wasn't just that the stored quota was different than the disk usage, but also that each time the quota was checked, it was greater than before, even if no mail was received. I tested this by using telnet to log into an imap account, and issuing multiple "getquotaroot inbox" commands. I have changed to
2007 Feb 05
2
--log-error and the mysterious "not starting" problem
I've finally upgraded to 1.0.rc21. If I run "dovecot --log-error", then dovecot fails to start. The following appears in the log: Feb 5 10:54:00 taurus1 dovecot: Dovecot v1.0.rc21 starting up Feb 5 10:54:00 taurus1 dovecot: This is Dovecot's error log Without --log-error, it will start up fine from command-line. Dovecot still fails to start, as near as I can tell, in the
2007 Apr 04
2
managesieve proxy
We have dovecot on a pop/imap server working as a proxy to dovecot on the backend storage servers. This is working fine, but the difficulty is that if I use, for example, avelsieve in squirrelmail, it doesn't know where to connect. I imagine the same problem would exist with sieve-capable mail clients such as KMail, especially since the outside world isn't allowed to connect directly to
2007 Jan 08
1
quota in mysql not being updated
I'm having trouble getting the quota plugin to work with deliver. The quota in the database is not getting set. I am using dovecot-1.0-rc15. This server is not yet in production. Some values below are because I'm trying to test with the simplest possible case, and some because it's reading from a different database. Also, I noticed that "dovecot -n" doesn't display any
2007 Jan 03
1
path field in mysql quota
What is the path field for in the quota table in mysql? Is the username not enough information for storing and updating quotas? -- Marshal Newrock, Ideal Solution LLC http://www.idealso.com
2007 Mar 23
2
multiple instances of dovecot on one machine
I was trying to run two instances of dovecot on the same machine, each listening on a single IP. The problem I ran into was that each time one was started or restarted, the other stopped responding. I saw the following in the logs: Mar 23 00:02:27 sentinel dovecot: Dovecot v1.0.rc27 starting up Mar 23 00:02:27 sentinel dovecot: Socket already exists: /var/run/dovecot/dict-server After I saw
2006 Dec 04
2
master request not found
I am setting up dovecot 1.0-rc15 as a proxy. When I try to log in, I get errors such as the following: Dec 4 17:39:23 vega dovecot: Dovecot v1.0.rc15 starting up Dec 4 17:39:24 vega dovecot: auth-worker(default): mysql: Connected to localhost (ad_mail) Dec 4 17:39:31 vega dovecot: auth(default): client in: AUTH 1 PLAINservice=POP3 lip=xx.xx.xx.xx rip=xx.xx.xx.xx
2006 Sep 17
2
Running just part of dovecot
I'm currently setting up a large mail system, with different services split out onto different machines. What I want is this: machine1: dovecot smtp auth, no pop/imap machine2: dovecot lda, no pop/imap machine3: pop/imap, nothing else machine3 is obviously not the issue. Is there a way to run machine1 and machine2 with just their respective services, but no pop/imap? -- Marshal Newrock
2006 Dec 12
1
feature request: proxy destination in logs
I would like to be able to see in the logs which server a pop/imap connection is proxied to. Thank you. -- Marshal Newrock, Ideal Solution LLC http://www.idealso.com
2007 Jan 26
2
environment variables required for startup
Using dovecot-1.0-rc19 (quotas are working good, btw) on Gentoo, I have a strange problem. On boot, dovecot doesn't start, the init script just times out. From the command line, it starts instantly without problem. Also, using a program called 'monit' to make sure processes stay running and restart them if they stop, if I manually stop dovecot, it is then unable to start it (calling
2005 Dec 09
3
Quota usage
Hi, How I enable the quota using in Dovecot. Necessary to have access the quota of the users through the SquirrelMail checkquota plugin. Thanks a lot, Cl?vis -- Cl?vis Trist?o -------------------:-oo)---- Seja Legal, use GNU/Linux ----------------------------------------
2007 Feb 05
1
LDAP auth_bind=yes in rc21 = goodness
Hi all, I finally got a chance to try out the fix for the LDAP auth_bind=yes issues in production (using rc21). It seems to be working just fine even after 24 hours of severe abuse. Incidentally, I had switched to bsdauth+login_ldap (on OpenBSD) which was often OK, but occasionally I would see Postfix smtpd throttled with SASL errors due to "connection refused" on the Dovecot
2010 Jul 14
2
domain quota dictionary
Hi I just configure dovecot with the second dictionary for the domain quota dict { quotadict = mysql:/usr/local/etc/dovecot-quota.conf quota_domain = mysql:/usr/local/etc/dovecot-quota-domain.conf } plugin { quota = dict:user::proxy::quotadict quota2 = dict:domain:%d:proxy::quota_domain } and the dovecot-quota-domain.conf looks like this : connect = host=xxx dbname=xxx
2014 Jul 08
1
Trigger for using an sqlite dictionary for quota
Hi, I'm using Dovecot 2.0.9, and was trying to set up a dictionary process to use an sqlite database for quota management. The wiki page has examples for MySQL and PostgreSQL: http://wiki2.dovecot.org/Quota/Dict For sqlite, a trigger needs to be created to get it to work. But I was not sufficiently skilled in sqlite to adapt the PostgreSQL trigger (given on the above URL) for use. Nor
2014 Aug 01
0
using flat file for dictionary quota backend
Hi! I want use flat file for dictionary quota backend, but I didn't find the description of that he has to contain. Somebody can give an example of such file? PS: sorry for my English. Regards, Oleg Ivanov.
2012 Oct 19
1
Dovecot quota postgres dictionary problems
I have a strange errors in .err log file, but the postgres seem to be filling with quota changes, i will also put configs in Oct 19 09:23:52 mailstore-node-01 dovecot: imap(test at example.net): Error: read(/var/run/dovecot/dict) failed: Timeout after 30 seconds Oct 19 09:24:22 mailstore-node-01 dovecot: imap(test at example.net): Error: read(/var/run/dovecot/dict) failed: Timeout after 30
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
Hi, I'm setting up SQL quota usage in Dovecot2. I've created a MAILBOX parameter table, 'PARAMS', that contains unique <user>@<domain> pairs, with quota data. mysql> select * from PARAMS; +----+------------------------+------------+-------------+------------+ | ai | MAILBOX_user_domain | quota | quota_bytes | quota_msgs |
2007 Feb 02
4
1.0.rc21 released
http://dovecot.org/releases/dovecot-1.0.rc21.tar.gz http://dovecot.org/releases/dovecot-1.0.rc21.tar.gz.sig Just one fix. Maybe the one big thing in Dovecot v2.0.* will be a test suite, which is run before any release. :) - Cache file handling could have crashed rc20 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2007 Feb 02
4
1.0.rc21 released
http://dovecot.org/releases/dovecot-1.0.rc21.tar.gz http://dovecot.org/releases/dovecot-1.0.rc21.tar.gz.sig Just one fix. Maybe the one big thing in Dovecot v2.0.* will be a test suite, which is run before any release. :) - Cache file handling could have crashed rc20 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2007 Feb 05
1
Big problems after upgrade from beta8 (FC5) to rc21
After upgrading a working system from FC5's beta8 to rc21, one vhost is failing with: > dovecot: Feb 05 09:54:30 Error: POP3(user at mydomain.com): > open(/var/mail/vhosts/mydomain.com/david/user, O_CREAT) failed: Not a > directory > dovecot: Feb 05 09:54:30 Error: POP3(user at mydomain.com): > mkdir_parents(/var/mail/vhosts/mydomain.com/user/.imap/INBOX) failed: > Not a