Re: Crash in dovecot snippet when using imapc

2024-01-18 Thread Aki Tuomi via dovecot
Sorry, the provided patch link was wrong, it's already in 2.3.21, my bad. Anyways, it is still fixed in main, since it does not happen there. Aki > On 19/01/2024 09:13 EET Aki Tuomi via dovecot wrote: > > > Hi! > > I was able to reproduce this issue with 2.3.21, but it seems to have been >

Re: Crash in dovecot snippet when using imapc

2024-01-18 Thread Aki Tuomi via dovecot
Hi! I was able to reproduce this issue with 2.3.21, but it seems to have been fixed in main. I think https://github.com/dovecot/core/commit/1c1b77dbf9a548aac788efb76973ce2d0fa6c732.patch will fix this. Aki > On 18/01/2024 22:51 EET John van der Kamp via dovecot > wrote: > > > Hello, > >

Re: Documentation flaw: man-page link.

2024-01-18 Thread Aki Tuomi via dovecot
> On 18/01/2024 15:34 EET Ralph Corderoy wrote: > > > Hi, > > https://doc.dovecot.org/admin_manual/doveadm_mailbox_commands/ ends with > > The man-pages also contain good descriptions of doveadm commands. > Man-pages can be accessed online at e.g. > https://wiki.dovecot.org/Tool

Crash in dovecot snippet when using imapc

2024-01-18 Thread John van der Kamp via dovecot
Hello,   I've found a crash in a very specific setup. A dovecot server with imapc connection needs to receive an email with no body contents for the intent of generating a preview/snippet. It crashes somewhere deep in the jungle of istream and snapshots. I've included a script which sets up the sy

Documentation flaw: man-page link.

2024-01-18 Thread Ralph Corderoy
Hi, https://doc.dovecot.org/admin_manual/doveadm_mailbox_commands/ ends with The man-pages also contain good descriptions of doveadm commands. Man-pages can be accessed online at e.g. https://wiki.dovecot.org/Tools/Doveadm That wiki page says Our primary documentation is now at

Re: post-login scripting

2024-01-18 Thread dovecot--- via dovecot
I also wanted to ask if it's possible to add the local server name so I can use one database for all systems? I suppose there's a chance there could be issues with namespace conflicts, but this would make it much easier for me. Not sure how you are tracking your users, in my setup each user is

Re: What is the difference between BEFORE, SENTBEFORE, and SAVEDBEFORE?

2024-01-18 Thread Joseph Tam
On Thu, Jan 18, 2024 at 6:42 PM Joseph Tam wrote: > If you dump the above values e.g. > > doveadm fetch -ftab -A 'mailbox date.received' mailbox Trash BEFORE 90d Correction: if what I suspect is true, this won't show you anything as all your messages will be younger than 90d. Instead, remov

Re: What is the difference between BEFORE, SENTBEFORE, and SAVEDBEFORE?

2024-01-18 Thread Joseph Tam
From: Paul Pace > BEFORE date specification > Matches messages with an internal date before date > specification. > > SENTBEFORE date specification > Matches messages with a Date: header before date specification. > > SAVEDBEFORE date specification > Matches messages

Re: managesieve server not answering?

2024-01-18 Thread Larry Rosenman
Here it is. On Thu, Jan 18, 2024 at 8:21 PM Joe Acquisto wrote: Sure.  Thanks.  I can post mine here, I suppose in  a bit joe a. On 1/18/24 20:29, Larry Rosenman wrote: I could send your a dovecot -n of my setup, which works with RoundCube, if you want.

Re: managesieve server not answering?

2024-01-18 Thread Joe Acquisto
Sure.  Thanks.  I can post mine here, I suppose in  a bit joe a. On 1/18/24 20:29, Larry Rosenman wrote: I could send your a dovecot -n of my setup, which works with RoundCube, if you want. On Thu, Jan 18, 2024 at 6:46 PM Joe Acquisto wrote: They look fine to me, questions remails if many o

Re: managesieve server not answering?

2024-01-18 Thread Larry Rosenman
I could send your a dovecot -n of my setup, which works with RoundCube, if you want. On Thu, Jan 18, 2024 at 6:46 PM Joe Acquisto wrote: They look fine to me, questions remails if many of the items commented out in the default config need to be enabled and if those might prevent th

What is the difference between BEFORE, SENTBEFORE, and SAVEDBEFORE?

2024-01-18 Thread Paul Pace via dovecot
In doveadm-search-query(7), it states: BEFORE date specification Matches messages with an internal date before date specification. SENTBEFORE date specification Matches messages with a Date: header before date specification. SAVEDBEFORE date specification M

Re: managesieve server not answering?

2024-01-18 Thread Joe Acquisto
They look fine to me, questions remails if many of the items commented out in the default config need to be enabled and if those might prevent the managesieve server from "grabbing" the port.    Surely there should be errors logged somewhere? On 1/18/24 19:11, Larry Rosenman wrote: You may wish to

Re: post-login scripting

2024-01-18 Thread Alex
Hi, > I'm trying to determine the last login time for my IMAP users. There is already a built in plugin that does this without needing to use scripting. You can use it to save a timestamp to a database.      https://doc.dovecot.org/sett

Re: post-login scripting

2024-01-18 Thread Alex
Hi,      When I put the following in my dovecot.conf instead of conf.d/ 10-      auth.conf, it      core dumps. I thought local changes should be made in dovecot.conf?      service imap-login {        executable = imap imap-postlogin        inet_listener im

Re: managesieve server not answering?

2024-01-18 Thread Larry Rosenman
You may wish to double-check that file (all of it) and 90-sieve.conf as well On Thu, Jan 18, 2024 at 6:08 PM Joe Acquisto wrote: Yes.  It is uncommented as shown there below.  Service was restarted. joe a On 1/18/24 18:33, Larry Rosenman wrote: > Did you look at conf.d/20-ma

Re: managesieve server not answering?

2024-01-18 Thread Joe Acquisto
Most of the items below that, number of connections, process limit, etc, are commented out.   I presumed there would be defaults used if not specified.  Is that correct, or must I un-comment them.  No examples showed such un commenting. joe a On 1/18/24 18:33, Larry Rosenman wrote: Did you

Re: managesieve server not answering?

2024-01-18 Thread Joe Acquisto
Yes.  It is uncommented as shown there below.  Service was restarted. joe a On 1/18/24 18:33, Larry Rosenman wrote: Did you look at conf.d/20-managesieve.conf? notably the below top of that file. ❯ more 20-managesieve.conf ## ## ManageSieve specific settings ## # Uncomment to enable managesiev

Re: post-login scripting

2024-01-18 Thread Alex
> I'm trying to determine the last login time for my IMAP users. There is already a built in plugin that does this without needing to use scripting. You can use it to save a timestamp to a database.      https://doc.dovecot.org/settings/plugin/last-login-plugin/    

Re: managesieve server not answering?

2024-01-18 Thread Larry Rosenman
Did you look at conf.d/20-managesieve.conf? notably the below top of that file. ❯ more 20-managesieve.conf ## ## ManageSieve specific settings ## # Uncomment to enable managesieve protocol: protocols = $protocols sieve # Service definitions On Thu, Jan 18, 2024 at 5:30 PM Joe Acquisto wrote:

managesieve server not answering?

2024-01-18 Thread Joe Acquisto
Trying to connect to managesieve server configured to port 4190. No go. Roundcube is configured (thunderbird apparently having nothing current), but selecting "Add Filter" (new since re-configured for managesieve) produces "unable to connect to server". Port 4190 does not seem to answer or be

CRe: testing sieve/pigeonhole, auth errors

2024-01-18 Thread Joe Acquisto
On 1/18/24 15:34, Joe Acquisto wrote: On 1/15/24 15:13, Joe Acquisto wrote: A small SOHO system, of installed perhaps a year.  Seems to be working and wished to add pigeonhole/sieve. Back to attempting to configure this.  No doubt simple for one more familiar with dovecot and su

Re: testing sieve/pigeonhole, auth errors

2024-01-18 Thread Joe Acquisto
On 1/15/24 15:13, Joe Acquisto wrote: A small SOHO system, of installed perhaps a year.  Seems to be working and wished to add pigeonhole/sieve. Back to attempting to configure this.  No doubt simple for one more familiar with dovecot and sundry stuff. One thing I find unclear is ho

Re: [EXT] Re: Dovecot imap-hibernate errors in 2.3.21

2024-01-18 Thread Aki Tuomi via dovecot
Can you send `doveconf -n`? I think it might be related to the separete user accounts somehow. Aki > On 18/01/2024 09:45 EET Lucas Rolff wrote: > > > SELinux runs in permissive mode on the system (so doesn't take action, and no > violations are logged either), the OS specifically is Oracle L