1 (edited by pbf343 2020-07-01 19:57:41)

Topic: RoundCube slow/errors with Mailbox merge

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

CentOS MySQL

Used rsync to copy a Maildir/ to Maildir/ which I assume replaces all the dovecot-acl-list, index, etc. along with subscriptions, etc. 
Essentially:  rsync -izvhr --progress. _path/Maildir/ _dest/Maildir/


RoundCube now times out on connection and either times out or fails to read some directories.  Is this being reindexed or failure of some UID value on file systems?

What is typically the best method to merge two different files stores for a user? 

Thank you!

----

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

2 (edited by pbf343 2020-07-01 20:33:03)

Re: RoundCube slow/errors with Mailbox merge

Any idea what these "flags" mean for the files:

>f..T...... 1593526359.M112667P24911....
>f+++++++++ 1593529886.M719178P13523...

Why would a count on the file system 'ls -ahl path | wc -l '
show a certain number if files/emails while RoundCube shows a slightly lower number.  In other works appears not to be reading all the files in a directory? 

Thank you.