Displaying 20 results from an estimated 8000 matches similar to: "Question about indexes and maildir/sdbox/mdbox"
2010 Jul 16
2
Questions about dbox (sdbox?), mdbox
Hello,
So ive spent the last 45 minutes or so searching the list for dbox
stuff, but Im not seeing anything real definitive.
My question is basically whether the dbox format is ready for
production environment, is sdbox or mdbox more stable/ready than the
other or does it matter? What are people's experience/review with
running this format (and if you reply can you tell me which one
2011 Jan 24
1
Questiosn about dbox
Hello
I have read carefully about dbox
(/http://wiki2.dovecot.org/MailboxFormat/dbox/) and I have some questions:
- One of the main advantages (speed wise) of dbox over maildir is
that index files are the only storage for message flags and keywords.
What happens when we want to recover some messages from backup? With
maildir we can rebuild message indexes, but I am not sure about
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 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:
2011 Oct 07
1
Syntax to specify sdbox: mail_location path?
I'm implementing sdbox.
In conf.d/10-mail.conf, with "maildir:"
mail_location = maildir:/my_mailbox_path/%d/%n
mail gets stored in /my_mailbox_path/%d/%n/new/
With "sdbox:"
mail_location = sdbox:/my_mailbox_path/%d/%n
mail gets stored in /my_mailbox_path/%d/%n/mailboxes/INBOX/dbox-Mails.
How do I get rid of the '/mailboxes/' and '/dbox-Mails/' path
2018 May 16
2
dovecot + cephfs - sdbox vs mdbox
I'm sending this message to both dovecot and ceph-users ML so please don't
mind if something seems too obvious for you.
Hi,
I have a question for both dovecot and ceph lists and below I'll explain
what's going on.
Regarding dbox format (https://wiki2.dovecot.org/MailboxFormat/dbox), when
using sdbox, a new file is stored for each email message.
When using mdbox, multiple
2012 Feb 02
1
dsync deleting too many emails (sdbox)
I'm using dsync to synchronize emails on a laptop where wifi connectivity
sometimes fails in the middle of a sync. I have a shell script that runs
dsync, and here is one line of it including the output of dsync:
+ dsync -f -m realmail mirror /home/paulproteus/projects/ssh-attach/run ssh rose.makesad.us dsync
dsync-local(paulproteus): Error: dbox
2018 May 16
0
[ceph-users] dovecot + cephfs - sdbox vs mdbox
Hello Jack,
yes, I imagine I'll have to do some work on tuning the block size on
cephfs. Thanks for the advise.
I knew that using mdbox, messages are not removed but I though that was
true in sdbox too. Thanks again.
We'll soon do benchmarks of sdbox vs mdbox over cephfs with bluestore
backend.
We'll have to do some some work on how to simulate user traffic, for writes
and readings.
2018 May 16
0
[ceph-users] dovecot + cephfs - sdbox vs mdbox
Hi,
some time back we had similar discussions when we, as an email provider,
discussed to move away from traditional NAS/NFS storage to Ceph.
The problem with POSIX file systems and dovecot is that e.g. with mdbox
only around ~20% of the IO operations are READ/WRITE, the rest are
metadata IOs. You will not change this with using CephFS since it will
basically behave the same way as e.g. NFS.
We
2020 May 08
0
auto: mdbox is automatically recognized as sdbox
Hi: I did a simple test with Dovecot-2.3.9:
First step : A test account uses mdbox format to store emails with 'mail_location = mdbox:%h/%Ld/%Ln:ALT=%h/altstorage/%Ld/%Ln',
Second step: I adjust 'mail_location = auto:' and dovecot
2014 Apr 08
1
Rebuilding message guid in sdbox
Hello,
I am running dovecot 2.2.12
Current mail storage is sdbox and I am trying to compress all emails,
which works fine, except for a few old mailboxes.
If I run the following dsync command
"dsync -u flea -o "mail_plugins=zlib" mirror maildir:~/ndbox"
It fails with:
dsync(flea): Error: Exporting mailbox INBOX failed: Backend doesn't
support GUIDs, sync with header
2011 May 20
3
Crash test :)
I'm considering to move my mails from maildir/mbox to mdbox. One of my
doubts is: how can I restore my mails when something terrribly wrong
happens.
I understand that I should use doveadm import "backup_location"
"mailbox" all.
So I try to import with:
doveadm -v import "sdbox:~/Mail/dbox-temp/spamcop/reports/" "#Dbox/spamcop/reports" all
#Dbox
2018 Jul 08
2
Get rid of the "dbox-Mails"-folder
Hey Aki,
DIRNAME with empty value has no effect, just like with FULLDIRNAME.
"~/sdbox" instead of "~/" doesn't change that..
Greetings,
Hativ
Am 07.07.2018 um 20:24 schrieb Aki Tuomi:
> Does it work better if you use
>
> mail_location=sdbox:~/sdbox:DIRNAME=
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
>
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+
2010 Sep 03
1
Suggested location for single-dbox
I've updated http://wiki2.dovecot.org/MailLocation regarding a typical
mail_location entry for dbox.
Previously it said:
mail_location = dbox:~/dbox
but of course "dbox" is now the old name for "sdbox", so the example
should be updated to say "sdbox" and there might/ought also to be an
example for "mdbox".
In
2019 May 22
1
Converting user mailboxes from maildir to sdbox
Hello,
I've got a Postfix/Dovecot server setup. Currently Dovecot is version
2.3.6, and it's using Maildir storage. The mailbox is:
mail_home = /home/vmail/mailboxes/%d/%n
mail_location = maildir:~/mail:LAYOUT=fs
I'm wanting to convert from Maildir to sdbox. I looked at:
https://wiki2.dovecot.org/MailboxFormat
I was initially thinking mdbox but that's multiple messages per
2018 Jul 07
1
Get rid of the "dbox-Mails"-folder
Hey again,
sorry, but I have to correct me: Even with dot it's not working
completely. The subscriptions file is not created and the dovecot-acl
file has the wrong path, too.
:-(
Greetings,
Hativ
Am 07.07.2018 um 02:26 schrieb Hativ:
> Hey again,
>
> I've found a working configuration: mail_location = sdbox:~/:FULLDIRNAME=.
>
> I use a dot instead of slash or empty
2018 Jul 06
2
Get rid of the "dbox-Mails"-folder
Hey to all,
is it possible to get rid of the "dbox-Mails"-folder when using sdbox?
Currently my folder structure looks like this (I hope the output from
tree would be formatted well):
/srv/mail/
??? example.com
??? ??? user
??????? ??? dovecot-acl-list
??????? ??? dovecot-attributes
??????? ??? dovecot.list.index.log
??????? ??? dovecot.mailbox.log
??????? ???
2013 Dec 27
0
Using DSync to convert from maildir to m/sdbox during migration of mail to new server
Ok, now to work out the precise method (config for the target server and
dsync command) to use to perform the migration from the old server to
the new one, converting to dbox (s or m, depending on how the other
thread discussing this turns out).
I'll update the old server to 2.2.10 tomorrow morning so they're both at
the same version.
So, assuming both servers are running 2.2.10,
2019 Jun 15
0
sdbox format, quota not maildir, and public folder
Hello,
I'm using Dovecot 2.3.x and using dbox as mailbox storage format,
specifically sdbox. I'm getting an error from quota about namespace is
not maildir is there a setting I have to use for quota to use the
sdbox?