1 (edited by hdrdrj 2019-02-14 03:31:54)

Topic: Error registering new user in iredadmin

I can not register new user.

info ':' index generation failed ',' desc ':' Other (e.g., implementation specific) error '}

----

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

2

Re: Error registering new user in iredadmin

- Try to restart OpenLDAP service and try again.
- Did you have any change to OpenLDAP config file or data directory?

3

Re: Error registering new user in iredadmin

ZhangHuangbin wrote:

- Try to restart OpenLDAP service and try again.
- Did you have any change to OpenLDAP config file or data directory?

I gave the restart and it did not resolve and I did not make any changes. I have 509 users, limit users?

4

Re: Error registering new user in iredadmin

hdrdrj wrote:

I gave the restart and it did not resolve and I did not make any changes. I have 509 users, limit users?

iRedMail doesn't limit the number of mailboxes.

Try to regenerate the index files by following steps below:

- Stop openldap service.
- Re-generate index files:

cd /var/lib/ldap/<your-domain-name>/
slapindex -f /etc/openldap/slapd.conf

- After "slapindex" command, please make sure all files under /var/lib/ldap/<your-domain-name>/ are owned by openldap daemon user/group.
- Start openldap service.
- Try to reproduce this issue.