Displaying 20 results from an estimated 148 matches for "mailboxformat".
2018 Feb 13
2
Documentation Bug
In https://wiki2.dovecot.org/Tools/Doveadm/Sync#section_arguments the
destination list 5 possible options for the destination
but in the page on migration https://wiki2.dovecot.org/Migration/Dsync
it seems to use a sixth undocumented "imapc:" option for destination
e.g.
doveadm -o mail_fsync=never backup -R -u user at domain imapc:
"imapc:" is also referenced on
2019 Feb 03
2
Multi-dbox storage space
...reports around 900MB for one account that has over
2GB when I inspect the mail location of the user using the linux command
`du`
Another account has around 750MB according to IMAP but using du I find
1.5GB. This is for message files and index files combined.
Is this normal? I tried to read the MailboxFormat/dbox wiki page and it
does not directly address this topic but it does reference "doveadm
purge". Do I need to use "doveadm purge"?
2011 Feb 08
1
converting from maildir to mdbox ?
...the users maildirectory:
user_attrs = mailMessageStore=mail=maildir:%$:INDEX=/indexes/%1u/%1.1u/%u,mailQuota=quota_rule=*:storage=%$
i.e. every user has a "mailMessageStore" attribute in LDAP that points
to his INBOX. Any ideas for how we can migrate user by user to mdbox?
Can we add a mailboxFormat attribute to LDAP, and somehow get that
used in the user_attrs lookup ? Ideally have it default to maildir if
not set, so that the current setup isn?t changed and only migrated
users are affected. Or should we be keeping the mailboxFormat as a
prefix in all mailMessageStore strings ?
-jf
2012 Feb 02
1
LDAP auth improvements
v2.1 supports now multiple LDAP fields in a template e.g.:
user_attrs = \
homeDirectory=home, \
uidNumber=uid, \
gidNumber=gid, \
=mail=%{ldap:mailboxFormat}:%{ldap:homeDirectory}
which is the same as:
user_attrs = \
=home=%{ldap:homeDirectory}, \
=uid=%{ldap:uidNumber}, \
=gid=%{ldap:gidNumber}, \
=mail=%{ldap:mailboxFormat}:%{ldap:homeDirectory}
I was also thinking about adding an alternative simplified syntax for
this:
user_attrs {
hom...
2019 May 29
3
Convert Maildir to Dbox?
Hello,
Thank you, yes I have, it's not answering my questions.
Thanks.
Dave.
On 5/28/19, Ralph Seichter via dovecot <dovecot at dovecot.org> wrote:
> * David Mehler:
>
>> Are there any performance or stability advantages Sdbox over Maildir?
>
> Have you read the documentation at all?
>
> -Ralph
>
2009 Jun 17
2
stupid migration from maildir+ to dbox
Hello.
I'm install latest dovecot 1.2 from hg repo. I have many messages in
maildir+ format. I migrate some folders to dbxo format using
instructions from http://wiki.dovecot.org/MailboxFormat/dbox.
But in two folders i'm delete index.cache and index.log files, this is
my mistake.
Is that possible to recover this files (regenerate) or use my messages
from maildir with dbox?
Thank You for any tips and help.
P.S. Thank You for best e-mail software!
2010 Sep 03
2
Documentation for "altpath" / "altmove" / ?"Alternate storage"
I was thinking about documentation for alternate storage.
We have a few mentions at:
http://wiki2.dovecot.org/MailboxFormat/dbox
http://wiki2.dovecot.org/Tools/Doveadm
http://wiki2.dovecot.org/Tools/Doveadm/Altmove
But I was thinking it would be helpful if there could be a page about
alternate storage.
I could write the page, but I currently have so many unknowns that I
think it would be better to gather some more i...
2009 Jan 15
3
incorrect dovecot-uidlist?
...37 :1231947618.M714793P31657.SERVER,W=43049465,S=42497522:2,S
538 :1231947618.M714794P31657.SERVER,W=43049475,S=42497531:2,S
539 :1231947618.M714795P31657.SERVER,W=43049475,S=42497531:2,S
540 :1232010788.M924208P9848.SERVER,W=43050148,S=42498189
I read the documentation on
http://wiki.dovecot.org/MailboxFormat/Maildir?highlight=(UIDVALIDITY)
Now I see, that the next UID in dovecot-uidlist is here 522 but the last
UID is 540. So I don't know why the dovecot-uidlist is incorrect.
Thanks for comments...
STEPHAN
2015 Jul 07
3
IMAP Folder Mail Separator
Hi,
I have a fedora21 install with dovecot-2.2.18, and when creating a new
subfolder with thunderbird, the actual folder name is
"Folder1^Folder2" with a carat as a separator, instead of creating
Folder2 in the Folder1 directory.
Is this a thunderbird problem? I don't recall having this problem
prior to upgrading to fedora21, so thought maybe it's a dovecot
problem.
Maybe the
2015 Jul 19
2
IMAP Folder Mail Separator
...ng this problem
>> prior to upgrading to fedora21, so thought maybe it's a dovecot
>> problem.
>>
>> Maybe the separator character is customizable?
>
>
> please post your old and the current configuration:
>
> doveconf -n
>
> http://wiki2.dovecot.org/MailboxFormat/Maildir
> and
> http://wiki2.dovecot.org/Plugins/Listescape
>
> seems to apply in your situation.
Perhaps I'm just not understanding, but I've spent the last few days
reading through those links, and I just don't understand. I'm really
hoping my doveconf output will hel...
2019 Feb 03
0
Multi-dbox storage space
...0MB for one account that has over 2GB when I inspect the mail location of the user using the linux command `du`
>
> Another account has around 750MB according to IMAP but using du I find 1.5GB. This is for message files and index files combined.
>
> Is this normal? I tried to read the MailboxFormat/dbox wiki page and it does not directly address this topic but it does reference "doveadm purge". Do I need to use "doveadm purge"?
From https://wiki2.dovecot.org/MailboxFormat/dbox:
> Expunging a message only decreases the message's refcount. The space is later freed i...
2019 May 29
1
Convert Maildir to Dbox?
On 29.5.2019 8.17, @lbutlr via dovecot wrote:
> Are you sure you read
> it??https://wiki2.dovecot.org/MailboxFormat/dbox?seems pretty clear.
>
> --?
> This is my signature. There are many like it, but this one is mine.
David, in particular, is there some question you feel that the wiki
fails to answer?
Aki
2008 Mar 04
2
Missing IMAP folders
Hi,
I'm fresh starting to use dovecot.
Before this I used bincimap, mainly because it was very simple to config.
I've tried to find the FAQ's and tried searching the archives, but little came up.
My current config:
server
FreeBSD i386, postfix 2.4
dovecot 1.0.10
client:
windows 2000
thunderbird 2.0.0.12
after some inital config this starts up, and I even have the
2007 Mar 14
1
Courier keywords - anyone even tried?
I do realize from the Wiki that the formats are incompatible, and am
looking at the Courier spec
(http://www.courier-mta.org/imap/?README.imapkeywords.html) and the
Dovecot spec (http://wiki.dovecot.org/MailboxFormat/Maildir) trying to
see if there's any sane way I could try and write a shellscript.
The pain here is the Courier spec, I think I lost a few brain cells
trying to understand this convoluted methodology ("When encountering
".N.file" after another ".N.file" was encount...
2010 Oct 25
1
Maildir filename extensions S=<size> and W=<vsize>
I'd like to add S=<size> and W=<vsize> to the filenames in my Maildir
storage for newly delivered mails. But I cannot find where I can make
Dovecot's LDA add those. Anybody?
http://wiki2.dovecot.org/MailboxFormat/Maildir says:
A maildir filename with those fields would look something like: 1035478339.27041_118.foo.org,S=1000,W=1030:2,S
which is exactly what I want, but it doesn't tell me how!
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campu...
2011 Jan 29
2
Cooperating with dovecot in its Maildir
Is it possible to cooperate with dovecot within its Maildir, and if so,
what's required?
In this particular case, we're thinking of trying to allow notmuch to
operate directly on the dovecot Maildir, and at the moment, the only
modifications notmuch makes are to change maildir flags. Would locking
dovecot-uidlist.lock be sufficient, perhaps via liblockfile?
Also, is there some reliable
2011 Apr 01
4
Maildir
I noticed in Cyrus they seem to address maildir++ recognised by IMAP.
I need to know does Dovecot recognise this format?
Procmail has an ability to deliver mails to different folders which
if unrecognised renders the whole process useless.
Does Dovecot have a similar deliver method?
Thanks.
-Walt
2012 Mar 18
1
mdbox and filesystem quota
http://wiki2.dovecot.org/MailboxFormat/dbox
"Expunging a message only decreases the message's refcount. The space is later
freed in "purge" step. This is typically done in a nightly cronjob when
there's less disk I/O activity. "
What happens if there is filesystem hard quota that is exceeded? Will dovecot...
2012 Oct 29
1
does dovecot interpret any mail headers specially with maildir?
Hi.
For mbox,
http://wiki2.dovecot.org/MailboxFormat/mbox#Dovecot.27s_Metadata lists a
numer of mail headers:
- X-IMAPbase
- X-IMAP
- X-UID
- Status
- X-Status
- X-Keywords
- Content-Length
that are treated specially by dovecot.
It also suggests, that these should be stripped by the LDA (I guess in
order that someone sending you such mail cannot set...
2012 Dec 30
1
Non-standard fields?
Hi,
Non-standard fields are mentioned here:
http://wiki2.dovecot.org/MailboxFormat/Maildir and they are stated as
currently not used.
Questions:
- am I right that if they will be used, they will be key=value pairs,
like fields in the base filename? Like:
1035478339.27041_118.foo.org,S=1000,W=1030:2,S,X=12,A=something
- or are they supposed to be flags, like:
1035478339.2...