Displaying 2 results from an estimated 2 matches for "dcmailquota".
2012 Apr 20
4
default mail quota when using per user quota
...is there a way to have a default quota which gets used, if the
"quota" field in ldap is not set?
I tried with:
plugin {
quota = maildir:User quota
quota_rule = *:storage=3G
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
}
and in dovecot-ldap.conf:
user_attrs = dcMailQuota=quota_rule=*:storage=%$
but with this configuration the mail quota /allways/ gets loaded from ldap resulting in users without dcMailQuota
attribute having
no quota at all.
Greetings
Andreas
2019 Feb 07
0
"sieve: failed to store into mailbox 'Junk': Read-only mbox" over root_squashed NFS, lmtp : euid/egid set and access() don't mix together for me
...mail_plugins = quota imap_quota
}
telegraphe5:/dev/shm# grep -vE '^(#|$)' /etc/dovecot/dovecot-ldap.conf.ext
uris = ldaps://ldap-test.mines-albi.fr
tls_require_cert = hard
auth_bind = yes
base = ou=People,dc=enstimac,dc=fr
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,\
dcMailQuota=quota_rule=*:bytes=%{ldap:dcMailQuota}M
user_filter = (&(objectClass=posixAccount)(|(uid=%n)(mail=%n at mines-albi.fr)))
iterate_attrs = uid=user
iterate_filter = (objectClass=posixAccount)
telegraphe5:/dev/shm# ls -l /var/mail/mailconf/global/sieve/before.d/
total 0
telegraphe5:/dev/shm# ls...