You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing mailsync in preparation of eventually moving my user mailboxes from a dovecot server to stalwart.
The following setup (with obvious substitutions) works fine with the remote (dovecot) system, but throws an error with the local (stalwart) system. The following is the mailsync config...
cat .mailsync
store remote {
server {imap.remote.com/ssl/novalidate-cert/user=user}
ref {imap.remote.com}
pat *
passwd xxxxxxxxxxxx
}
store local {
server {localhost/ssl/novalidate-cert/user=user}
ref {localhost}
pat *
passwd xxxxxxxxxxxx
}
... and session:
mailsync local
Listing store “local”
Error: IMAP SERVER BUG (invalid challenge): “”
Error: Can not authenticate to IMAP server: [CLOSED] IMAP connection broken (server response)
Error: Can’t contact server {localhost/ssl/novalidate-cert/user=user}
Error: Could not open a half open, read only connection to store local
What happened?
I was testing mailsync in preparation of eventually moving my user mailboxes from a dovecot server to stalwart.
The following setup (with obvious substitutions) works fine with the remote (dovecot) system, but throws an error with the local (stalwart) system. The following is the mailsync config...
... and session:
and here’s the corresponding log at trace level:
To avoid any issues in that regards, plain text authentication is (temporarily) enabled.
Note the matching up of the
contents = “+ “”\r\n”
and the error messageError: IMAP SERVER BUG (invalid challenge): “”
Any idea what’s going on here?
Thanks for any pointers…
How can we reproduce the problem?
I can reproduce the problem by doing the following steps: See above
Version
v0.11.x
What database are you using?
RocksDB
What blob storage are you using?
Filesystem
Where is your directory located?
Internal
What operating system are you using?
Linux
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: