mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2980] Invalid .offlineimaprc generated when old mail server is @differentdomain than new #1645
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#1645
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 10, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2980
Correct me if I'm wrong, but we're supposed to be able to do something like this, right?
I have it setup this way and the login worked using user@oldmail.com. It successfully created user@newmail.com as expected, however, when the .offlineimaprc file is generated, it defines the LOCAL user as user@oldmail.com instead of user@newmail.com resulting in authentication errors.
manual editing of the .offlineimaprc file changing the user to the user@newmail.com makes offlineimap work flawlessly.
So I presume its supposed to work this way, but is a bug in
generate_offlineimap_config?I do have oldmail.com as an alias to the domain newmail.com but that doesn't seem to help the local authentication.