1

Topic: create_mail_user_OpenLDAP.py mail quota problem

Right now when we are using create_mail_user_OpenLDAP.py script like
iredmail.org, zhang, secret_pw, Zhang Huangbin, 1024, group1:group2
Mail quota is only 1024 bytes should it be additionaly described as quota in bytes or internal multiply in script by 1 048 576 to be equal in MB ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: create_mail_user_OpenLDAP.py mail quota problem

open  create_mail_user_OpenLDAP.py goto  line 127 then change the code follows.

if quota == '':
        quota = '10485760'   ---> 10MB
    else:
        quota = int(quota)  ---> your csv file's quota value