Displaying 2 results from an estimated 2 matches for "skip_broken_mailbox".
Did you mean:
skip_broken_mailboxes
2010 Sep 03
1
dsync: mbox to maildir
...000b68194d6"
Furthermore I have had before autocreate = Sent ( and some more)
If the user has such a folder then again two folders are created, "Sent"
which is empty and "Sent_any characters" like above. This folder
contains the emails of the old folder Sent.
2. missing skip_broken_mailboxes, skip_dotdirs
dsync reports errors like
Error: Failed to sync mailbox xyz: Mailbox isn't a valid mbox file
After a few minutes dsync stops.
Or a file like .mlbxlsttmp causes the same error.
I remembered my tests with convert-tool (dovecot-V1.2.12) and could use
skip_broken_mailboxes skip_do...
2009 May 25
1
convert-tool skip_dotfiles is not the actual option
Looking at the source for convert-tool.c, I see this:
"Usage: <username> <home dir> <source mail env> <dest mail env>\n" \
" [skip_broken_mailboxes] [skip_dotfiles] [alt_hierarchy_char=<c>]"
else if (strcmp(argv[i], "skip_dotdirs") != 0)
set.skip_dotdirs = TRUE;
Looks like the usage line needs to be fixed (dovecot-1.2-0.rc2).