Re: recipient delimiters

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 17:37, Stephan Bosch via dovecot wrote: > On 20/06/2019 01:20, @lbutlr via dovecot wrote: >> On 18 Jun 2019, at 15:03, @lbutlr via dovecot wrote: >>> I don’t see a way to tell dovecot what delimiters to use, and it appears it >>> is still using a single delimiter only despite

Re: recipient delimiters

2019-06-19 Thread Stephan Bosch via dovecot
On 20/06/2019 01:20, @lbutlr via dovecot wrote: On 18 Jun 2019, at 15:03, @lbutlr via dovecot wrote: I don’t see a way to tell dovecot what delimiters to use, and it appears it is still using a single delimiter only despite postfix having added support for more than one years ago. Ideas?

Re: RFC 8314 § 3.3 support at Dovecot submission proxy service?

2019-06-19 Thread Stephan Bosch via dovecot
On 10/06/2019 01:51, Robert Scheck via dovecot wrote: Hello all, I'm currently wondering whether Dovecot submission proxy service supports RFC 8314 § 3.3 as well, which means implicit TLS for SMTP submission. https://github.com/dovecot/core/blob/2cbbe9b4829adb184c83dbf780316f4144559054/doc/e

Re: recipient delimiters

2019-06-19 Thread @lbutlr via dovecot
On 18 Jun 2019, at 15:03, @lbutlr via dovecot wrote: > I don’t see a way to tell dovecot what delimiters to use, and it appears it > is still using a single delimiter only despite postfix having added support > for more than one years ago. Ideas? -- Lead me not into temptation, I can find the

Re: IMAP IDLE

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 16:11, Jorge Bastos via dovecot wrote: > root@fastmail:/etc/dovecot# doveconf |grep -i idle > default_idle_kill = 1 mins > imap_idle_notify_interval = 2 mins > imapc_max_idle_time = 29 mins > mailbox_idle_check_interval = 30 secs I have: default_idle_kill = 1 mins director_pin

Re: Case sensitive problem for vacation with dovecot lmtp pigeonhole

2019-06-19 Thread Stephan Bosch via dovecot
On 09/06/2019 16:07, kadafax--- via dovecot wrote: Hi list, This issue was raised here by John Fawcett on 12/02/19 but got no response. So, as I'm facing the same issue, I would like to try again: When using the vacation sieve extension, if I send an email to user.n...@mydomain.com it wil

IMAP IDLE

2019-06-19 Thread Jorge Bastos via dovecot
Hi, With outlook 2016+ i've seen that IDLE may be missing some configuration. Almost all time, when i'm in the inbox, i don't get new emails if no activity for 1 or 2 minutes (i think), i have to get out of the account and select the inbox or click other folder in the account and go to inbox a

Re: Problem syncing mail with IMAP

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 12:17, Odhiambo Washington via dovecot wrote: > I am seeing the following errors in my logs, which I believe are preventing > Outlook from syncing. > How do I solve these? Have you rebuilt the index files? The simplest and surest way is to stop dovecot, move the index files

mremap_anon() failed: Not enough space

2019-06-19 Thread Dave McGuire via dovecot
Hey folks. Suddenly I'm getting lots and lots of messages like this in my logs: Jun 19 14:47:31 dovecot: [ID 583609 local0.error] imap(): Error: mremap_anon(/var/mail///mailboxes/INBOX/Trash/dbox-Mails/dovecot.index.cache, 27632) failed: Not enough space I'm running 2.2.36.1 under Sol

Problem syncing mail with IMAP

2019-06-19 Thread Odhiambo Washington via dovecot
I am seeing the following errors in my logs, which I believe are preventing Outlook from syncing. How do I solve these? Can I just delete the index.cache?? Jun 18 11:23:34 imap(techni...@mydomain.co.ke)<59754>: Error: Corrupted record in index cache file /var/spool/virtual/ mydomain.co.ke/technic

RE: Help on CRAM-MD5

2019-06-19 Thread Jorge Bastos via dovecot
Howdy, Answering all, so cram-md5 is old, don't want then! I only noticed thunderbird as default using this, so, won't implement it! Thanks for the clarify, -Original Message- From: dovecot On Behalf Of Aki Tuomi via dovecot Sent: 19 de junho de 2019 07:31 To: Alexander Dalloz ; dovecot

Re: User listing returned failure with -A

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 08:33, Aki Tuomi via dovecot wrote: > Dovecot uses auth process to collect users, so maybe look at your iterate > query? https://wiki.dovecot.org/AuthDatabase/SQL#User_iteration Yeah, didn’t have one of those. ¯\_(ツ)_/¯ iterate_query = select username from mailbox Seem to

Re: User listing returned failure with -A

2019-06-19 Thread Aki Tuomi via dovecot
On 19 June 2019 17:23 @lbutlr via dovecot < dovecot@dovecot.org> wrote: On 19 Jun 2019, at 00:42, Aki Tuomi via dovecot < dovecot@dovecot.org> wrote: Your userdb does not support listing, check dovecot logs,

Re: User listing returned failure with -A

2019-06-19 Thread @lbutlr via dovecot
On 19 Jun 2019, at 00:42, Aki Tuomi via dovecot wrote: > Your userdb does not support listing, check dovecot logs, the error will > not be reported by doveadm. sqlpool(mysql): Query failed, retrying: Table 'postfix.users' doesn't exist Well, that is true, there is no users table, the table is ‘m

Re: Cannot connect to DOVECOT from Roundcube using SSL on Port 993

2019-06-19 Thread Jean-Daniel Dupas via dovecot
> Le 19 juin 2019 à 11:34, zahn via dovecot a écrit : > > Hello > > I try to connect to dovecot from roundcube using this setup: > > $config['default_host'] = 'ssl://chogolisa.akadia.com'; > $config['default_port'] = 993; > > and I get the following error message from dovecot: > > Jun 19 11

Shared mailbox: share whole inbox

2019-06-19 Thread Zdeněk Sobotka via dovecot
Hi, I'd like to share the whole INBOX of one user with another. That should go through: doveadm acl add -u us...@example.cz SharedDirectory user=us...@example.cz lookup read insert It's works fine, when I connect through imap I see: . list "" "*"* LIST (\Noselect \HasChildren) "/" shared* LIST

Cannot connect to DOVECOT from Roundcube using SSL on Port 993

2019-06-19 Thread zahn via dovecot
Hello I try to connect to dovecot from roundcube using this setup: $config['default_host'] = 'ssl://chogolisa.akadia.com'; $config['default_port'] = 993; and I get the following error message from dovecot: Jun 19 11:30:21 chogolisa dovecot: imap-login: Disconnected (no auth attempts in 0 secs

Re: mdbox to Maildir

2019-06-19 Thread Sami Ketola via dovecot
> On 19 Jun 2019, at 5.05, Adam Raszkiewicz wrote: > > I saw that before but there is only maildir -> mdbox but not mdbox -> maildir > Did I have missed anything there? There is no direct example on how to do just that but you can use your brain and modify the mbox -> maildir example a bit.