Re: [Dovecot] Imap process crash: assertion failed: (full_fs_access)
Timo Sirainen <tss@iki.fi> writes:
I got more info from the user that had this problem. He reported that he was was setting up a new Email client (Nexus4 Android) and he sent me a screenshot of his setup. Everything look ordinary except perhaps the IMAP prefix set to "mail". My setup documents inform users to leave it blank, but sometimes they use "mail/", a holdover from the uw-imapd days. I provide some aliases for that, but I don't know what would happen if you leave off the trailing "/".
My namespace settings as reported by dovecot -n:
namespace {
inbox = yes
location =
prefix =
separator = /
}
(The following are aliases to keep backward compatibility)
namespace {
alias_for =
hidden = yes
list = no
location =
prefix = /
separator = /
}
namespace {
alias_for =
hidden = yes
list = no
location =
prefix = mail/
separator = /
}
namespace {
alias_for =
hidden = yes
list = no
location =
prefix = ~/mail/
separator = /
}
namespace {
alias_for =
hidden = yes
list = no
location =
prefix = ~%u/mail/
separator = /
}
I've asked the user to change his prefix, and he'll probably report back.
Joseph Tam <jtam.home@gmail.com>
On Mon, 11 Feb 2013, Joseph Tam wrote:
He reported that removing the mail prefix solved it for him. I then proceeded to update dovecot from 2.1.14 -> 2.1.15, and asked him to change it back to the previoux prefix ("mail"). That also worked. So I don't know what unwedged him, but it's working now.
Joseph Tam <jtam.home@gmail.com>
On 11.2.2013, at 12.20, Joseph Tam <jtam.home@gmail.com> wrote:
This one causes these crashes. Fixed in v2.2 now: http://hg.dovecot.org/dovecot-2.2/rev/fb367a977077
participants (2)
-
Joseph Tam
-
Timo Sirainen