mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #161] Do not apply the MAILDIR_ROOT parameter to mailboxes #145
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#145
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 @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/161
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2011-06-29T08:14:23Z
Currently, Modoboa automatically appends the MAILDIR_ROOT parameter to the path field of a new mailbox. It works, but it is not portable. For example, Dovecot makes a distinction between a user home directory and a user mailbox directory. If both share the same location, it will lead to a problematic situation for environments using sieve, as the directory containing the scripts will be considered as a mailbox sub-folder.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-06-29T08:16:24Z
In [dcef7131a158cf52da35068487e4fe72098eef4e]:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-06-29T15:08:22Z
In [28c8349c52fa49873d68c49743564f9e41bbd7f7]: