Hello Nicholas, thank you very much!
> imaps://localhost:993/?tlsVerifyMode=allowInsecureLocalhost was the way I actually wanted it to be. Everything is working fine now in the production-system clone. I will have to play through the whole update process again, to make sure that works flawlessly but you helped me clarifiying the config very much, indeed. Maybe this could be clarified in the documentation as well(?). I would be willing to do that with providing a pull request, in a couple of days. The only thing that bugs me a bit, is that the WebUI simply goes blank, when there are certain configuration errors. Do you see a way to improve this? Cheers and thanks again Lars Am 04.11.20 um 18:58 schrieb Nicolas Höft ([email protected]): > Hi Lars, > >> ERROR(-[NGImap4Client _processUnknownCommandParserException:]): catched >> non-IMAP4 parsing exception NGSocketException: NGActiveSocket is not >> open >>> Nov 04 12:25:43 sogod [85659]: [ERROR] >> <0x0x8123bd708[NGImap4ConnectionManager]> IMAP4 login failed: >> > host=localhost, user=ry86, pwd=yes >> > >> url=imaps://ry86@localhost:993/?tls=YES&tlsVerifyMode=allowInsecureLocalhost >> >> > base=(null) >> > base-class=(null)) >> > = <0x0x80c3c7028[NGImap4Client]: login=ry86(pwd) >> socket=<NGActiveSocket[0x0x80caab988]: mode=<closed> >> address=<0x0x80caeb758[NGInternetSocketAddress]: host=localhost >> port=42967>>> > > Please do not combine imaps (imap over TLS, default port 993) and IMAP > with STARTTLS (port 143, and the TLS connection is established on the > same socket after the handshake). > > What you probably wanted was one of these: > > * imaps://localhost:993/?tlsVerifyMode=allowInsecureLocalhost > > or > > * imap://localhost:143/?tls=YES&tlsVerifyMode=allowInsecureLocalhost > > Cheers, > > Nicolas > -- --- punkt.de GmbH Lars Liedtke .infrastructure Kaiserallee 13a 76133 Karlsruhe Tel. +49 721 9109 500 https://infrastructure.punkt.de [email protected] AG Mannheim 108285 Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein -- [email protected] https://inverse.ca/sogo/lists
