Hi Harald, Make sure you're accessing SOGo from your browser with the same server-name/server-url defined in your Apache's SOGo.conf file. Otherwise, the cookie won't be valid and you'll be redirected to the login screen.
Thanks, On 3/30/22, 2:26 PM, "[email protected] on behalf of Harald Wegscheider" <[email protected] on behalf of [email protected]> wrote: Hello Markus, thank you for your suggestion. Unfortunately this doesn't change anything, still the same error. Just in case, I also rebooted the whole server, if anything has been cached and used another clean browser for the login. I think I already used every possible way to address the imap server (imap, imaps, hostname and public IP, localhost, 127.0.0.1, with and without TLS). Best regards, Harald Harald Wegscheider, BSc MA Zentraler Informatikdienst / Zentrale Server MONTANUNIVERSITÄT LEOBEN Tel: +43(0)3842/402-7541 Fax: +43(0)3842/402-7502 [email protected] schrieb: ----- An: [email protected] Von: ""Markus Winkler ([email protected])" Gesendet von: [email protected] Datum: 30.03.2022 20:04 Betreff: Re: [SOGo] sogo new install, users logged out immediatley after login Hello Harald, On 30.03.22 11:36, Harald Wegscheider ([email protected]) wrote: > > sogo.conf > > /* Mail */ > SOGoIMAPServer = "imap://127.0.0.1:143"; > SOGoSMTPServer = "smtp://127.0.0.1"; I would suggest to try the following parameters and see, if this makes any difference: SOGoIMAPServer = 127.0.0.1; SOGoSMTPServer = 127.0.0.1; Some time ago I also had a problem to connect to the IMAP server (and I think to the SMTP server too) and solved it with these values for the server options. IIRC at that time I tried several combinations (with imap(s) and with/without port etc.) but only with the parameters shown above it finally worked. Maybe it's worth a try. HTH and regards, Markus -- [email protected] https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists -- [email protected] https://inverse.ca/sogo/lists
