Re: lua API and returning reason and CONTACTADMIN

2025-02-05 Thread Aki Tuomi via dovecot
You can also use the array syntax to export fields, which is the ["reason"]="something" then dovecot will treat this as an array of fields and spaces can be in the value. Aki > On 05/02/2025 11:14 EET Arkadiusz Miśkiewicz via dovecot > wrote: > > > On 23/01/2025 16:30, Aki Tuomi wrote: >

RFC 2971: Cannot find Client ID in LOG

2025-02-05 Thread Patrick Ben Koetter via dovecot
Greetings, I'm trying to get dovecot (2.3.21.1 (d492236fa0)) to note a client's ID (see: RFC 2971) in the LOG, but no matter if I increase LOG verbosity using (mail|auth)_debug = yes or not I can't find it allthough dovecot supports the RFC, shows it in a session and responds to it like this: # t

Re: RFC 2971: Cannot find Client ID in LOG

2025-02-05 Thread Aki Tuomi via dovecot
> On 05/02/2025 12:25 EET Patrick Ben Koetter via dovecot > wrote: > > > Greetings, > > I'm trying to get dovecot (2.3.21.1 (d492236fa0)) to note a client's ID (see: > RFC 2971) in the LOG, but no matter if I increase LOG verbosity using > (mail|auth)_debug = yes or not I can't find it allt

FIXED Re: RFC 2971: Cannot find Client ID in LOG

2025-02-05 Thread Patrick Ben Koetter via dovecot
* Aki Tuomi via dovecot : > > > On 05/02/2025 12:25 EET Patrick Ben Koetter via dovecot > > wrote: > > > > > > Greetings, > > > > I'm trying to get dovecot (2.3.21.1 (d492236fa0)) to note a client's ID > > (see: > > RFC 2971) in the LOG, but no matter if I increase LOG verbosity using > > (

Re: lua API and returning reason and CONTACTADMIN

2025-02-05 Thread Arkadiusz Miśkiewicz via dovecot
On 23/01/2025 16:30, Aki Tuomi wrote: I was kinda hoping it would've shown bit more details. But, looks like you've ran into a bug. Lua passdb does not export fields in case return value is not OK or NEXT. I'll file this to your bug tracker. Also it seems that the code in src/auth/db-lua.c:a

Re: question from a newbie

2025-02-05 Thread Aki Tuomi via dovecot
fs_compress is not intended to be loaded like that. It's enough to load just mail_compress. Aki > On 05/02/2025 23:28 EET hi--- via dovecot wrote: > > > In maildir format, you will find cur folder, it should contain all > emails in inbox and you can open it unless it was compressed and if i

Re: Replicator Crash

2025-02-05 Thread Kent Borg via dovecot
On 1/28/25 11:53 AM, Aki Tuomi wrote: It's maybe https://github.com/dovecot/core/commit/d3a097075afb7b5d8955978ed4a2ae99add11f88.patch That was still giving me occasional crashes. This seems to not crash, but I don't know that it is sensible: --- a/src/replication/replicator/replicator-queu

Re: question from a newbie

2025-02-05 Thread hi--- via dovecot
In maildir format, you will find cur folder, it should contain all emails in inbox and you can open it unless it was compressed and if it was you can use doveadm to decompress it:- e.g. :- doveadm fs get compress zstd:6:posix:prefix=/ "/mail/zakaria.website/hi@zakaria.website/cur/MESSAGEFILENA

Help with migration of LDAP Quota config to 2.4.0

2025-02-05 Thread Eduardo Costa via dovecot
Hi, I converted most of my configuration to 2.4.0, but I couldn't figure out in the documentation how to convert my LDAP-based quota configuration: ... dict { quota = ldap:/usr/local/etc/dovecot/dovecot-ldap.conf.ext } mail_plugins = $mail_plugins quota ... protocol imap { mail_plu

Re: Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread hi--- via dovecot
Check dovecot service status memory usage and since it was started, if its over available RAM, restarting the service every now and then might fix this, if its below RAM limit, it could be other services leaving dovecot without enough RAM, and if it wasnt a bug or misconfiguration in dovecot pe

iOS email content loading issue

2025-02-05 Thread Zieseniss Peter via dovecot
Hello All, i hope everyone is well! i have a rather irksome and pressing issue that i can't seem to resolve.. This happens only on iOS devices.. Specifically, the problem is that the content of messages seems to timeout when it loads either when you open a message, or when you hit reply or forw

Writing custom sieve plugins and extensions

2025-02-05 Thread Mark via dovecot
I am a pretty heavy user of Sieve, and one of the services where I have extensive Sieve scripts is Protonmail.  For my own mailserver setup, Dovecot's sieve-test has been excellent. I have a library of example email messages, and my own tooling setup for being able to test whether a given change

Re: iOS email content loading issue

2025-02-05 Thread Bob Gustafson via dovecot
My guess is that the problem is that one end or the other has a different idea of the transfer protocol for the content of messages. One end is listening, but the other end is not sending or also listening. If you can set up a Wireshark test bed you can easily see who is waiting for who. Goo

Re: Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread Michael via dovecot
On Wednesday, February 5, 2025 1:24:31 PM CET, Aki Tuomi via dovecot wrote: Incease vsize limit for LMTP, it needs to be large enough to fit the indexes in mmap'd memory (recommend 2G as that usually works best). thanks. the message could be delivered successfully now. although: i didn't incr

Re: Bad Signature - iOS email content loading issue

2025-02-05 Thread hi--- via dovecot
Check logs while debug mode enabled? It might provide some insight on the issue thats causing the failure! On 2025-02-05 16:20, Zieseniss Peter via dovecot wrote: Hello All, i hope everyone is well! i have a rather irksome and pressing issue that i can't seem to resolve.. This happens only

Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread Michael via dovecot
hey, :) i have a postfix instance trying to deliver a message to dovecot via lmtp, but fails due to an out-of-memory error in dovecot: the message is generated by a cron job like a thousand times before, and hundreds of times afterwards. the only thing maybe worth mentioning is its size of ~

Re: Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread Aki Tuomi via dovecot
> On 05/02/2025 14:15 EET Michael via dovecot wrote: > > > hey, :) > > i have a postfix instance trying to deliver a message to dovecot via lmtp, > but fails due to an out-of-memory error in dovecot: > > the message is generated by a cron job like a thousand times before, and > hundreds o

Re: Fatal: block_alloc(134217728): Out of memory

2025-02-05 Thread Maciej Milaszewski via dovecot
Hi Can you send your lmtp config ? Like: service lmtp {   process_limit = 20   vsz_limit = 512M } and yours limit via /etc/security/limits.conf W dniu 5.02.2025 o 13:15, Michael via dovecot pisze: hey, :) i have a postfix instance trying to deliver a message to dovecot via lmtp, but fails

Re: [exim] Exim / Dovecot v2.4.0 authentication patch

2025-02-05 Thread Jeremy Harris via dovecot
On 03/02/2025 07:48, Timo Sirainen via Exim-users wrote: It attempted to preserve backwards compatibility by checking client-provided VERSION first before sending data that the client wouldn't handle correctly. Is there documentation available which specifies, for both new and older versions