mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #3303] Error: Connection to IMAP server failed: b'* BYE Auth process broken' #1828
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#1828
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 @VladislavGatsenko on GitHub (Aug 20, 2024).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3303
Impacted versions
Current behavior
Webmail module Error:
Error: Connection to IMAP server failed: b'* BYE Auth process broken'
Video/Screenshot link (optional)
@tonioo commented on GitHub (Aug 21, 2024):
@VladislavGatsenko That's probably because of dovecot version. I'll fix the installer soon but in the meantime, could you install dovecot from testing backports? (https://backports.debian.org/Instructions/)
@VladislavGatsenko commented on GitHub (Aug 21, 2024):
Reinstalled debian with backports support, here are the dovecot versions. But the error is still there.
@VladislavGatsenko commented on GitHub (Aug 22, 2024):
and also i can't connect to server via external mail client.
@ultr41337h4xor commented on GitHub (Aug 23, 2024):
Same here, everything seems broken. I did do a stupid thing and didn't check the specific instructions before updating, did the run.py --upgrade experimental way of updating. I can log in to Modoboa, but getting the same error and also can't connect with external clients.
Also started getting "Error: Connection to IMAP server failed: command: CAPABILITY => Auth process broken" as the error, occasionally.
@tmoerschell commented on GitHub (Aug 26, 2024):
Same problem on my side, with a fresh install on Debian 12 and getting the same error. I had port 4190 closed, so I tried opening it, but there was no change.
@dborg89 commented on GitHub (Sep 15, 2024):
I was able to apt-get remove the packages and install the backports.
The versions I have installed are:
Once the backports were installed the dovecot worked.
@ultr41337h4xor commented on GitHub (Sep 25, 2024):
@dborg89 Thank you very much, tried it yesterday and everything started working immediately!
Here's a link if anyone needs a quick run down on what backports are - https://backports.debian.org/
@25garfield commented on GitHub (Nov 4, 2024):
I'm installed via the script onto Ubuntu 23.04 and have exactly the same issue, can anyone help please, I think I understand the backports but not sure how to fix on ubuntu or is it easier to simply restart and create it all on debian (only installed today so nothing to lose if that's easier)
dovecot-core/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed,automatic]
dovecot-imapd/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed]
dovecot-lmtpd/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed]
dovecot-managesieved/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed]
dovecot-pgsql/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed]
dovecot-sieve/lunar,now 1:2.3.19.1+dfsg1-2ubuntu4 amd64 [installed]
Thats whats showing as installed for dovecot
@ultr41337h4xor commented on GitHub (Nov 4, 2024):
First of all, I recommend apt removing all dovecot packages (and before that making a backup of all relevant dovecot configuration files), as dborg89 describes in the post he made in this thread.
After that, I recommend following this guide to install the Ubuntu backport for Dovecot https://help.ubuntu.com/community/UbuntuBackports#Using_Backports (if one is available for your version of Ubuntu, I see you are on Lunar - if it's not you have the option of manually installing it https://unix.stackexchange.com/questions/41645/dovecot-version-upgrade, or upgrading to a newer version of Ubuntu).