Displaying 2 results from an estimated 2 matches for "wasya".
Did you mean:
wasy
2019 Sep 20
0
mdbox + sis attachments. Error stream is larger than expected by 1 byte
Hello!
I use Dovecot 2.3.4.1-5+deb10u1 (Debian 10 x64) with mdbox, sis and imap.
I catch many errors with attachments "Stream is larger than expected" by 1
byte in emails from Xerox WorkCentre 3345.
Examples:
Sep 20 23:20:04 mailserver dovecot: imap(wasya)<606><AG1zywGTVodVrE84>:
Error: Mailbox INBOX: UID=5002:
read(attachments-connector(/var/mail/virtual/wasya/mdbox/storage/m.210))
failed:
read(/var/mail/attachments/b3/56/b3563977baf186928d38f81480b6443cf6d6d7e4-b86d80062ab36f5d7f190000f7ccf497[base64:18
b/l]) failed: Stream is larger t...
2018 Dec 18
0
Change default mode for attachment files
...I migrated my dovecot server from Maildir to mdbox with saving attachments
to external files and enabled SIS a few days ago.
Everything works fine except one issue. I have both virtual and system
users. Dovecot saves attachments with mode 0600. So I catch such errors for
system users:
dovecot: lda(wasya): Error: fs-sis: Couldn't read hash file
/var/mail/attachments/2e/dc/hashes/2edc6009bc9b6ba38febb581df03986dcaf134d9:
Permission denied
I want to fix this issue by changing default file mode to 0660 via group
policy.
I found such feature in the changelog (v2.1.rc2 2012-01-06):
lib-fs: Added &...