namespace...mailbox doesn't exist

Timo Sirainen tss at iki.fi
Wed Apr 6 19:03:08 UTC 2016


On 05 Apr 2016, at 05:23, Eric <ebroch at whitehorsetc.com> wrote:
> 
> Hello list,
> 
> I have a namespace called 'projects' which when clicked in Thunderbird (nonexistent in eM Client) yields the following error:
> 
> "The current operation on 'projects' did not succeed. The mail server for account
> user at domain.tld responded: mailbox doesn't exist: projects.projects (0.00 + 0.00 secs)."
> 
> The namespace is configure as follows:
> 
> # Shared namespace 'projects'
> namespace {
>   location = maildir:/home/vpopmail/domains/domain.tld/shared/projects
>   prefix = projects.
>   separator = .
>   type = public
> }

Try talking IMAP protocol to see what's actually happening here:

telnet localhost 143
a login user pass
b list "" *

Also what's actually supposed to exist under the projects? ls -a /home/vpopmail/domains/domain.tld/shared/projects ?



More information about the dovecot mailing list