1

Topic: Move username and password from Zimbra to iRedMail

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- 1.6.1 PGSQL edition.
- downloadable installer
- Ubuntu 22
- (LDAP):
- Nginx:
- iRedAdmin
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi,

I'm trying to migrate all the accounts username and password from Zimbra to iRedMail. I have followed this guide to export the DB in Zimbra

habibza.in/easy-export-import-zimbra-ldap-config-and-data

but once I have the DB how can I import into iRedMail. I tried to do a ldap add but it is not working.

Any ideas?

Thanks.

----

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

2

Re: Move username and password from Zimbra to iRedMail

Here's another solution:

- If you're good at python/perl/php/shell scripting, it's easier to query LDAP and get the hashed passwords directly. If not good at scripting, then extract the usernames (email) and hashed passwords from exported zimbra data (in LDIF format) either manually or with a shell script.
- The reset user's password in iRedMail server with ldap command line tool, e.g. ldapmodify. Or, even better, reset user's password by sending hashed passwords to iRedAdmin-Pro RESTful API interface. FYI: https://docs.iredmail.org/iredadmin-pro … l.api.html (Note: iRedAdmin-Pro is a paid product: https://www.iredmail.org/admin_panel.html )