mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1537] Moving from Postfixadmin with maildir style #1210
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#1210
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 @8Cris1 on GitHub (Jul 16, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1537
Impacted versions
My aim is to import data from postfixadmin (with maildir structure) to modoboa but i cannot find the postfixadmin 'maildir' attribute on modoboa database. It seems that Modoboa does not manage received mails through maildir structure but only through mailboxes, unless the use of Dovecot. Is it correct?
How can I move from Postfixadmin, in maildir style, to Modoboa?
Thank you.
@tonioo commented on GitHub (Jul 17, 2018):
@8Cris1 You should take a look at those plugins: https://github.com/modoboa/modoboa-pfxadmin-migrate. Modoboa does not deal with mailboxes on the filesystem, it's dovecot's work. The maildir attribute is hardcoded in dovecot SQL configuration.
@8Cris1 commented on GitHub (Jul 19, 2018):
Ok thank you.