View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006082 | SOGo | ActiveSync | public | 2025-02-03 03:09 | 2025-02-03 03:09 |
Reporter | leecher | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | new | Resolution | open | ||
Platform | [Client] Microsoft | OS | Windows | OS Version | 7 |
Product Version | 5.10.0 | ||||
Summary | 0006082: Outlook EAS client always runs into Authnetication error after some time forcing user confirm login data | ||||
Description | I setup SOGo using MySQL authentication: SOGoUserSources = ( I added a bigger EAS account to various Outlook installations (also with different Outlook versions, it doesn't matter, occurs on all of them). Feb 03 03:28:59 sogod [17012]: 192.168.2.51 "POST /SOGo/Microsoft-Server-ActiveSync?Cmd=Sync&User=xxx@yyy.at&DeviceId=C324A4AC32914C48A840393833BF65B6&DeviceType=WindowsOutlook15 HTTP/1.1" 200 13864846/4343 2.159 - - 18M - 13 The auth data is 100% correct. It causes users to be prompted with a login-popup. grep "tried wrong password for" sogo.logFeb 03 03:01:16 sogod [18531]: <0x0x556df6578170[SOGoDAVAuthenticator]> tried wrong password for user 'xxx@yyy.at'! | ||||
Additional Information | I checked open file descriptor limits, they are all normals: for pid in $(pgrep -u sogo sogod); do echo "PID: $pid - Open files: $(ls /proc/$pid/fd | wc -l)"; done I checked MySQL database connection limits: MariaDB [sogo]> show variables like 'max_connections'; MariaDB [sogo]> show status like 'max_used_connections'; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-03 03:09 | leecher | New Issue |