1

Topic: Field type mailQoute for LDAP schema

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.42
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
====

The last LDAP schema contains the mailQoute in the Integer (SYNTAX 1.3.6.1.4.1.1466.115.121.1.27)
type in numeric (with an allowable value from 2147483647 до 2147483648) but the mailbox size specified in bytes exceeds the data limit.
Microsoft libraries for reading LDAP when reading this parameter truncate its value and do not allow reading it as a string.

Is it possible to change type mailQuota the schema to NumericString (OID = 1.3.6.1.4.1.1466.115.121.1.36) or other type?

----

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

2

Re: Field type mailQoute for LDAP schema

It should be fine to switch, but I didn't try this before, need some testing first.

By the way, What's the quota size you try to set in mailQuota?

3

Re: Field type mailQoute for LDAP schema

The INTEGER syntax / type supports very large numbers, it's a MS library issue, not our LDAP schema.