Re: How do I set all my mailboxes to "subscribed"

2019-12-05 Thread Aki Tuomi via dovecot
doveadm mailbox subscribe can be used to subscribe folders. Aki On 4.12.2019 23.22, Steve Litt via dovecot wrote: > Hi all, > > I've had a great deal of trouble accessing my Dovecot IMAP from most > supposedly IMAP aware email clients, and have been advised that it > might be because some of my e

How to rewrite local_lmpt ipc to tcp port 24

2019-12-05 Thread Marc Roos via dovecot
How to change this line in sendmail.mc, to the tcp port 24 on eg 127.0.0.1? FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl

dovecot expunge

2019-12-05 Thread soumitri--- via dovecot
Hi, Do we have expunge command by UID. I have some duplicate messages (same Message-ID but different UID) to be deleted. doveadm search gives me folder GUID and file UID, I want to use this specific information to delete/expunge. E.g. Following command deletes all duplicates, but I want to

Re: dovecot expunge

2019-12-05 Thread Sami Ketola via dovecot
Hi, doveadm expunge -u uid mailbox folder uid 123 Sami > On 5 Dec 2019, at 12.18, soumitri--- via dovecot wrote: > > Hi, > > Do we have expunge command by UID. I have some duplicate messages (same > Message-ID but different UID) to be deleted. > > doveadm search gives me folder GUID and fil

Re: [2.3.8] possible replication issue

2019-12-05 Thread Timo Sirainen via dovecot
I think there's a good chance that upgrading both will fix it. The bug already existed in old versions, it just wasn't normally triggered. Since v2.3.8 this situation is triggered on one dsync side, so the v2.3.9 fix needs to be on the other side. > On 5. Dec 2019, at 8.34, Piper Andreas via do

Re: Problem With Quota Dovecot

2019-12-05 Thread Gter Marcelo via dovecot
Hi Dear, I running the command bellow and quota fix for some hours, but after 4 ou 5 hours de quota back return the % wrong. Same after 100% the size in MAILDIR quota return 45% used only again. doveadm deduplicate -u USERMAIL mailbox INBOX all Someone can help Me? Thanks a lot Marcelo On Mon,

Re: Dovecot 2.3.8 - How to force index creation for user/mailbox?

2019-12-05 Thread Dmitry Donskih via dovecot
Yes. mail_location = maildir:/var/vmail/%Ld/%Ln/Maildir:INBOX=/var/vmail/%Ld/%Ln/Maildir/.INBOX:INDEX=/var-fast/dovecot/indexes/vmail/%Ld/%Ln As Sami Ketola wrote earlier: rm -f /var-fast/dovecot/indexes/vmail/domain.ru/user/.INBOX/* doveadm index -u u...@domain.ru INBOX doveadm force-resync-u

Dovecot & OAuth

2019-12-05 Thread mizuki via dovecot
Hi all, We'd like to enable OAuth with Keycloak in Dovecot, after enabling 'OAUTHBEARER XOAUTH2' in Dovecot based on online document, I can confirm Dovecot is ready for OAuth using openssl command, however when the auth request comes in, it failed in establishing a SSL connection with Keycloak ser

Re: Dovecot & OAuth

2019-12-05 Thread Aki Tuomi via dovecot
Before declaring it not ready for prime time, did you try setting tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt In the oauth2 configuration file as documented in https://doc.dovecot.org/configuration_manual/authentication/oauth2 ? Aki > On 05/12/2019 21:58 mizuki via dovecot wrote: >

Re: Dovecot 2.3.8 - How to force index creation for user/mailbox?

2019-12-05 Thread Tomek Lutelmowski via dovecot
Gents, thank you all - moving indexes to external folder worked like a charm! :-) czw., 5 gru 2019 o 14:55 Dmitry Donskih via dovecot napisał(a): > Yes. > > mail_location = > maildir:/var/vmail/%Ld/%Ln/Maildir:INBOX=/var/vmail/%Ld/%Ln/Maildir/.INBOX:INDEX=/var-fast/dovecot/indexes/vmail/%Ld/%Ln

Re: How to rewrite local_lmpt ipc to tcp port 24

2019-12-05 Thread Alexander Dalloz via dovecot
Am 05.12.2019 um 09:33 schrieb Marc Roos via dovecot: How to change this line in sendmail.mc, to the tcp port 24 on eg 127.0.0.1? FEATURE(`local_lmtp',`[IPC]',`FILE /var/run/dovecot/lmtp')dnl See the cyrusv2 mailer definition: Mcyrusv2, P=[IPC], F=lsDFMnqXzA@/:|mQ, S=En

Re: Supporting RFC 5466 (IMAP4 Extension for Named Searches (Filters))

2019-12-05 Thread Jesus Cea via dovecot
On 26/9/16 17:51, Aki Tuomi wrote: > >> On September 26, 2016 at 4:14 PM Tanstaafl wrote: >> >> >> On 9/19/2016 11:26 AM, Tanstaafl wrote: >>> On 10/1/2014 3:21 PM, Stephan Bosch wrote: On 10/1/2014 2:42 PM, Jesus Cea wrote: > I wonder if Dovecot supports RFC 5466 (IMAP4 Extension for

Re: Dovecot & OAuth

2019-12-05 Thread mizuki via dovecot
I changed some of the tls options following the document, now config is following: tokeninfo_url = https://keycloak.com/auth/realms/mail/protocol/openid-connect/token introspection_url = https://dovecot:7598e21b-ec34-481f-80d0-059bddae0...@keycloak.com/auth/realms/demo/protocol/openid-connect/tok

Re: [2.3.8] possible replication issue

2019-12-05 Thread Piper Andreas via dovecot
Hello Timo, upgrading both replicators did the job! Both replicators now run v2.3.9 and replication works fine, all sync-jobs which queued up during the upgrading have been processed successfully. Thanks for the reassurement and all your great work with dovecot, Andreas Am 05.12.19 um 13:1

Re: Dovecot & OAuth

2019-12-05 Thread Aki Tuomi via dovecot
Is the key/cert pair readable by dovecot user? auth process does not run as root.  You can add service auth {     extra_groups = ssl_cert } and chgrp the cert to ssl_cert to allow access to the cert. 

RE: [2.3.8] possible replication issue

2019-12-05 Thread KOCIK Fabien (Acoss) via dovecot
Hello all, Just tested this morning : I can confirm that issue seems to be resolved for me after upgrading both servers from 2.3.7.2 to 2.3.9. Refs : * https://dovecot.org/pipermail/dovecot/2019-October/117353.html * https://dovecot.org/pipermail/dovecot/2019-November/117467.html No more "

Re: How do I set all my mailboxes to "subscribed"

2019-12-05 Thread Aki Tuomi via dovecot
The command is doveadm mailbox subscribe as I said in my original mail. Can you show what you tried to use and what happened?  Aki On 06/12/2019 03:38 Steve Litt < sl...@troubleshooters.com> wr