Displaying 20 results from an estimated 186 matches for "quotadict".
2011 Mar 17
1
Unconfigured dictionary name 'quotadict'
Currently i'm migrating an existing dovecot 1.2 server to dovecot 2.0.11,
once configured the 2.0 server works, auth works... but i get these messages in mail.log:
dict: Error: dict client: Unconfigured dictionary name 'quotadict'
Mar 17 16:46:14 penny dovecot: imap(mailbox at example.com): Error: write(/var/run/dovecot/dict) failed: Broken pipe
Mar 17 16:46:38 penny dovecot: dict: Error: dict client: Unconfigured dictionary name 'quotadict'
Mar 17 16:46:38 penny dovecot: imap(mailbox at example.com): Error: rea...
2009 Feb 03
1
dict, quota, mysql and postfixadmin
...ns-eoh
pop3_uidl_format = %08Xu%08Xv
mail_plugins = quota
}
protocol lda {
postmaster_address = postmaster at testserver.com
sendmail_path = /usr/local/sbin/sendmail
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
mail_plugins = quota
}
## Dictionary DB proxy
dict {
quotadict = mysql:/usr/local/etc/dovecot-dict-quota.conf
}
## Default quota values
plugin {
quota = dict:::proxy::quotadict
quota_rule = *:storage=50M:messages=10000
}
######################
my dovecot-sql.conf
#####################
driver = mysql
default_pass_scheme = MD5-CRYPT
connect = host=localh...
2010 Mar 08
3
force to recalculate quotadict
Hello,
i use working quotasystem with sql-quotadict.
The values stored in db are used to realize also a quotasystem in postfix to
reject mails if they are bigger then remaining quota.
if dataset in quotadict is missing for some reasons, postfix can't calculate
quota and mail gets delivered even if user is already over quota.
I am looking for a...
2007 Dec 14
4
v1.1.beta11 quota plugin and dict server
...ts the following error to the console:
ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap
IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
IEffective uid=65534, gid=65534, home=
Idict quota: user = dump-capability, uri =
proxy:/var/run/dovecot/dict-server:quotadict
Enet_connect_unix(/var/run/dovecot/dict-server) failed: Connection refused
It seems that problem is that dict server is not started yet. Later everything
seems to be OK, so it is more cosmetic issue.
My dovecot -n:
# 1.1.beta11: /usr/local/dovecot/etc/dovecot.conf
base_dir: /var/run/dovecot/
sy...
2009 Aug 13
4
Quota question.
...ql.conf
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: vmail
master:
path: /var/run/dovecot/auth-master
mode: 432
user: vmail
group: vmail
plugin:
quota: dict:user::proxy::quotadict
sieve: ~/.dovecot.sieve
sieve_storage: ~/sieve
acl: vfile:/etc/dovecot/acls
trash: /etc/dovecot/trash.conf
dict:
quotadict: mysql:/etc/dovecot/dovecot-dict-quota.conf
(vfoggy pts7) #
In addition below is what I have in dovecot-dict-quota.conf:
map {
pattern = priv/quota/storage...
2009 Jan 21
1
How to interpret quota log entries?
...for testing
purpose: quota_rule = *:storage=10M:messages=10
Why is the percentage value always 0?
What does 'enforcing' mean in this context? Is it not only relevant if
one uses fs-quota?
Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): Quota root: name=user backend=dict args=:proxy::quotadict
Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): dict quota: user=user at test.tld, uri=proxy::quotadict, enforcing=0
Jan 21 17:54:44 vh3 dovecot: IMAP(user at test.tld): Quota rule: root=user mailbox=* bytes=10485760 (0%) messages=10 (0%)
Jan 21 17:54:49 vh3 deliver(user at test.tld): Quota ro...
2008 Oct 01
1
Unknown dict module: mysql
...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
}
plugin {
quota = dict:::proxy::quotadict
quota_rule = *:storage=10M:messages=1000
quota_warning = storage=95%% /usr/local/bin/quotawarning.py 95
quota_warning2 = storage=75%% /usr/local/bin/quotawarning....
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
...r: sql
args: /usr/local/dovecot12/etc/dovecot-sql.conf
userdb:
driver: sql
args: /usr/local/dovecot12/etc/dovecot-sql.conf
socket:
type: listen
master:
path: /usr/local/dovecot12/var/run/dovecot/auth-master
mode: 384
plugin:
quota: dict:user::noenforcing:proxy::quotadict
quota_rule: *:storage=10M:messages=11
quota_rule2: Trash:storage=50%%
mail_debug: yes
dict:
quotadict: pgsql:/usr/local/dovecot12/etc/dovecot-dict-quota.conf
Regards,
Pascal
--
The trapper recommends today: cafefeed.0907505 at localdomain.org
2013 Sep 08
2
Postfixadmin/MySQL/Dovecot 2 and quota
...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 dovecot configuration:
dovecot.conf:
dict {
quotadict = mysql:/etc/dovecot/dovecot-dict-quota.conf
}
dovecot-dict-quota.conf:
connect = host=localhost dbname=postfix user=postfix password=postfix
map {
pattern = priv/quota/storage
table = quota2
username_field = username
value_field = bytes
}
map {
pattern = priv/quota/messages...
2012 Oct 10
1
I need a quota expert
I'm having problems with dovecot quota configuration.
If I Include the driver mysql in dovecot-sql.conf I'm getting this error:
dovecot: dict: Error in configuration file /etc/dovecot/dovecot-sql.conf line 1: Unknown setting: driver
dovecot: dict: Failed to initialize dictionary 'quotadict'
If I Don't include it:
dovecot: auth(default): Fatal: sql: driver not set in configuration file /etc/dovecot/dovecot-sql.conf
dovecot: auth(default): Fatal: sql: driver not set in configuration file /etc/dovecot/dovecot-sql.conf
Now What???
How Should I configure quota ?
My SQL has a ma...
2015 Sep 03
4
disable quota for all users
...robably in dovecot
cd /etc/dovecot
grep -R quota * |grep -v "#"
conf.d/auth-vpopmail.conf.ext: args =
quota_template=quota_rule=*:backend=%q
dovecot.conf: mail_plugins = quota sieve
dovecot.conf: mail_plugins = quota imap_quota trash
dovecot.conf: mail_plugins = quota
dovecot.conf: quotadict = mysql:/etc/dovecot/dovecot-dict-quota.conf
dovecot.conf: quota = dict:user::proxy::quotadict
dovecot-dict-quota.conf: pattern = priv/quota/storage
dovecot-dict-quota.conf: table = quota2
dovecot-dict-quota.conf: pattern = priv/quota/messages
dovecot-dict-quota.conf: table = quota2
dovecot-my...
2011 Apr 26
1
Why is my quota warning script not getting executed?
...ring my users and quota in MySQL,running Dovecot 1.2.16, and
followed the page at http://wiki1.dovecot.org/Quota/Dict ?I'm burning
my eyes trying to find any syntax issues but can't. I'm including
output of dovecot -n and the quota2 table schema below.
dovecot.conf:
==========
dict {
?quotadict = mysql:/usr/local/etc/postfix/dovecot-dict-sql.conf
}
plugin {
?quota = dict:emailaccount::proxy::quotadict
?quota_warning95 = storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95
?quota_warning90 = storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90
?quota_warning80 = storage=80%% /usr/loc...
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
2011 Nov 09
1
Quota BUG ?
...uot;user"
* QUOTA "user" (STORAGE 1096 2000000)* QUOTAROOT "INBOX" "user"
* QUOTA "user" (STORAGE 1096 2000000)
1 OK Getquotaroot completed.
Is there any way to fix this ?
---
linux system:
dovecot 1.2.15-7
linux 2.6.32-5-amd64
dovecot.conf:
dict {
quotadict= mysql:/etc/dovecot/dovecot-dict-quota.conf
}
plugin {
quota = dict:user::proxy::quotadict
}
dovecot-dict-quota.conf :
user_query = SELECT '/home/%d/%n' as home, 'maildir:/home/%d/%n' as
mail, 150 AS uid, 8 AS gid, CONCAT('*:bytes=', CAST(quota AS CHAR)) AS
quota_rule FRO...
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 user...
2007 Sep 14
2
Problems with quota dict in 1.1.alpha4
...userdb:
driver: prefetch
userdb:
driver: sql
args: /usr/local/dovecot/etc/dovecot-sql.conf
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
plugin:
quota: dict:::proxy:/var/run/dovecot/dict-server:quotadict
dict:
quotadict: mysql:/usr/local/dovecot/etc/dovecot-sql-dict-quota.conf
Regards, Arvids
2008 Sep 24
2
dovecot 1.2.alpha1 quota dict driver mysql broken
...ert at schetterer.com): read(/var/run/dovecot/dict-server) failed:
Remote disconnected
dovecot: Sep 24 18:43:16 Error: dict: Error in configuration file
/etc/dovecot/dovecot-dict-quota.conf line 1: Unknown setting: driver
dovecot: Sep 24 18:43:16 Error: dict: Failed to initialize dictionary
'quotadict'
etc/dovecot/dovecot-dict-quota.conf
driver = mysql
connect = host=localhost dbname=postfix user=postfix password=...
default_pass_scheme = PLAIN
table = quota
select_field = current
where_field = path
username_field = username
worked with 1.1.3
--
Best Regards
MfG Robert Schetterer
German...
2008 Sep 26
2
imap-quota not working
...1 OK Getquota completed.
a2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX"
a2 OK Getquotaroot completed.
quota_rule and quota_rule2 for this user are defined in db as following:
'*:storage=5000000'
'*:messages=50000'
Quota for LDA is working OK.
I am using dovecot-1.1.3 with quotadict.
Here is my dovecot -n output:
# 1.1.3: /usr/local/dovecot/etc/dovecot.conf
base_dir: /var/run/dovecot/
syslog_facility: local7
protocols: pop3 imap
ssl_cert_file: /etc/postfix/host-cert.pem
ssl_key_file: /etc/postfix/host-key.pem
disable_plaintext_auth: no
verbose_ssl: yes
login_dir: /var/run/do...
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:
connect = host=xxxxx dbname=xxxxx user=xxxxx password=xxxxx
table = quota
select_field = current
where_field = path
username_field = username
-----...
2009 Oct 06
2
issues with ACL and Public Namespaces
...249, gid=249, home=/var/mail/vmail/example.com/user6/
> Oct 6 15:24:16 ipx02 dovecot: IMAP(user6 at example.com): acl: No acl_shared_dict setting - shared mailbox listing is disabled
> Oct 6 15:24:16 ipx02 dovecot: IMAP(user6 at example.com): Quota root: name=INBOX backend=dict args=:proxy::quotadict
> Oct 6 15:24:16 ipx02 dovecot: IMAP(user6 at example.com): Quota rule: root=INBOX mailbox=* bytes=52428800 messages=0
> Oct 6 15:24:16 ipx02 dovecot: IMAP(user6 at example.com): Quota rule: root=INBOX mailbox=Trash bytes=62914560 messages=0
> Oct 6 15:24:16 ipx02 dovecot: IMAP(user6 at...