1

Topic: Roundcube search error

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version -> 1.3.2 OPENLDAP
- Deployed with iRedMail Easy
- Linux distribution -> Centos 8
- Store mail accounts in which backend -> LDAP from Active Directory
- Web server -> Nginx
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi everybody,
I have a problem with a single mailbox, whose Roundcube webmail prompts "Server error (error)" when using the search function.
The same does not happen if I log in to the same mailbox with an admin account.

The only error I could find is in /var/log/messages/ and is the following:
" 2022-07-27 11:02:11 39 [Warning] Aborted connection 39 to db: 'iredapd' user: 'iredapd' host: 'localhost' (Got an error reading communication packets)"

I tried adding the line "log_warnings = 1" in the MySQL config file and rebooting, but it didn't solve.

Any help appreciated

Thanks

----

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

2

Re: Roundcube search error

Any error in Dovecot log files (/var/log/dovecot/*.log)?

3 (edited by giulio 2022-07-28 20:44:15)

Re: Roundcube search error

ZhangHuangbin wrote:

Any error in Dovecot log files (/var/log/dovecot/*.log)?

No errors in those logs.
Also, I noticed the error in the webmail is thrown exactly after 60 seconds of searching for emails

4

Re: Roundcube search error

Is this a huge / large mailbox? How large is it?

5

Re: Roundcube search error

ZhangHuangbin wrote:

Is this a huge / large mailbox? How large is it?

44 GB

6

Re: Roundcube search error

It's too large for Dovecot to handle the search without a FTS (full-text search engine).
You can try to integrate Apache Solr into Dovecot, or https://github.com/grosjo/fts-xapian (my personal recommendation).

7

Re: Roundcube search error

Understood

Thank you