Hi,

At this point I have resorted to add the error message to be ignored by the syslog daemon to at least keep it out of sight. It really makes logs confusing. I'm paying attention of anyone has any suggestions to try.

Thanks!
-Sam

On 3/22/2023 10:39 AM, Elisamuel Resto wrote:
Hello,

gaia ~ # uname -a
Linux gaia 6.1.12-gentoo-x86_64 #1 SMP Thu Mar  9 19:57:24 CST 2023 x86_64 Intel(R) Core(TM) i5-3470S CPU @ 2.90GHz GenuineIntel GNU/Linux
gaia ~ # dovecot --version
2.3.20 (80a5ac675d)
gaia ~ # cat /proc/self/status | wc --bytes

See attached for example content of /proc/self/status and the dovecot.conf through 'dovecot -n'

I am re-sending this message because there were a lot of DMARC reports due to my reject policy and the Dovecot list settings.



Regards,
-Sam

On Mar 21, 2023, at 02:38, Aki Tuomi <aki.tuomi@open-xchange.com> wrote:


On 21/03/2023 05:29 EET Elisamuel Resto Donate <sam@samresto.dev> wrote:


Hello,
Writing to get some insight as to how I might rid myself of a the pesky error message on the subject. Every binary throws out that error, every LMTP delivery... basically every time any dovecot binary is executed. I am unsure if this is configuration related or not, but intuition says it is an issue with a kernel feature or compiler issue.
I saw the error message in the source code (file ), but I don't understand enough of the dovecot architecture or what the code itself is doing in this case. Below and excerpt of a few lines of logs. Since I don't know what specifically this would relate to (and I don't quite remember the command to send the "safe" version of the configuration), I am sending this message in hopes that whatever is needed can be asked and I will provide it.

Regards,
-Sam


[... postfix and rspamd output...]
Mar 20 22:17:02 gaia postfix/qmgr[21403]: 4PgcGQ33LfzdT4h: from=<list@someml.tld>, size=12064, nrcpt=1 (queue active)
Mar 20 22:17:02 gaia postfix/smtpd[18941]: disconnect from some.list.server[1.2.3.4] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
Mar 20 22:17:02 gaia dovecot: lmtp(18954): Error: /proc/self/status is larger than expected
Mar 20 22:17:02 gaia dovecot: lmtp(18954): Connect from local
Mar 20 22:17:02 gaia dovecot: lmtp(sam@samresto.dev)<18954><vbRKLa4hGWQKSgAAw1YR2w>: Error: /proc/self/status is larger than expected
Mar 20 22:17:02 gaia dovecot: message repeated 2 times: [ lmtp(sam@samresto.dev)<18954><vbRKLa4hGWQKSgAAw1YR2w>: Error: /proc/self/status is larger than expected]
Mar 20 22:17:02 gaia dovecot: lmtp(sam@samresto.dev)<18954><vbRKLa4hGWQKSgAAw1YR2w>: sieve: msgid=<84cf4a75-db54-f33c-cea2-f4772cd182d8@samresto.dev>: fileinto action: stored mail into mailbox 'Lists/Folder'
Mar 20 22:17:02 gaia dovecot: lmtp(sam@samresto.dev)<18954><vbRKLa4hGWQKSgAAw1YR2w>: Error: /proc/self/status is larger than expected
Mar 20 22:17:02 gaia dovecot: indexer-worker(sam@samresto.dev)<18956><vbRKLa4hGWQKSgAAw1YR2w:RtkiMa4hGWQMSgAAw1YR2w>: Error: /proc/self/status is larger than expected
Mar 20 22:17:02 gaia postfix/lmtp[18943]: 4PgcGQ33LfzdT4h: to=<sam@samresto.dev>, relay=wyvern.samresto.dev[private/dovecot-lmtp], delay=0.4, delays=0.31/0/0.01/0.07, dsn=2.0.0, status=sent (250 2.0.0 <sam@samresto.dev> vbRKLa4hGWQKSgAAw1YR2w Saved)
Mar 20 22:17:02 gaia dovecot: lmtp(18954): Disconnect from local: Logged out (state=READY)
Mar 20 22:17:02 gaia dovecot: lmtp(18954): Error: /proc/self/status is larger than expected
Mar 20 22:17:02 gaia postfix/qmgr[21403]: 4PgcGQ33LfzdT4h: removed


Hi!

Which distro is this?

Aki