mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2611] modoboa-imap-migration extension installation error #1654
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#1654
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 @stefaweb on GitHub (Sep 23, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2611
Impacted versions
Steps to reproduce
Current behavior
Hello,
I'm trying to install modoboa-imap-migration extensions and I got error when I tried to migrate the extension.
Installation:
And I got these errors. I don't really know what to do now.
@stefaweb commented on GitHub (Sep 23, 2022):
Hi!
I finally finished the setup. Working now.
It seems that transforming the address of a domain is not working.
Old server: user1@domainA.tld
New server: user1@domainB.tld
In the new server: domainB.tld
Associated domains
domainA.tld -> domainB.tld
The sync do not work (WRONG AUTH). If we don't use it. It works with the same accounts/domains.
In .offlineimaprc:
If I understand how it works, it seems that the "Local_support@domainA.tld" should be "Local_support@domainB.tld. That's why the authentication doesn't work.
@stefaweb commented on GitHub (Sep 23, 2022):
When we load the migration page in GUIv1, we have these two files called but missing.
@stefaweb commented on GitHub (Sep 26, 2022):
hi!
I tried the domain transcoding feature again. It doesn't want to work.
I found another point.
In the /srv/vmail/.offlineimaprc file, we have sslcacertfile def.
Where does this definition come from?
As I use Letsencrypt certbot, I thought I would find the path to the Letsencryp certificate there.
sslcacertfile = /etc/letsencrypt/live/...@stefaweb commented on GitHub (Sep 27, 2022):
I am closing this issue to open a new, more specific one.