Displaying 20 results from an estimated 4000 matches similar to: "dovecot 1.2.alpha1 quota dict driver mysql broken"
2007 Feb 27
2
quota - dict permission denied
when I enabled quota plugin the following error occured :
net_connect_unix(/usr/local/var/run/dovecot/dict-server) failed: Permission
denied
Any ideas?
My config are as follows :
..
dict {
#quota = mysql:/etc/dovecot-dict-quota.conf
quotadict = mysql:/usr/local/etc/dovecot-dict-quota.conf
}
..
quota = dict:storage=81920:messages=5000 proxy::quotadict
/usr/local/etc/dovecot-dict-quota.conf:
2006 Sep 05
1
Quotas with MySQL
Hello,
I've had a look through past messages and I think this has been brought
up but I'm not sure what the outcome of it was. I'm trying to use quotas
with a MySQL dict backend. I am using Dovecot version 1.0.rc6-1 from the
Debian Testing package on a x86 machine.
My dovecot.conf file has the following entries which I took from the Wiki:
dict {
quotadict =
2011 Jun 24
2
Please help with Quota dict mysql configuration
Hello
So what i have:
centos 5.6
postfix 2.3.3
dovecot 2.0.13
postfixadmin 2.3.3
roundcube 0.5.3
All general things are working right now i can send receive email with
ssl connections etc...
Now i'm trying to configure additional options like quota and some
other plugins like sieve, trash, expire and deleted-to-trash.
Configuration of quota is on first place. I have read wiki regarding
quota
2006 Oct 05
1
quota dict (mysql)
Hi,
I have dovecot configured to make use of the dict (mysql) plugin in
order to keep track of the used quota.
First, as you can see in the mysql table output below it seems that
values aren't stored correctly.
Secondly I get all kinds of database related errors in my mail logs.
The (relevant) sections of the configuration files are also included below.
My question is, what am I doing wrong?
2008 Aug 05
4
expire-plugin: configuration dict-server
Hello all!
I tried to add the expire-plugin to my dovecot-installation (CentOS-RPM:
dovecot-1.1.1-2_76.el5) and followed the plugin-page from the WIKI
(http://wiki.dovecot.org/Plugins/Expire).
Unfortunately I have problems with the dictionary:
-->
dovecot: Aug 05 13:30:25 Error: dict: Unknown dict module: db
dovecot: Aug 05 13:30:25 Error: dict: Failed to initialize dictionary
2008 Mar 15
1
current quota in mysql issue
hi all,
i have a problem with storing the current quota in mysql. the
configuration of the dictionary quota mostly looks like the example from
the wiki.
the dirsize quota limit is read correctly from the user_query, but nothing
stored with quotadict in the quota table. i wonder that there is nothing
like a "dict" in the logfile. did i configured anything wrong?
regars
stefan
logfile
2008 Mar 29
3
Expire plugin with Mysql
Hey guys, got a question about the expire plugin. According to the
wiki, the expire plugin "keeps an internal database (Berkeley DB or
SQL)". I was wondering what fields in the mysql table are needed for
expire to work.
I assume it is setup is similar to the quota dict
setup, so was just wondering what fields are required (i.e:
select_field, where_field, username_field, for quota).
2008 Jan 29
1
Virtual Alias Forwarding
I'm having a problem with Dovecot and forwarding of aliases. Any help would
be greatly appreciated.
I'm using Postfix, Mysql, dovecot, amavis.
mysql> SELECT * FROM alias;
| address | goto | domain | created | modified | active |
It seems from the logs that incoming mail is being delivered to the mailbox
via dovecot. Mail gets to the correct mailbox (address field), however, if I
2009 Feb 03
1
dict, quota, mysql and postfixadmin
Hello all
I am trying to get quota working with dict and mysql but i get an error.
This is my dovecot.conf file ( relevant part ) i hope ;-)
######################
protocol imap {
listen = *:143
imap_client_workarounds = delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_max_line_length = 65536
mail_plugins = quota imap_quota
}
protocol pop3 {
listen = *:110
2008 Oct 01
1
Unknown dict module: mysql
Hi
I'm trying to set up the dict/expiry plugins, but the dict server always
tells me it can't find the modules although they should be there and
compiled in.
System is: Centos 5.2 64 bit, Using rpm from
http://atrpms.net/dist/el5/dovecot/
dovecot --version
1.1.3
Relevant config:
dict {
quotadict = mysql:/etc/dovecot-dict-quota.conf
expire = mysql:/etc/dovecot-dict-expire.conf
}
2006 Sep 21
0
dovecot quota proxy mysql question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi @ll
is there sombody who has experience with
http://wiki.dovecot.org/Quota/Dict
which is a quota check trough mysql
i do not unstand the syntax here
plugin {
quota = dict:storage=10240:messages=1000 proxy::quotadict
}
why i have to build in storage=10240:messages=1000
in , if i only want to have the value of quota in my existing mysql
i
2006 Jul 23
2
Try with Dictionary proxy server, but... Bug or not ?
Hello again :),
I try to use dictionary proxy server to replace my precedent configuration (direct use of
dict in plugin quota).
Before, i have this configuration in my dovecot.conf :
## Dictionary server settings
dict {
}
## Plugin settings
plugin {
# quota = 10 Mo
quota = dict:storage=10240 mysql:/etc/dovecot/dict-quota.conf
}
And after, to use proxy, I have this configuration in my
2007 Jul 16
1
Dict-server mysql module error
hi all
when i setup plugin quota by quota = dict: mysql:/etc/quota-dict.conf i get
the folowing error:
deliver(zzzz at zzzz.zz): Unknown dict module: mysql
deliver(zzzz at zzz.zz): dict quota: dict_init() failed
quota-dict.conf:
connect = host=localhost dbname=zzzz user=zzzz password=zzzz
table = mailbox
select_field = quota
where_field = maildir
username_field = username
dovecot.conf:
#
2008 Aug 30
3
v1.1.3 release candidate
I thought about making a release now, but I'll probably do some more
fixes tomorrow, so here's a prerelease for everyone to test. :) If you
see any bugs with this (old or new), please report.
http://dovecot.org/tmp/dovecot-1.1.3-rc.tar.gz
Important changes are:
* mail_max_userip_connections limit no longer applies to master user
logins.
+ login_log_format_elements: Added %k to
2011 Mar 16
1
dovecot 1.2 quota with local users
Hello,
I got problem with setting quota from mysql for local users. In database
are only information with quota. Password are store in passwd/shadow.
My database have only simple info like in wiki description. Table created
with:
CREATE TABLE quota (
username varchar(100) not null,
bytes bigint not null default 0,
messages integer not null default 0,
primary key (username)
);
In
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
2013 Sep 08
2
Postfixadmin/MySQL/Dovecot 2 and quota
Hi all,
I'm setting up a new email server based on the softwares list below:
* Postfix
* Dovecot 2.0.9
* MySQL
* Postfixadmin 2.3.6
My current problem is I'm unsure whether quota feature is well
configured or not.
In order to test and validate, I use Roundcubemail GUI which provides
percentage of the space used by the mailbox (quota should be applied per
mailbox).
Here, my
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
2017 Mar 17
2
Understanding quotas
Just to level-set, I am using Centos7-arm which supplies Dovecot
2.2.10. I don't have access to a arm build or mock environment and use
what is available (I DID try to install them but had dependency issues).
Much of what I have is from campworld, but some I have picked up from
other Centos mailserver builders.
Also I am using Postfixadmin which provides quotas per user in mysql
2009 Apr 15
2
Quota for Shared Folders
Good morning list,
first of all: dovecot works really great, the performance is
overwhelming (especially compared to courier), the configuration
flexible as hell, it is good documented - I love this software.
But as things get complicated, I think I need some additional help.
I'm using dovecot to replace the currently used courier-mailserver in a
shared hosting environment based on