Displaying 5 results from an estimated 5 matches for "quote_rule".
Did you mean:
quota_rule
2009 Jun 18
3
ldap , quotes, upgrade from dovecot-1.0.14 (q2.0)
...= *:storage=20M
}
============================
dovecot-ldap.conf
...
ldap_version = 3
...
#WAS IN 1.0.14 VER
#for deliver
#user_attrs =
uid,,,homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quota=dirsize:storage,status
user_attrs =
homeDirectory=home,uidNumber=uid,gidNumber=gid,boxQuota=quote_rule=maildir:storage=%$K,status
user_filter = (&(objectClass=posixAccount)(uid=%u))
pass_attrs =
uid=user,,,homeDirectory=userdb_home,uidNumber=userdb_uid,gidNumber=userdb_gid,boxQuota=userdb_quota=maildir:storage=%$K,userPassword=password,status=userdb_status
pass_filter = (&(objectClass=posix...
2015 Sep 26
1
dovecot quota service for postfix
...full"
...
}
The above configurations is for all users which is not override by quota
rules in userdb's extra fields in my password file below.
Is the above configuration missing some thing ? i am using mbox format for
emails storage. do you i have to add (quota= SOMETHING) before (quote_rule
= *:storage=1G) and what to do add to make dovecot support mbox quota?
smtpd_recipient_restrictions =
check_policy_service inet:SERVER-HIDDEN-FOR-SECRUITY.com:12340
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340
}
client_limi...
2006 Oct 04
2
compressed mbox patch
Some ages ago there existed a compressed mbox patch, but now all I can
find are posting about it. Does such a beast exist and would it
remotely apply to today's dovecot?
If not, is there any hope that something like that emerges?
Thanks!
--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2015 Oct 03
0
dovecot quota service for postfix
...onfigurations is for all users which is not override by
quota
>> rules in userdb's extra fields in my password file below.
>> Is the above configuration missing some thing ? i am using mbox format
for
>> emails storage. do you i have to add (quota= SOMETHING) before
>> (quote_rule
>> = *:storage=1G) and what to do add to make dovecot support mbox quota?
smtpd_recipient_restrictions =
>> check_policy_service inet:SERVER-HIDDEN-FOR-SECRUITY.com:12340
>> service quota-status {
>> executable = quota-status -p postfix
>> inet_listener...
2009 Aug 20
2
Aborted: Worker is buggy
...onf
userdb:
driver: prefetch
userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
user: vmail
group: vmail
plugin:
quota: dict:user:%LTd-%LTn:proxy::quota
quote_rule: *:storage=100G
dict:
quota: mysql:/etc/dovecot/dovecot-dict-sql.conf
## dovecot-sql.conf
driver = mysql
connect = host=192.168.dd.dd dbname=xxx user=xxx password=xxx
user_query=...
password_query=...
## dovecot-dict-sql.conf
connect = host=192.168.dd.dd dbname=xxx user=xxx password=xxx
map {...