Displaying 20 results from an estimated 10000 matches similar to: "SIS for maildir?"
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 =
2019 Jan 25
1
Rsync to backup dbox with SIS
We will be deploying a replacement Dovecot server soon, and we are
planning to use maildir for the primary storage, but with an archive
namespace using mdbox (or perhaps sdbox), and SIS.
Our backup servers and (luke)warm spare server need to obtain full
copies of the mail store. For the maildirs I know I can simply use rsync
(we already use it here).
I'm a little wary of using rsync with
2018 Mar 15
2
Disable SIS
On 14 Mar 2018, 20:42 +0100, Aki Tuomi <aki.tuomi at dovecot.fi>, wrote:
>
> > On 14 March 2018 at 21:17 Nick Rosier < nick+dovecot at bunbun.be> wrote:
> >
> >
> > Hi,
> >
> > I'm currently running a small home-server with Dovecot. A long time ago
> > I configured it with SIS enabled. I would like to stop using SIS.
> >
> >
2018 Apr 20
1
maildir vs dbox?
I'm facing some issues on mdbox based backups. Backups are failing with dbox corruption messages. SiS is the greatest advantage though. However backups integrity is very important. If SiS/Deduplication is not a requirement stick to Maildir.
Regards
DP
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: 20 April 2018 08:19
To: dovecot at
2018 May 16
1
[ceph-users] dovecot + cephfs - sdbox vs mdbox
Thanks Jack.
That's good to know. It is definitely something to consider.
In a distributed storage scenario we might build a dedicated pool for that
and tune the pool as more capacity or performance is needed.
Regards,
Webert Lima
DevOps Engineer at MAV Tecnologia
*Belo Horizonte - Brasil*
*IRC NICK - WebertRLZ*
On Wed, May 16, 2018 at 4:45 PM Jack <ceph at jack.fr.eu.org> wrote:
2018 Mar 14
4
Disable SIS
Hi,
I'm currently running a small home-server with Dovecot. A long time ago
I configured it with SIS enabled. I would like to stop using SIS.
If I remove sis from mail_attachment_fs will the old mails that are
stored in SIS-storage still be accessible?
How can I convert all mailboxes to stop using SIS and store attachments
back in the mails?
Rgds,
N.
2019 Apr 24
1
Sis to deduplicate attachments does not work?
On Wed Apr 24 2019 04:12:30 GMT-0400 (Eastern Standard Time), Daniel
Miller via dovecot <dovecot at dovecot.org> wrote:
> If you've got good hardware, including a proper UPS, I'd recommend dbox
> (my server is presently using sdbox). With large mailboxes and
> file-based backups you'll benefit from mdbox. When reliability is the #1
> concern above anything else - use
2010 Sep 16
3
Moving from MBOX to Maildir or DBox ?
Hello
Actually we use MBOX format for all our IMAP access but users complain
they cannot create subfolders in imap folders, of course they cannot
because of MBOX format ...
I need gurus advices on changing mailbox format
Maildir of Dbox ?
What would be the safest way to go ?
Note : we extensively use Thunderbird here.
Thanks
2011 Jan 17
2
Question about indexes and maildir/sdbox/mdbox
Hello
We are now running dovecot 2.0.9 with indexes in a ram disk and
maildir storage in a test system. We have the following questions:
- If there is a power outage / kernel crash, we will lose the
content of ramdisk. We have tested that indexes are regenerated when a
user logs in via imap, so e-mail access will be "slower" after a power
outage / kernel crash, but
2013 Dec 27
0
Migrating from Maildir to dbox+SIS... sdbox or mdbox?
Ok...
Now that I've got the niggling issues resolved, on to bigger and better
things.
I want to convert everyone from Maildir to dbox and enable SIS (our
users use a lot of large attachments), and after some reading/googling,
I think it may be better to use dsync instead of rsync for the actual
migration after all since it will do this at the same time as the syncing.
If I'm not
2018 Apr 20
2
maildir vs dbox?
Hello,
I've got a Dovecot virtual email setup using maildir as the mailbox
format. I am wondering from others who have chosen dbox a comparison
between maildir and dbox or those who have migrated from one format to
another. I am wondering if changing to dbox would be beneficial?
Thanks.
Dave.
2012 Jan 18
4
Performance of Maildir vs sdbox/mdbox
Hi Guys,
I've been desperately trying to find some comparative performance
information about the different mailbox formats supported by Dovecot in
order to make an assessment on which format is right for our environment.
This is a brand new build, with customer mailboxes to be migrated in over
the course of 3-4 months.
Some details on our new environment:
* Approximately 1.6M+
2016 Mar 07
2
sis deduplication broken from 2.2.16 upwards
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
sis attachment deduplication is broken in 2.2.16 upwards.
It is caused by this commit.
https://github.com/dovecot/core/commit/664bf3e236c214aee86294483c379e4fa66c2e63
in src/lib-fs/fs-sis.c function fs_sis_try_link() is comparation of
inodes of hash files.
Because fs_stat() after that commit use fstat() on open fd of temporary
file instead of
2010 Jul 19
7
(Single instance) attachment storage
Now that v2.0.0 is only waiting for people to report bugs (and me to
figure out how to fix them), I've finally had time to start doing what I
actually came here (Portugal Telecom/SAPO) to do. :)
The idea is to have dbox and mdbox support saving attachments (or MIME
parts in general) to separate files, which with some magic gives a
possibility to do single instance attachment storage. Comments
2010 Aug 26
3
Single instance storage - testing please
http://hg.dovecot.org/dovecot-2.0-sis contains the code for it.
Otherwise it's the latest (as of writing this) dovecot-2.0 hg tree.
Please test if you're interested in SIS. :)
Once there's at least some testing, I'll probably add this to v2.0.x
since very little of this new code is used when SIS is disabled (which
is the default of course).
SIS works pretty much like explained in
2016 Mar 10
5
sis deduplication broken from 2.2.16 upwards
On 3/9/2016 9:02 PM, Timo Sirainen <tss at iki.fi> wrote:
> On 08 Mar 2016, at 01:50, Pavel Stano <stanojr at websupport.sk> wrote:
>>
>> sis attachment deduplication is broken in 2.2.16 upwards.
>> It is caused by this commit.
>> https://github.com/dovecot/core/commit/664bf3e236c214aee86294483c379e4fa66c2e63
>>
>> in src/lib-fs/fs-sis.c function
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
2016 May 16
1
SIS: dovecot creates duplicated attachments (sometimes)
SIS deduplication was broken in 2.2.16 and has been fixed with https://github.com/dovecot/core/commit/3b39022ea0513363241cf852b7d454c841584ea1
but still sometimes (just several times in a month or so) dovecot creates duplicated attachments.
As you can see in directory listings below all attachments was created at (about) the same time, but one of them has different inode number.
It easy to
2010 Sep 19
2
Dovecot 2.0.3
I upgraded today to from 1.2.12 to Dovecot 2.0.3 with the dbox format. I
just figured out there are still mail in some users directories with the
maildir format. These mail are not displayed at all. Nether with
roundcube nor with Thunderbird. How could I convert the remaining
maildir mails to dbox?
Thanks
Matthias
-------------- next part --------------
A non-text attachment was scrubbed...
2015 Feb 10
2
How to Delete an user and Purge attachements with a common directory mail_attachment_dir with SIS for all users.
Hello everybody,
What is the best way to delete an user mailbox (ex:
/var/mail/johndoe ) when all attachments (for all users) are in a
common directory with SIS deduplication (ex: mail_attachment_dir =
/var/mail/attachments ) ?
Trying to delete user mailbox directory (rm) and do the command :
doveadm -v purge -u johndoe leave all johndoe's attachments orphelin.
Best regards,