Displaying 6 results from an estimated 6 matches for "alternate_storage".
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
2016 May 11
2
Bug Report - Crash on imap with core dump - Alternate storage related
...gv=0x555555796390) at main.c:454
(gdb)
One important info is that I used to use Alternate Storage on the older
servers, but the not on the new one. Code seems to be trying to move a
message to an alternate storage that doesn't exist.
doveadm dump dovecot.index will show that we still have the
ALTERNATE_STORAGE flag set:
root at dovecot:/srv/dovecot/mail/
mav.com.br/daniel.colchete/mailboxes/INBOX/dbox-Mails# doveadm dump
dovecot.index|grep RECORD|head
-- RECORDS: 932
RECORD: seq=1, uid=9393, flags=0x49 (Seen Answered)
RECORD: seq=2, uid=9442, flags=0x40
RECORD: seq=3, uid=10253, flags=0x48 (Seen)
RECORD...
2011 Oct 07
1
Syntax to specify sdbox: mail_location path?
...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 components
so sdbox stores in:
/my_mailbox_path/%d/%n/INBOX
@ wiki2.dovecot.org/MailboxFormat/dbox#Alternate_storage points out that
'ALT=' can change the *lookup* location, and messages can be *moved* to
ALT storage using 'doveadm altmove'.
Unclear what TAGS are available/used for 'sdbox'.
2011 Dec 19
1
Using Amazon S3 storage for Maildir ?
I wonder if anyone has tried using an IMAP server with Amazon S3 as a
backend. There would be many factors to consider (speed, etc).
However, moreso, I don't know that Maildir(++) would support multiple
folders that might be linked into the cloud. For example, higher-I/O
local incoming mail is on disk, some folders archived on S3. Could be
easily done by simply creating another
2014 Aug 28
0
Multiple ALT mail_location possible?
http://wiki2.dovecot.org/MailboxFormat/dbox#Alternate_storage
lists
mail_location = mdbox:/var/vmail/%d/%n:ALT=/altstorage/vmail/%d/%n
But can I have multiple ALT= locations? Background: I want to migrate
to a hashing-scheme!
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstra?e 15, 81669 M?nchen
Sitz der Gesellschaft: M?nchen, Amtsgeri...
2016 May 12
2
Bug Report - Crash on imap with core dump - Alternate storage related
...important info is that I used to use Alternate Storage on the older
>> servers, but the not on the new one. Code seems to be trying to move a
>> message to an alternate storage that doesn't exist.
>>
>> doveadm dump dovecot.index will show that we still have the
>> ALTERNATE_STORAGE flag set:
>>
>> root at dovecot:/srv/dovecot/mail/
>> mav.com.br/daniel.colchete/mailboxes/INBOX/dbox-Mails# doveadm dump
>> dovecot.index|grep RECORD|head
>> -- RECORDS: 932
>> RECORD: seq=1, uid=9393, flags=0x49 (Seen Answered)
>> RECORD: seq=2, uid=9442,...