mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2981] trigger migration from IMAP login? #1647
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#1647
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 @fmp777 on GitHub (Aug 20, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2981
Anyone have some secret sauce to add to dovecot to trigger this auto-create-account + imap migration setup just from an IMAP authentication? Sure would make automated migrations a lot easier than having to tell each person to login to the web interface
@tonioo commented on GitHub (May 9, 2023):
I think it could be possible to enable authentication from external IMAP server in dovecot and create a postlogin script to interact with modoboa API.
The only issue I see is the combination of different passdb in dovecot configuration (one for old accounts and one for Modoboa accounts). It is supposed to work but we don't know which passdb matched the authentication in postlogin scripts...
@lolhunter121 commented on GitHub (May 12, 2023):
it work, but... Mailfolder didn't make. And imapmigration didn't start
@Spitfireap commented on GitHub (Aug 29, 2023):
it seems to be a duplicate of #3004 according to the last comment. We'll try to fix it for a next release :)