Re: Authentication failure due to address space limit

2023-12-14 Thread Aki Tuomi via dovecot
> On 14/12/2023 12:38 EET Max Nikulin wrote: > > > On 06/12/2023 18:06, Max Nikulin wrote: > > > > dovecot[72165]: auth-worker: Error: fatal error: failed to reserve page > > summary memory > > dovecot[72165]: auth-worker: Error: > > dovecot[72165]: auth-worker: Error: runtime stack: > >

Re: ARM support

2023-12-12 Thread Aki Tuomi via dovecot
> On 11/12/2023 01:26 EET Brad Koehn via dovecot wrote: > > > Thanks for the reply. Is there any chance I can help? Otherwise, where are > the scripts for doing the build so I can produce my own packages? > ___ > dovecot mailing list --

Re: Username used by dovecot to access database certificate and key files

2023-12-08 Thread Aki Tuomi via dovecot
> On 08/12/2023 14:45 EET John Fawcett wrote: > > > Hi > > does anyone happen to know the username under which dovecot accesses the > certificate and key files when connecting to a mariadb database with > ssl? I can't seem to get dovecot to read the files without a "other" > readable bit

Re: Compiler error

2023-12-06 Thread Aki Tuomi via dovecot
This happens because timezone is a function that returns something totally different in FreeBSD, and it happens in unit test code. Maybe ports have a patch for this? Aki > On 06/12/2023 12:22 EET Goetz Schultz wrote: > > > Thanks, I may have to extrapolate the file in question. > Today was

Re: doveadm user '*' not working, virtual users only with sqlite

2023-12-02 Thread Aki Tuomi via dovecot
iterate_query only works with userdb { driver = sql args = /path/to/auth-sql.conf.ext } Aki > On 02/12/2023 00:02 EET John Stoffel wrote: > > > > "John" == John Stoffel writes: > > Do I think I'm on the right track here, since I removed the following > from

Re: doveadm backup has problems with some accounts

2023-12-01 Thread Aki Tuomi via dovecot
> On 01/12/2023 11:34 EET roger.meier--- via dovecot > wrote: > > > I try to setup for our mailserver (in a dc) a job backup to a secondary > server (in our office) with "doveadm backup" via the -R option. (rsync , > rsnapshot and so on tooks too long at the moment) > > For the most user

Re: Couldn't get vsize Issue

2023-11-26 Thread Aki Tuomi via dovecot
> On 26/11/2023 11:34 EET duluxoz wrote: > > > On 26/11/2023 20:32, Aki Tuomi wrote: > >> On 25/11/2023 09:14 EET duluxoz wrote: > >> > >> > >> Hi All, > >> > >> Looking for a little help, please. > >> > >> We're getting the following showing up in our dovecot logs: `Debug: > >> Mailbox

Re: Couldn't get vsize Issue

2023-11-26 Thread Aki Tuomi via dovecot
> On 25/11/2023 09:14 EET duluxoz wrote: > > > Hi All, > > Looking for a little help, please. > > We're getting the following showing up in our dovecot logs: `Debug: > Mailbox Junk: Couldn't get vsize from mailbox list index: Record for > vsize`. This is happening for all(?) the different

Re: [EXT] Re: dovecot and oauth2 (with keycloak) not working

2023-11-20 Thread Aki Tuomi via dovecot
> On 20/11/2023 10:03 EET Francis Augusto Medeiros-Logeay > wrote: > > > > Try adding /?token= to tokeninfo_url. Dovecot 2.3.7.2 will simply > > concatenate tokeninfo_url and token, so you need to provide the URL in > > that fashion. > > > > Aki > > Thanks Aki. > > Still no go: > > >

Re: dovecot and oauth2 (with keycloak) not working

2023-11-20 Thread Aki Tuomi via dovecot
> On 20/11/2023 09:29 EET Francis Augusto Medeiros-Logeay via dovecot > wrote: > > > Hi, > > I successfully configured Roundcube to use keycloak for oauth2. > > However, I am having trouble to make it work with dovecot. My configuration > is this: > > cat dovecot-oauth2.conf.ext >

Re: auth service over tls

2023-11-17 Thread Aki Tuomi via dovecot
> On 17/11/2023 13:55 EET hameos@gmail.com wrote: > > > Yep, testing purpose. In my config i set both lmtp and auth services with > "ssl = yes", and then launch a client TLS connection: > openssl s_client -servername mail.sample.com -connect localhost:12345 > (and in port 24) >

Re: DMARC Failures for Mailing List

2023-11-17 Thread Aki Tuomi via dovecot
> On 17/11/2023 12:38 EET Nick Lockheart wrote: > > > Now that we've got our new mail server going and the DMARC reports are > coming in, I'm finding a lot of DMARC failures for messages that I'm > sending to this list. > > It seems that when I send a message to this list, the list software

Re: dovecot submission max line length

2023-11-14 Thread Aki Tuomi via dovecot
> On 14/11/2023 14:59 EET Kees van Vloten wrote: > > > Hi all, > > > After upgrading Debian Bullseye (Dovecot 2.3.13) to Bookworm (Dovcecot > 2.3.19), submission-login returns an error on Kerberos authentication: > "Client sent invalid command: Command line is too long". > > When I

Re: More information on dict proxy

2023-11-09 Thread Aki Tuomi via dovecot
> On 09/11/2023 06:15 EET Steve via dovecot wrote: > > > Hello, > > I'm working on an implementation of a dict server. I've looked through > all your documentation but can't seem to find how I can create the > proper URI to direct the quota plugin to use a TCP socket instead of a > UNIX

Re: ARM support

2023-11-06 Thread Aki Tuomi via dovecot
> On 06/11/2023 21:26 EET Brad Koehn via dovecot wrote: > > > Hey there, > > I was wondering if you’re planning to support ARM in your packages and/or > Docker images. Right now I’m stuck on whatever ships with Debian for ARM64 > architectures.  > > Otherwise, suggestions how would I go

Re: mail boxes on net mounted filesystem with multiple Dovecots

2023-11-06 Thread Aki Tuomi via dovecot
> On 06/11/2023 16:48 EET lejeczek via dovecot wrote: > > > Hi guys. > > I see that with mailboxes stored on a network mount-point > and more than one box with Dovecot using such a mailbox, > Dovecots step on each others toes. > ... > lmtp(minem...@lemko.xyz)<2674357>: > Error:

Re: OAUTH2 tokeninfo is doing a GET instead of a POST request

2023-10-25 Thread Aki Tuomi via dovecot
> On 25/10/2023 16:02 EEST Alexander Leidinger via dovecot > wrote: > > > Am 2023-10-25 08:03, schrieb Aki Tuomi: > >> On 24/10/2023 17:25 EEST Alexander Leidinger via dovecot > >> wrote: > >> > >> > >> Am 2023-10-24 15:14, schrieb Aki Tuomi: > >> >> On 24/10/2023 15:49 EEST Alexander

Re: OAUTH2 tokeninfo is doing a GET instead of a POST request

2023-10-25 Thread Aki Tuomi via dovecot
> On 24/10/2023 17:25 EEST Alexander Leidinger via dovecot > wrote: > > > Am 2023-10-24 15:14, schrieb Aki Tuomi: > >> On 24/10/2023 15:49 EEST Alexander Leidinger via dovecot > >> wrote: > >> > >> > >> Am 2023-10-23 08:43, schrieb Aki Tuomi: > >> > Don't set tokeninfo url if you

Re: OAUTH2 tokeninfo is doing a GET instead of a POST request

2023-10-24 Thread Aki Tuomi via dovecot
> On 24/10/2023 15:49 EEST Alexander Leidinger via dovecot > wrote: > > > Am 2023-10-23 08:43, schrieb Aki Tuomi: > > Don't set tokeninfo url if you require POST query. It's not mandatory > > to set all endpoints. > > If I comment out the tokeninfo_url (the rest the same as in the qorking

Re: The future of SIS

2023-10-23 Thread Aki Tuomi via dovecot
> On 17/10/2023 03:26 EEST Jan Bramkamp wrote: > > > On 16.10.23 13:17, Pedro Ribeiro via dovecot wrote: > > Hello to everyone! > > Ooops, we are using SIS, guess the solution for a similar optimization will > > be > > a native deduplicated filesystem. > > A block level de-duplicating

Re: OAUTH2 tokeninfo is doing a GET instead of a POST request

2023-10-23 Thread Aki Tuomi via dovecot
Don't set tokeninfo url if you require POST query. It's not mandatory to set all endpoints. Also if you are using jwt, you can also opt to do local validation instead. Aki > On 17/10/2023 16:03 EEST Alexander Leidinger via dovecot > wrote: > > > Hi, > > I try to setup oauth2

Re: Question: ETA OpenSSL 3.0 Support

2023-10-23 Thread Aki Tuomi via dovecot
I can't give a definitive ETA for 2.4 release, but it's not very far anymore. Aki > On 20/10/2023 11:25 EEST Niklas Meyer wrote: > > > Hi Aki, > > yeah i already thought that. But a ETA is not set yet i presume from > this message? > > Thanks for your reply! > > Kind regards > > Niklas

Re: Question: ETA OpenSSL 3.0 Support

2023-10-19 Thread Aki Tuomi via dovecot
> On 17/10/2023 11:23 EEST Niklas Meyer wrote: > > > Hello everyone, > > i stumbled across some serious problems with decrypting of e-mails if > you use a Dovecot installation with OpenSSL 3.X so i started digging. > > It turns out that Dovecot is not OpenSSL 3.X ready yet, at least if

Re: Debian package for bookworm

2023-10-13 Thread Aki Tuomi via dovecot
Hi! We are not making 2.3 packages for bookworm, it will be supported by from 2.4 forward. Aki > On 14/10/2023 00:04 EEST Philip Iezzi via dovecot wrote: > > > Hi Noah > > Is there some update on this? Missing Dovecot package repo for Debian > Bookworm holds me back from upgrading a

Re: The future of SIS

2023-10-13 Thread Aki Tuomi via dovecot
Dear Laura, please don't spread FUD that you made up. Dsync is not going anywhere, and we are not close-sourcing Dovecot Core. There is not a trove of code going into Dovecot 3.0 that "never sees the daylight". Thank you, Aki > On 13/10/2023 21:10 EEST Laura Smith via dovecot wrote: > > >

Re: doveadm(user): Error purging namespace

2023-10-10 Thread Aki Tuomi via dovecot
> On 10/10/2023 09:46 EEST Taavi Ansper via dovecot wrote: > > > Hi > > I have an issue with doveadm: > > doveadm(user): Warning: mdbox /home/user/mdbox/storage: Inconsistency in map > index (227,40 != 227,56) > doveadm(user): Warning: fscking index file >

Re: bug report: lmtp fails on root-squashed NFS filesystem

2023-10-08 Thread Aki Tuomi via dovecot
> On 25/11/2021 01:29 EET Anne Bennett wrote: > > > Hello Aki. > > >> I patched "src/lib-storage/index/mbox/mbox-storage.c" and > >> "src/lib-storage/index/maildir/maildir-storage.c" to replace > >> calls to "access()" with calls to "euidaccess()", and now mail > >> delivery (to mboxes) works

Re: sieve processing - enable/disable per user?

2023-10-06 Thread Aki Tuomi via dovecot
Maybe try protocol lmtp { mail_plugins = $mail_plugins %{sieve_enabled} } and return sieve_enabled="sieve" for those users you want to enable sieve processing for. Aki > On 06/10/2023 09:56 EEST Arkadiusz Miśkiewicz via dovecot > wrote: > > > Hi. > > I keep users in database and would

Re: Pay Someone to Take My Online Course?

2023-10-05 Thread Aki Tuomi via dovecot
Spammer has been unsubscribed & banned. Lets hope this is not some new trend. Aki > On 05/10/2023 13:50 EEST Narcis Garcia wrote: > > > Please unsubscribe spammer soon. > > El 5/10/23 a les 12:38, xotawa2329--- via dovecot ha escrit: > > Pay Someone to Take My Online Course? > > Different

Re: [EXT] Is XOAUTH2 support broken in 2.3.21?

2023-10-05 Thread Aki Tuomi via dovecot
> > Hi, > > > >> Am 05.10.2023 um 08:22 schrieb Aki Tuomi via dovecot : > >> > >> You seem to be using userinfo and not introspect endpoint in your > >> configuration. Does userinfo return active too? > > > > tokeninfo_url = ht

Re: [EXT] Is XOAUTH2 support broken in 2.3.21?

2023-10-05 Thread Aki Tuomi via dovecot
You seem to be using userinfo and not introspect endpoint in your configuration. Does userinfo return active too? Aki > On 04/10/2023 20:05 EEST Christian Rößner via dovecot > wrote: > > > Hi, > > well I fear there is still something wrong. > > > Am 04.10.2

Re: [EXT] Re: Is XOAUTH2 support broken in 2.3.21?

2023-10-04 Thread Aki Tuomi via dovecot
> On 04/10/2023 16:02 EEST Christian Rößner wrote: > > > Hi, > > > Am 04.10.2023 um 14:31 schrieb Aki Tuomi : > > > >> > >> On 04/10/2023 15:13 EEST Christian Rößner via dovecot > >> wrote: > >> > >> > >> Hi, > >> > >>> Am 04.10.2023 um 12:56 schrieb Arjen de Korte > >>> : > >>> >

Re: Is XOAUTH2 support broken in 2.3.21?

2023-10-04 Thread Aki Tuomi via dovecot
> On 04/10/2023 15:13 EEST Christian Rößner via dovecot > wrote: > > > Hi, > > > Am 04.10.2023 um 12:56 schrieb Arjen de Korte : > > > > Citeren Christian Rößner via dovecot : > > > >> Hi, > >> > >> I use Roundcube with OIDC. Everything works fine in Dovecot 2.3.20, but > >> broke in

Re: How to use http api doveadm to manage acl permissions

2023-09-28 Thread Aki Tuomi via dovecot
> On 28/09/2023 14:00 EEST cyril.lecl...@mantiq.com wrote: > > > it seems the plugin is not installed on docker machine how i can install the > plugin to have the acl commands available ?because now it is not existing, i > have version 2.3.20 and command return unknow command > thanks

Re: Separators and shared namespaces

2023-09-28 Thread Aki Tuomi via dovecot
> On 28/09/2023 13:47 EEST Francis Augusto Medeiros-Logeay via dovecot > wrote: > > > Hi Martin, > > I had a similar problem: > > https://dovecot.org/mailman3/archives/list/dovecot@dovecot.org/thread/DNHM3OOV3SZUC2SIS7FMWL7MMT64F73T/ > > > It seemed to me that using ‘.’ truncated the

Re: How to use http api doveadm to manage acl permissions

2023-09-28 Thread Aki Tuomi via dovecot
> On 28/09/2023 13:23 EEST cyril.lecl...@mantiq.com wrote: > > > thank you , > > but why we dont see the commands here > > https://doc.dovecot.org/admin_manual/doveadm_http_api/ ? > > other question with sieve and http api can we manage autoreply with the api ? Because they come from

Re: Separators and shared namespaces

2023-09-27 Thread Aki Tuomi via dovecot
> On 27/09/2023 12:03 EEST martin f krafft via dovecot > wrote: > > > Hello, > > I am running Dovcecot 2.3.19 on Debian, and I am trying to get > shared to work. > > It's working if I do this: > > ``` > namespace { >type = shared >separator = / >prefix = Team/%%u/ >

Re: is dovecot 2.3.20 compatible with YESCRYPT?

2023-09-24 Thread Aki Tuomi via dovecot
> On 22/09/2023 07:46 EEST Andrew Hoff via dovecot wrote: > > > To Whom It May Concern, > > Fedora 38 uses YESCRYPT by default to create the passwords stored in > "shadow". The prefix is "$y$".  > > Ref:  >

Re: 2.3.21 broke XOAUTH authentication against Keycloak

2023-09-23 Thread Aki Tuomi via dovecot
> On 23/09/2023 12:55 EEST t...@interseclab.org wrote: > > > I have Roundcube and Dovecot2 setup to authenticate against Keycloak > using the XOAUTH2 method, as follows: > > introspection_url = > https://[...]/realms/[...]/protocol/openid-connect/token/introspect > introspection_mode =

Re: Change location where .dovecot.lda-dupes* file/dir are created

2023-09-22 Thread Aki Tuomi via dovecot
> On 22/09/2023 13:30 EEST sahsanu via dovecot wrote: > > > > Dovecot expects mail user's home to be writable. If your home is not > > writable by the user, you need to set mail_home=~/mail/ or something > > and make that directory writable to dovecot, e.g. with chown. > > > > Aki > > >

Re: Change location where .dovecot.lda-dupes* file/dir are created

2023-09-22 Thread Aki Tuomi via dovecot
> On 22/09/2023 12:27 EEST sahsanu via dovecot wrote: > > > Hello, > > I'm using Dovecot 2.3.19.1 and Pigeonhole 0.5.19 on Debian 12.1 and I'm > trying to use sieve extensions vacation and redirect but I'm having > issues because of the creation of file /home/USER/.dovecot.lda-dupes and

Re: State of wiki.dovecot.org?

2023-09-20 Thread Aki Tuomi via dovecot
> On 20/09/2023 16:48 EEST Sebastian Philipp via dovecot > wrote: > > > Hi all > > I just noticed that wiki.dovecot.org is no longer available, and instead > redirects to a message stating that the documentation can now be found > at doc.dovecot.org. > > However, there's was quite a lot

Re: New Dovecot release?

2023-09-20 Thread Aki Tuomi via dovecot
ovided this: > > https://github.com/dovecot/core/compare/f359c6ee179aad5e077711c188fc8422106cbead%5E..d93c31d51b05d43eaa6eeef9cdc0f7a4157f7d0e.patch > > > > > > Regards, > > Elisamuel Resto > > > >> On Sep 19, 2023, at 02:54, Aki Tuomi via dovecot > >> w

Re: How to use http api doveadm to manage acl permissions

2023-09-19 Thread Aki Tuomi via dovecot
> On 19/09/2023 15:30 EEST cyril.lecl...@mantiq.com wrote: > > > hi, > > yes i alredy executed but nothing with "acl" name or "permissions" so how i > can find the good command ? > > thank you Maybe you did something wrong, because I was able to get these. Aki

Re: New Dovecot release?

2023-09-19 Thread Aki Tuomi via dovecot
> On 19/09/2023 10:33 EEST Taavi Ansper via dovecot wrote: > > > Hi > > When will there be a new dovecot release. The 2.3.21 version borked our users > with large amount of folders (i think over 255 folders) > > doveadm(REDACTED_USER): Error: /proc/self/status is larger than expected > > I

Re: How to use http api doveadm to manage acl permissions

2023-09-18 Thread Aki Tuomi via dovecot
> On 18/09/2023 09:25 EEST cyril.lecl...@mantiq.com wrote: > > > I started the http api on dovecot configuration but following the > documentation available here : > > https://doc.dovecot.org/admin_manual/doveadm_http_api/ > > I dont see anything regarding the acl permissions ? do we have

Re: possible doveadm expunge bug

2023-09-18 Thread Aki Tuomi via dovecot
> On 18/09/2023 05:30 EEST Noel Butler via dovecot wrote: > > > In my boredom, I was cleaning up my own public mailbox, do I really need > lists/newsletters/forums posts from the 90's .. I think not, but lets > still keep 5 years and expunge the rest... or try to... but expunge > doesnt

Pigeonhole v0.5.21 released

2023-09-15 Thread Aki Tuomi via dovecot
Hi all! We are pleased to release v0.5.21 of Pigeonhole. https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.21.tar.gz https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.21.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in

[Dovecot-news] Pigeonhole v0.5.21 released

2023-09-15 Thread Aki Tuomi via Dovecot-news
Hi all! We are pleased to release v0.5.21 of Pigeonhole. https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.21.tar.gz https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.21.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in

Dovecot v2.3.21 released

2023-09-15 Thread Aki Tuomi via dovecot
Hi all! We are pleased to release v2.3.21 of Dovecot. https://dovecot.org/releases/2.3/dovecot-2.3.21.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.21.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot Regards, Aki Tuomi

[Dovecot-news] Dovecot v2.3.21 released

2023-09-15 Thread Aki Tuomi via Dovecot-news
Hi all! We are pleased to release v2.3.21 of Dovecot. https://dovecot.org/releases/2.3/dovecot-2.3.21.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.21.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot Regards, Aki Tuomi

Re: config: Error: Conflict in setting ssl_cert found from filter

2023-09-14 Thread Aki Tuomi via dovecot
Can you do some experimenting with openssl s_client? openssl s_client -connect ipv6 -servername dnsname server:993 see if this triggers it? Aki > On 13/09/2023 18:37 EEST Ján Ondrušek wrote: > > > The only modification in the configs I sent is to shorten the domain names > and IPv6

Re: ACL management from SQL

2023-09-13 Thread Aki Tuomi via dovecot
> On 13/09/2023 14:55 EEST Cyril Leclerc wrote: > > > is the http api is automatically up ? do we have to make something ? if > i want to try on the docker machine ? service doveadm { inet_listener http { port = } } Aki ___ dovecot mailing

Re: config: Error: Conflict in setting ssl_cert found from filter

2023-09-12 Thread Aki Tuomi via dovecot
> On 13/09/2023 05:01 EEST Ján Ondrušek wrote: > > > Hi! > > I see this intermittent error with my dovecot setup. > > The most puzzling part is that it sometimes works and sometimes rejects > connections, spitting out the log I attached in systeport (DNS). > > I am binding both ipv4

Re: Trouble with SMTP, TLS and dovecot.org.

2023-09-07 Thread Aki Tuomi via dovecot
> On 07/09/2023 20:46 EEST Ralph Seichter via dovecot > wrote: > > > * Aki Tuomi via dovecot: > > > I updated the settings a bit on the server as well. Maybe it works > > better now? > > Yes, it does indeed: > > Sep 7 19:33:23 ra postfix/smtp[

Re: Trouble with SMTP, TLS and dovecot.org.

2023-09-07 Thread Aki Tuomi via dovecot
> On 07/09/2023 03:49 EEST Ralph Seichter via dovecot > wrote: > > > * Marc Schiffbauer via dovecot: > > > Wild guess: you need to explicitely allow for example DEFAULT@SECLEVEL=0 > > ciphersuite in postfix to make *your* openssl accept this remote sslv3 > > connection > > Thanks, Marc.

Re: ACL management from SQL

2023-09-06 Thread Aki Tuomi via dovecot
> On 06/09/2023 09:40 EEST cyril.lecl...@mantiq.com wrote: > > > UP ? > > or any current tool managing acl permission ? evolution client no, > thunderbird only old version etc... doveadm acl works too, but I understand that might not be what you want. Although you can use the doveadm http

Re: Bug: Logout counters reset after recreating hibernated process

2023-09-05 Thread Aki Tuomi via dovecot
> On 05/09/2023 18:50 EEST Eirik Rye wrote: > > > Hello, > > # dovecot --version > 2.3.20 (80a5ac675d) > > When using hibernation (`imap_hibernate_timeout = 10s`), counters such > as deleted/expunged messages, appear to be reset after the user process > is recreated. > > Steps to

Re: DOvecot requires both IPv4 and IPV6 to start

2023-09-04 Thread Aki Tuomi via dovecot
> On 04/09/2023 16:30 EEST TWHG Technical via dovecot > wrote: > > > I have tried replying twice. > > We have IPV6 disabled for security reasons on all server builds. An installer > script failed which is how we caught this issue. We can see it is due to the > config line. > > A

Re: no such user but Thunderbird okeys it ?

2023-09-04 Thread Aki Tuomi via dovecot
> On 04/09/2023 15:23 EEST lejeczek via dovecot wrote: > > > On 04/09/2023 09:32, Aki Tuomi via dovecot wrote: > >> On 04/09/2023 10:19 EEST lejeczek via dovecot wrote: > >> > >> > >> On 04/09/2023 08:54, Aki Tuomi via dovecot wrote: >

Re: no such user but Thunderbird okeys it ?

2023-09-04 Thread Aki Tuomi via dovecot
> On 04/09/2023 10:19 EEST lejeczek via dovecot wrote: > > > On 04/09/2023 08:54, Aki Tuomi via dovecot wrote: > >> On 04/09/2023 09:47 EEST lejeczek via dovecot wrote: > >> > >> > >> Hi guys. > >> > >> I'm having

Re: no such user but Thunderbird okeys it ?

2023-09-04 Thread Aki Tuomi via dovecot
> On 04/09/2023 09:47 EEST lejeczek via dovecot wrote: > > > Hi guys. > > I'm having quite bizarre situation where Dovecot logs: > ... > pam_unix(dovecot:auth): check pass; user unknown > pam_unix(dovecot:auth): authentication failure; logname= > uid=0 euid=0 tty=dovecot ruser=dupa

Re: Dovecot, mail_crypt, global keys, permissions

2023-08-28 Thread Aki Tuomi via dovecot
Right, i somehow missed the bit where it says "global keys" in the mail subject... Can you do these? Firstly, dewrap the file with https://github.com/dovecot/tools/blob/main/dbox-dewrap.pl perl dbox-dewrap.pl /var/vmail/mailboxes/example.com/username/mail/mailboxes/INBOX/dbox-Mails/u.5396

Re: libdovecot-storage.so.0.0.0 [.] maildir_filename_base_hash with high cpu load

2023-08-25 Thread Aki Tuomi via dovecot
> On 23/08/2023 07:11 EEST habi li wrote: > > > [image: image.png] > we find the libdovecot-storage.so cpu so high ,can you help me Hi Habi, can you please provide us with more information, like: 1. doveconf -n 2. what did you do? 3. possible logs Aki

Re: dovecot 2.4 issue with openssl >= 3.0.8

2023-08-21 Thread Aki Tuomi via dovecot
Hi! Thanks for pointing this out, I've updated the patch, and made it bit differently to ensure it works regardless where the key came from. Aki > On 21/08/2023 23:04 EEST Michal Hlavinka wrote: > > > Hi, > > this patch does not fix the issue. It fixes that first test that failed, > but

Re: dovecot 2.4 issue with openssl >= 3.0.8

2023-08-21 Thread Aki Tuomi via dovecot
I think this should fix it https://cmouse.fi/ec-point.patch, can you please give it a try? Aki > On 21/08/2023 09:34 EEST Aki Tuomi wrote: > > > > On 16/08/2023 01:09 EEST Michal Hlavinka wrote: > > > > > > Hi, > > > > I've started testing main git branch and found an issue with

Re: dovecot 2.4 issue with openssl >= 3.0.8

2023-08-21 Thread Aki Tuomi via dovecot
> On 16/08/2023 01:09 EEST Michal Hlavinka wrote: > > > Hi, > > I've started testing main git branch and found an issue with openssl 3. > > Test suite fails: > test_load_v1_key ... : ok > test-crypto.c:445: Assert failed: ret == TRUE >

Re: Dovecot, mail_crypt, global keys, permissions

2023-08-21 Thread Aki Tuomi via dovecot
Do you still get same error? Can you send `doveconf -n`? Aki > On 12/08/2023 14:45 EEST David Mehler wrote: > > > Hello, > > Thanks for your reply. That didn't do it, still having the issue? Any > other suggestions? Is there any other information I can provide? > > Thanks. > Dave. > > >

Re: Dovecot, mail_crypt, global keys, permissions

2023-08-11 Thread Aki Tuomi via dovecot
Seems like you are missing mail_attribute_dict? Aki > On 11/08/2023 11:32 EEST David Mehler wrote: > > > Hello, > > I'm using Dovecot v2.3 with the mail_crypt plugin and global keys. I > am seeing this error immediately after imap login then after this > error imap logs out. I'm hoping this

Re: Dovecot submission panics on SMTP RCPT error

2023-08-10 Thread Aki Tuomi via dovecot
Hi! Can you try with latest 2.3.20 from https://repo.dovecot.org please? 2.3.13 is quite old already. Aki > On 10/08/2023 18:16 EEST IB Development Team via dovecot > wrote: > > > Hi, > > If SMTP server rejects RCPT with message > > aaa bb ccc dd

Re: Dovecot bug submit - Dovecot stats

2023-08-07 Thread Aki Tuomi via dovecot
Hi! This is caused by missing exporter, Aug 03 08:23:51 vagrant-bolt-dovecot-statistics dovecot[38112]: stats: Panic: Could not find exporter (log-exporter) for metric (imap_cmd_select) You need to configure log-exporter before using it. The error reporting is fixed with

Re: doveadm fts lookup: Is "search query" documented anywhere?

2023-08-05 Thread Aki Tuomi via dovecot
Did you look at https://doc.dovecot.org/3.0/man/doveadm-search-query.7/   Aki On 05/08/2023 15:24 EEST Graham Leggett via dovecot wrote:     Hi all,   According to the

RE: Using / in folder names

2023-08-04 Thread Aki Tuomi via dovecot
plugin ? Thank you for your assistance   From: Aki Tuomi via dovecot Sent: Friday, August 4, 2023 8:40 AMTo: Scott ; dovecot@dovecot.orgSubject: RE: Using / in folder names   You could try adding :BROKENCHAR

RE: Using / in folder names

2023-08-04 Thread Aki Tuomi via dovecot
uot;TEST/BLAH" a NO [CANNOT] Invalid mailbox name: Name must not have '/' characters (0.001 + 0.000 secs).       From: Aki Tuomi via dovecot Sent: Friday, August 4, 2023 1:47 AMTo: Scott ; dovecot@dovecot.org

Re: Using / in folder names

2023-08-03 Thread Aki Tuomi via dovecot
  On 04/08/2023 04:54 EEST Scott wrote:     Is this possible at all ?   I am trying to import a PST file and it has a slash in the folder name. Dovecot errors out with :

Re: It works! ... and one more question (Was: Forcing imap authentication failure for certain IP addresses)

2023-08-02 Thread Aki Tuomi via dovecot
passwd files are automatically re-read when they are changed. No restart needed.   Aki On 02/08/2023 19:03 EEST Hippo Man wrote:     This method indeed seems to work ... thank you again!

Re: mail-crypt long-term support? How to backup?

2023-07-30 Thread Aki Tuomi via dovecot
  On 30/07/2023 08:29 EEST eaerhaerhaehae aehraerhaeha wrote:     Hello everyone,   1. I was wondering whether mail-crypt is intended to be supported in the long run.  

Re: New Dovecot version? github repo without new updates?

2023-07-18 Thread Aki Tuomi via dovecot
> On 19/07/2023 01:22 EEST Jorge Bastos wrote: > > > Hi Guys, > Just asking, i don't see a new dovecot version since last December, and the > girhub repo has no new requests/updates. > Is there a new place for dovecot versions, or it's happening something? > Thanks in advanced, > Jorge, Our

Re: Replication going away?

2023-07-18 Thread Aki Tuomi via dovecot
> On 18/07/2023 15:19 EEST i...@joergschulz.de wrote: > > > Just to understand that correctly: I could setup a (cron) based process for > doveadm sync, but no longer a setup like > plugin { > mail_replica = tcp:$IMAP_REPLICA_SERVER:$IMAP_REPLICA_PORT > } > where the cron would lead to

Re: Fatal error in http-client.c when passdb is oauth2 and userdb is sql

2023-07-18 Thread Aki Tuomi via dovecot
> On 18/07/2023 15:10 EEST Евгений Бахтин wrote: > > > > Dovecot version: 2.3.20 > > Dear Colleagues! > passdb is set to oauth2 and userdb is set to sql. On attempt of authorization > a fatal error is rising. The case reproducible 100%. The following suggested > configuration files allow

Re: cram-md5, sasl and lua (inheriting technical debt)

2023-07-18 Thread Aki Tuomi via dovecot
> On 18/07/2023 13:59 EEST tk...@tunenet.dk wrote: > > > Hello, > > I am exploring the posibility of migrating an exsisting setup to > postfix+dovecot. > The issue being that many clients are currently configured for cram-md5 > authentication. > I am fully aware that this is a really,

Re: Tons of imap-login processes despite client_limit very high

2023-07-18 Thread Aki Tuomi via dovecot
> On 18/07/2023 12:11 EEST D D wrote: > > > After further testing we realized that it was due to service_count = 100. We > suspect that when the service count is reached, a new process is spawned, > explaining the large number of imap-login processes. > > With service_count = 0 we stick

Re: Tons of imap-login processes despite client_limit very high

2023-07-18 Thread Aki Tuomi via dovecot
> On 18/07/2023 09:18 EEST Joseph Tam wrote: > > > https://www.mail-archive.com/dovecot%40dovecot.org/msg85850.html > > > From: D D > > > We're seeing a ton of imap-login processes running even when using high > > performance mode > >

Re: Problem connecting with desktop client

2023-07-17 Thread Aki Tuomi via dovecot
Try listen = 0.0.0.0 or listen = 79.152.236.25, 127.0.0.1 instead. Aki > On 17/07/2023 14:07 EEST Wolfgang Paul Rauchholz > wrote: > > > Hello Aki, > > Thanks for picking up the topic. > > [root@home wp.rauchholz]# doveconf listen > listen = ipv4 > > root@home wp.rauchholz]# ss -lnpt

Re: Replication going away?

2023-07-17 Thread Aki Tuomi via dovecot
> On 17/07/2023 13:24 EEST David Zambonini wrote: > > > On 16/07/2023 17:54, Aki Tuomi via dovecot wrote: > > Hi! > > > > Yes, director and replicator are removed, and won't be available for pro > > users either. > > > > For NFS setups (or

Re: Problem connecting with desktop client

2023-07-17 Thread Aki Tuomi via dovecot
> On 17/07/2023 12:37 EEST Wolfgang Paul Rauchholz > wrote: > > > I run my home server under Rocky Linux 9. The server is modem / router and as > such has two firewall interfaces; internal and external. > Dovecot version isdovecot-2.3.16-8.el9.x86_64 > kernel is: 5.14.0-284.18.1.el9_2.x86_64

Re: Replication going away?

2023-07-16 Thread Aki Tuomi via dovecot
Hi! Yes, director and replicator are removed, and won't be available for pro users either. For NFS setups (or similar shared setups), we have documented a way to use Lua to run a director-like setup, see https://doc.dovecot.org/3.0/configuration_manual/howto/director_with_lua/ Regards to

Re: dovecot and argonid

2023-07-13 Thread Aki Tuomi via dovecot
What was it? Aki > On 13/07/2023 10:36 EEST Maciej Milaszewski wrote: > > > Hi > Problem solved > > W dniu 12.07.2023 o 15:20, Maciej Milaszewski pisze: > > Hi > > For test I try use new auth (argonid) fot dovecot-2.3.20 > > > > I change only in sql: > > password: {ARGON2ID} > > > >

Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-12 Thread Aki Tuomi via dovecot
> On 12/07/2023 11:18 EEST rixati6186--- via dovecot > wrote: > > > Got it! Thanks so much, once again. > > But imagine a very low-end VPS running just for few e-mail accounts, in order > to keep the system resources free -at least a bit-, and if no stats needed > for the admin/users,

Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-12 Thread Aki Tuomi via dovecot
> On 12/07/2023 09:33 EEST rixati6186--- via dovecot > wrote: > > > Thank you very much Mr. Aki for your quick and prompt reply! Got it. > > Is my configuration properly aligned for new metrics? Is "service stats" > block (which I assume it's new one) enough to enable new metrics? > >

Re: Proper way to enable statistics on Dovecot 2.3.20?

2023-07-12 Thread Aki Tuomi via dovecot
> On 12/07/2023 02:53 EEST rixati6186--- via dovecot > wrote: > > > And if possible, how to disable statistics completely and safely? Without the > "0" trick, that leads getting; > > "Jul 12 02:20:55 mail dovecot: auth: Error: > net_connect_unix(/var/dovecot/stats-writer) failed: No such

Re: Public mailboxes and mailcrypt

2023-07-09 Thread Aki Tuomi via dovecot
> On 09/07/2023 18:24 EEST Robert Senger > wrote: > > > Hi there, > > is there a possibility to combine public mailboxes (as described in the > first link below) with mailcrypt plugin using per-user keys (as > described in the second link below)? > > I assume, no. But if there's a

Re: el9 rpms

2023-06-20 Thread Aki Tuomi via dovecot
thanks, Steven     Am 01.06.2023 um 12:32 schrieb Aki Tuomi via dovecot <dovecot@dovecot.org>:     On 01/06/2023 12:16 EEST Marc <m...@f1-outsou

RE: Cannot get mail-crypt plugin to work

2023-06-15 Thread Aki Tuomi via dovecot
> On 15/06/2023 17:14 EEST Rick Cooper via dovecot wrote: > > > -Original Message- > From: Aki Tuomi [mailto:aki.tu...@open-xchange.com] > Sent: Thursday, June 15, 2023 10:02 AM > To: rcoo...@dwford.com; rcooper--- via dovecot > Subject: Re: Cannot get mail-crypt plugin to work >

Re: zlib compressed folders

2023-06-15 Thread Aki Tuomi via dovecot
> On 14/06/2023 14:28 EEST Michael Grant via dovecot > wrote: > > > I’ve been playing with zlib compressed mail archives. I can’t seem to get it > to work. I followed the instructions here: > > https://doc.dovecot.org/configuration_manual/zlib_plugin/ > > I’m not interested in being able

Re: Cannot get mail-crypt plugin to work

2023-06-15 Thread Aki Tuomi via dovecot
> On 15/06/2023 15:32 EEST rcooper--- via dovecot wrote: > > > dovecot 2.2.27 and then 2.2.36 (tried both) > Trying to enable mail-crypt in global key mode. Nothing is ever encrypted, > even when I move mail from folder to folder. > I have tried everything available to find here, google,

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread Aki Tuomi via dovecot
Also came to mind that if you have the maildirs in place, you can just point dovecot to those maildirs, there is no need to import/convert them. Aki > On 09/06/2023 14:08 EEST Aki Tuomi via dovecot wrote: > > > Yes, the trick is to use doveadm sync/backup, not do

Re: Migration dovecot server with local users to dovecot with virtual mailboxes

2023-06-09 Thread Aki Tuomi via dovecot
Yes, the trick is to use doveadm sync/backup, not doveadm import, as the guide explains. Aki > On 09/06/2023 13:51 EEST t Seeger wrote: > > > Thank you for the link, unfortunately I am missing the crucial clue. I get > the directories backed up, but I don't get them imported properly

Re: Repeating imap processes crashes with signal 11​ after imapc-client timeout leak

2023-06-07 Thread Aki Tuomi via dovecot
> On 01/06/2023 17:25 EEST Nikolaos Pyrgiotis wrote: > > > Hello, > We run a 5 instances dovecot cluster ondebian 11 virtual machines, a dovecot > proxy,2directors and2dovecot backends. > All dovecot instances run version2.3.20. We use a glusterfs mounted volume on > the backends forthe

Re: sieve accepting instructions from email

2023-06-07 Thread Aki Tuomi via dovecot
> On 07/06/2023 16:59 EEST Marc wrote: > > > Before switching to sieve, I used to have something in procmail that would > allow you to turn on an auto reply by sending an email. > > - send email to yourself with request > - receive auth code > - send auth code and auto reply text > -

<    1   2   3   4   5   6   7   8   >