mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #581] Webmail: Bug: Error: ["Mailbox doesn't exist: virtual"] #548
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#548
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @piwats on GitHub (Jul 4, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/581
Hello Antoine,
I recently discovered dovecots' virtual mailboxes (http://wiki2.dovecot.org/Plugins/Virtual).
The config is pretty simple:
from 10-mail.conf:
namespace {
prefix = virtual/
separator = /
location = virtual:~/dbox/virtual
}
After having them enabled and configured, Modoboa webmailer refuses to work as desired with this error, no erros in the log:
"Error: ["Mailbox doesn't exist: virtual"]"
If I disable the aforementioned namespace, the webmailer is working properly again.
This is definitely not a blocker or high priority. Yet there might be some use cases and users who depend on this.
-Paul
@tonioo commented on GitHub (Jul 11, 2014):
Hi Paul,
I've never tried this feature so I don't think modo supports it atm. I'll take a look into it.
@tonioo commented on GitHub (Apr 30, 2015):
This issue was moved to modoboa/modoboa-webmail#7