Re: What kind of search response time are you setting with solr full text search?

2021-08-24 Thread Gedalya
On 8/25/21 9:19 AM, Steve Dondley wrote: > I did some experimenting. I noticed that if the word I'm searching on is > fairly rare, results will pop up quickly, like in around 3 to 5 seconds. > Words that don't exist at all in any email returns nothing almost instantly. > > But words that appear i

Re: What kind of search response time are you setting with solr full text search?

2021-08-24 Thread Steve Dondley
THE PROBLEM: When I do a full text search through all my inbox and all subfolders on a single word, search results are returned in about 10 to 15 seconds. This is better than the 40 seconds or so I'm getting when I turn off the fts and fts_solr plugins but still a little disappointing. I did

What kind of search response time are you setting with solr full text search?

2021-08-24 Thread Steve Dondley
MY SETUP: I have apache solr full text search enabled with dovecot. I have an inbox with about 40 subfolders. I'm using the roundcube web-based mail client. The find command is showing 15823 email files and apache solr reports the same number. I'm running a dedicated mail server with a 1 GB of

Re: Containerize dovecot?

2021-08-24 Thread William Edwards
I think the general concensus is that containerisation isn't always better than 'normal' VMs. 'Easy deployment & scaling' is also perfectly possible without containers. MRob schreef op 2021-08-25 00:01: Thank to other responses with links that i'll learning from! Thanks you very much On 2021-

Re: Containerize dovecot?

2021-08-24 Thread MRob
Thank to other responses with links that i'll learning from! Thanks you very much On 2021-08-24 00:35, Marc wrote: What are you trying to achieve with containerizing? hmm, easy deployment & scaling? also reslient against hardware crashes, etc. You have to take into account that your stora

Mail duplication on multimaster replication

2021-08-24 Thread Alexey
Hello. I have 3 machines with dovecot with a circular replication: 1 → 2 → 3 → 1. As I notice there is two anomalies: 1) Mass expunge often not replicated with fast replication (default replicator mode). Replication happens only after incremental replication (full of course too, but it is no

Problem deleting a parent folder with child folder(s)

2021-08-24 Thread David Härdeman
Hi, I'm seeing some odd behavior wrt deleting a parent folder which has child/inferior folders: root@vmtest2:~# telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS AUTH=PLAIN AUT

Local auth works with dovecot-proxy, remote does not

2021-08-24 Thread Camilo Sperberg
Hi list! I've configured dovecot-proxy to redirect users to another server if their data is indeed on that other server. Webmail (which runs on the same machine) works perfectly fine, but clients such as Thunderbird and Outlook do not work as intended, I suspect it to be a problem with the IP tha

Re: Containerize dovecot?

2021-08-24 Thread Ralf Becker
Hi Rob, Am 24.08.21 um 09:13 schrieb MRob: Hello, anyone here has containerized dovecot? Can I ask general advice and experience please? are there any recommended articles/tutorial for containerize deploymnt and auto-scaling? Thank you. We (www.egroupware.org) run Dovecot only containerized:

Re: Different userdb per inet_listener

2021-08-24 Thread Miloslav Hůla
Dne 28.07.2021 v 11:24 James napsal(a): On 28/07/2021 09:12, Miloslav Hůla wrote: Now we would like to disable authentication for Postfix (SMTP), but allow it for Dovecot (IMAP & POP3). Something like "receive-only". Is there any way we can configure different passdb for mentioned inet_listener

RE: Containerize dovecot?

2021-08-24 Thread Marc
What are you trying to achieve with containerizing? If you want to deploy the container on a orchestrator so it is going to be (re)started on a random hosts. You have to take into account that your storage is persistant, you have to take into account getting something like proxy to redirect traf

Containerize dovecot?

2021-08-24 Thread MRob
Hello, anyone here has containerized dovecot? Can I ask general advice and experience please? are there any recommended articles/tutorial for containerize deploymnt and auto-scaling? Thank you.

Director vs Proxy

2021-08-24 Thread MRob
Hello, I understand director is like coordinated state database for the proxies. Is it like a special lookup resource for Dovecot proxy? If correct, makes sense proxies and directors should be deployed in pairs. But few places the docs talk about maybe different number of directors v. proxies