Displaying 4 results from an estimated 4 matches for "e3640ccaa76d".
2015 Jan 12
2
HG e3640ccaa76d crashes upon IMAP SEARCH
$ doveconf -n | head
# 2.2.15 (e3640ccaa76d): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.6
# OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.8
$ /usr/lib/dovecot/imap -u tlx at leuxner.net
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJ...
2015 Jan 14
0
HG e3640ccaa76d crashes upon IMAP SEARCH
On 12 Jan 2015, at 04:15, Thomas Leuxner <tlx at leuxner.net> wrote:
> $ doveconf -n | head
> # 2.2.15 (e3640ccaa76d): /etc/dovecot/dovecot.conf
> b search charset utf-8 body "Sleeve"
> imap(tlx at leuxner.net): Panic: file message-decoder.c: line 346 (message_decode_body): assertion failed: (ctx->translation_size <= sizeof(ctx->translation_buf))
Hopefully fixed now? Looks like there ha...
2015 Jan 13
0
[PATCH] Make Delivered-To optional
...nal address)
and add it in an upper layer, so during the lmtp transaction, the
message will already contain the right value.
Currently Dovecot adds another Delivered-To line, which confuses the
clients.
Please add this feature to Dovecot.
Thanks,
-------------- next part --------------
diff -r e3640ccaa76d doc/example-config/conf.d/20-lmtp.conf
--- a/doc/example-config/conf.d/20-lmtp.conf Sat Jan 10 04:32:42 2015 +0200
+++ b/doc/example-config/conf.d/20-lmtp.conf Tue Jan 13 11:29:20 2015 +0100
@@ -13,8 +13,11 @@
# Verify quota before replying to RCPT TO. This adds a small overhead.
#lmtp_rcpt_check...
2015 Jul 16
3
[Patch] Fix hang in safe_sendfile on SmartOS
# HG changeset patch
# User Sebastian Wiedenroth <sebastian.wiedenroth at skylime.net>
# Date 1437050484 -7200
# Thu Jul 16 14:41:24 2015 +0200
# Node ID 7ef3a533b097e8e6590e754dc56ad308ab29233b
# Parent e3640ccaa76d77a9658126d1f8f306480dad8af7
Fix hang in safe_sendfile on SmartOS
The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error
code and documented in the man page. This error code needs to be handled or
else dovecot will retry the sendfile call endlessly and hang.
diff -r e3640c...