1 (edited by CrashXRU 2023-03-24 12:31:39)

Topic: storage format of mailboxes - problem solved

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.2
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: Debian 11
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? Free
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Can I change the storage format of mailboxes?

form
/data/vmail/vmail1/domain.com/b/u/h/buh-2023.03.22.12.57.26/Maildir/
to
/data/vmail/vmail1/domain.com/buh/Maildir/

I also have one client server where there is a Pro version, I would also like to change the storage format there, but in the admin panel I found only maildir and mailbox

----

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

2

Re: storage format of mailboxes - problem solved

Sure, i don't know if you can do this trough iredadmin itself, but the storage path itself is here:

vmail.mailbox.maildir

you can change it in the database at any time

3 (edited by CrashXRU 2023-03-24 16:45:36)

Re: storage format of mailboxes - problem solved

add options settings


MAILDIR_HASHED = False
MAILDIR_APPEND_TIMESTAMP = False

work for new users

now you need to change the path to LDAP

in field homeDirectory
form /var/vmail/vmail1/domain.com/t/e/s/test-2023.03.23.13.19.22/
to /var/vmail/vmail1/domain.com/test/

-----------------

problem solved

4

Re: storage format of mailboxes - problem solved

FYI https://docs.iredmail.org/iredadmin-pro … .path.html