Displaying 20 results from an estimated 90000 matches similar to: "Attachment file size error in SIS"
2015 Mar 03
3
Rebuilding SIS attachment links from log
This seems simple enough...I'm just not script wizard.  If someone can 
throw together a starting point I can test and tweak it from there.  It 
seems to me:
1.  Read /var/mail/mail.err or specified logfile
2.  For each "failed: 
read(/var/mail/attachments/aa/bb/attachmentHash-userHash" line,
     a. Confirm /var/mail/attachments/aa/bb/hashes/attachmentHash exists
         i. If
2010 Dec 01
3
SIS errors - was Error from mobile client (Palm Pre)
Continuing to see errors on this with some new messages.  Is it possible 
this has anything to do with zlib plugin, or possibly having a mix of 
zlib compressed & uncompressed messages with mdbox?  I recently added 
zlib to deliver plugin list.
-- 
Daniel L. Miller, VP - Engineering, SET
AM Fire & Electronic Services, Inc. [AMFES]
dmiller at amfes.com 702-312-5276
2011 Feb 16
2
Regenerating mdbox/sis
It's apparent I have some level of corruption in my mailboxes -
something to do with the combination of mdbox, sis, and zlib. I should
note that I know I have a mix of compressed and raw messages - if that
makes any difference in identifying the problems. 
I think I need to
somehow regenerate the mailboxes with issues. Is there a suggestion for
how to accomplish this? Should I perhaps use
2010 Nov 04
2
SIS Error
Came across this in the logs...
Nov  3 16:08:00 bubba dovecot: imap(dmiller at amfes.com): Error: 
Attachment file 
/var/mail/attachments/dc/73/dc7398c85dd02efe8a14fe6cc019b2cf07eec600-d5ca962aaae7d14c587400003bc41c5f 
size mismatch: 122626 != 165655
There's about a dozen different file entries listed in the error log.
I'm using 2.0.6, mdbox, and the mails are stored on a local XFS 
2015 Feb 26
2
mdbox attachment errors
Getting some errors like:
Feb 26 12:19:43 bubba dovecot: imap(dmiller at amfes.com): Error: 
read(attachments-connector(/var/mail/amfes.com/dmiller/mdbox/storage/m.7089)) 
failed: 
read(/var/mail/attachments/f6/f4/f6f4f3b882bf3488af632389d4aaba8adc332b12-60ab750a1aa4b554da1600009db5accb[base64:18 
b/l]) failed: 
2019 Apr 23
4
Sis to deduplicate attachments does not work?
Hi, I use sis to deduplicate attachments, here is my `doveconf -n`
------------
auth_cache_size = 10 M
auth_failure_delay = 5 secs
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
auth_ssl_username_from_cert = yes
auth_username_format = %Ln
default_vsz_limit = 512 M
lmtp_rcpt_check_quota = yes
mail_attachment_detection_options = add-flags-on-save
mail_attachment_dir =
2015 Aug 06
2
SiS does not work
How do you do.
I have tried to use SiS to deduplicate attachments in mail storage. 
Unsuccesful. When goes mail with reasonable size, and SiS try to start, 
I have receive error, when this mail must be delivered for group of 
receivers (i.e. through aliases).
Below is error log, valuable parts of mail addresses masked by X and Y chars
Aug  6 16:11:12 mailsrv dovecot: lmtp(xxxxx):
2011 Mar 28
1
SiS: Attachment file larger than expected
I recently set up SiS and imported a large chunk of mail.
I've noticed one or two instances of this in the logs:
Mar 28 09:03:50 mail dovecot: imap(xxx at yyy.zz): Error: Attachment file /mailstore/attachments/ce/73/ce737a45fe07495e2ae6466f9e381a30d5ec300406f11269d79bd5608cc0c922-822b3d2df67f8e4d7f5000009501e12a larger than expected (252218)
Mar 28 14:52:34 mail dovecot: pop3(zzz at xxx.yy):
2011 Feb 14
0
SIS generating 2 different hashes for the same mail and attachment
Hi,
I've been testing SIS over the weekend as it seems to be a nifty 
feature. I don't have that many users and mailboxes but still...
I only added the following line to my configuration:
mail_attachment_dir = /var/spool/vmail/attachments
As a test I sent a mail from GMail to 2 mailboxes (1 To and 1 CC). The 
attachment got saved to the attachment directory (on ZFS):
# find .
./04
2014 Jun 19
2
Sis attachment deduplication
Hi.
Two questions:
1. Is this now reasonably stable for large mailboxes (c 2mm messages)?
2. Will this leave the filename in the message body unchanged?  So for example if I have the same attachment called proposalfromvendor.pdf and proposaltoclient.pdf in two different emails, will the original names be kept ?  Or will it replace the filename with some kind of numeric hash ?
Many thanks.
2015 Mar 04
0
Rebuilding SIS attachment links from log
I use this script for review. For a correct result Dovecot should not run.
#!/bin/bash
attdir="/var/files/attachments"
maildir="/var/mail"
cd "$attdir" || exit 1
find -type f -printf "%P\n" | grep -v "hashes" | sort -u 
 >"$maildir/attachments.s"
cd "$maildir" || exit 2
rm "$maildir/files.ok"
2014 Apr 10
1
replication + attachment sis + zlib bug ? (HEAD version from xi.rename-it.nl)
Hi,
i have setup with mail_attachment single instance store + replication +
zlib and got this bug when i try to replicate one test mailbox:
On master1 in mail.log:
Apr 10 13:25:22 master1 dovecot:
dsync-local(zzz at blabla666.sk): Error:
read(/nfsmnt/mailnfs1/attachments1/6b/57/6b57ad34cf6c414662233d833a7801fde4e1cdcb-92b5052558774653a728000013e2b982[base64:18
b/l]) failed: Stream is larger than
2014 May 30
1
attachment sis + EMLINK (too many links) = segfault bug (2.2.12)
Hi,
we use attachment dedup with lots of emails (still migrating to it
from maildir).
We use netapp storage with wafl filesystem over nfs.
Problem is that netapp has hard limit of 100k hardlinks to one file.
And we encountered it.
Problem is that dovecot start do segfault (lmtp,dsync,pop3 etc) when it
happend when tried to deliver new emails with that attachment.
Here is strace of dsync:
6740
2015 Mar 04
0
Rebuilding SIS attachment links from log
Well, with no guarantees or promises whatsoever...here's my first 
attempt.  I'm certain someone else can come up with a much more robust 
solution but it's a starting point.
Since I typically see a batch of the error messages during an FTS 
update, my current usage is:
1.  doveadm fts rescan -u user-to-fix
2.  Perform a fts search to do a full mailbox scan
3.  Check the mail log to
2013 Dec 12
2
Size detection/replair does not work with zlib
Hi!
Usually dovecot auto detects or repairs the size of a maildir
message.  So I can place a message named "foo" in the cur directory
and dovecot uses it.
Now I tried the same with a zlib compressed message but here dovecot
doesn't recognize/repair the size of the message.
When I access this folder via IMAP the connection is diconnected and
in dovecot logs I see the following
2015 Feb 27
0
mdbox attachment errors
copy file "f6f4f3b882bf3488af632389d4aaba8adc332b12" from backup to 
"/var/mail/attachments/f6/f4/hashes/f6f4f3b882bf3488af632389d4aaba8adc332b12" 
and create hardlink to 
"/var/mail/attachments/f6/f4/f6f4f3b882bf3488af632389d4aaba8adc332b12-60ab750a1aa4b554da1600009db5accb"
Am 26.02.2015 um 21:17 schrieb Daniel Miller:
> Getting some errors like:
>
> Feb
2012 Nov 18
4
panic fts_solr for bad attachment
Hi!
I use dovecot 2.1.7 on Ubuntu 12.10 with fts_solr und decode2text.sh for
indexing attachments. This works great in general.
Just for one user there is a problem with an unknown bad attachment.
I run "doveadm index -A '*'". After a while I receive:
doveadm(xyz): Error: fts_solr: Invalid XML input at line 1: mismatched tag
doveadm(xyz): Panic: file solr-connection.c: line
2019 Jan 28
0
Rsync to backup dbox with SIS (Daniel Miller)
> Probably not the answer you want - but I would strongly suggest using 
> Dovecot replication.? Dovecot replication Just Works - so don't reinvent 
> the wheel when Timo provided such a polished tool already.?
Okay, thanks, I'll look at replication for the warm spare. Although we
do use shared folders, which your link below says don't work properly.
> And based on 
> my
2012 Apr 30
2
Dovecot/doveadm crash
Having a problem with a mailbox.  I've been trying to rebuild - but 
doveadm force-resync crashes.  This is mdbox with sis.
doveadm purge -u dmiller at amfes.com
doveadm(dmiller at amfes.com): Panic: file istream.c: line 466 
(i_stream_grow_buffer): assertion failed: (stream->max_buffer_size > 0)
doveadm(dmiller at amfes.com): Error: Raw backtrace: 
2010 Nov 28
2
Error from mobile client (Palm Pre)
Where I used to be able to access the server without incident, I can no 
longer receive mail on the mobile device.  I'm seeing this in the server 
log:
Nov 27 23:45:05 bubba dovecot: imap-login: Login: 
user=<dmiller at amfes.com>, method=PLAIN, rip=173.117.196.198, 
lip=192.168.0.72, mpid=17422, TLS
Nov 27 23:45:07 bubba dovecot: imap(dmiller at amfes.com): Error: FETCH 
[1.2] for