View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002386 | SOGo | Backend Mail | public | 2013-08-05 05:55 | 2013-09-27 19:55 |
Reporter | avoegele | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.6 | ||||
Target Version | 2.1.0 | Fixed in Version | 2.1.0 | ||
Summary | 0002386: IMAP - TLS over port 143 | ||||
Description | This ticket amends ticket 0002361, which was closed without resolving the issue. According to the SOGo Installation Guide and a comment in SOGoUser.m TLS connections to the IMAP server have to be configured with the "imaps" scheme. The documentation and the comment in the source code are wrong. The code in SOGoUser.m will always use SSL if the "imaps" scheme is given. TLS only works if the "imap" scheme along with "?tls=YES" is used in the configured URI. Below is the relevant code section from SOGoUser.m, which shows that "encryption" will only be set to "tls" if the "imaps" scheme is NOT given: if (scheme | ||||
Tags | No tags attached. | ||||
Fixed: https://github.com/inverse-inc/sogo/commit/7dc65af3004ee000271851a995b918d08857ee9c Please try an upcoming nightly build and reopen if necessary. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-05 05:55 | avoegele | New Issue | |
2013-09-27 19:55 | ludovic | Target Version | => 2.1.0 |
2013-09-27 19:55 | ludovic | Note Added: 0006067 | |
2013-09-27 19:55 | ludovic | Status | new => closed |
2013-09-27 19:55 | ludovic | Resolution | open => fixed |
2013-09-27 19:55 | ludovic | Fixed in Version | => 2.1.0 |