Topic: bulk set quota
how to set all users quota to 100 MB?
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.You are not logged in. Please login or register.
iRedMail → iRedAdmin-Pro Support → bulk set quota
how to set all users quota to 100 MB?
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.Here's python script to help you set/reset quota of ALL users:
http://iredmail.googlecode.com/hg/extra … APQuota.py
You need to change some values, you can find them in iRedAdmin-Pro settings.ini:
uri = 'ldap://127.0.0.1:389'
basedn = 'o=domains,dc=iredmail,dc=org'
bind_dn = 'cn=vmailadmin,dc=iredmail,dc=org'
bind_pw = 'passwd'
new_quota = 2048 # quota size in MB
If you just want to reset user quota under one domain, change "basedn" to "ou=Users,domainName=[YOUR_DOMAIN],o=domains,dc=xxx".
iRedMail → iRedAdmin-Pro Support → bulk set quota
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 2 official extensions. Copyright © 2003–2010 PunBB.
Generated in 0.005 seconds (57% PHP - 43% DB) with 10 queries