I tested with Apache2 with success.
I test it with the same result of white page.
For more information, I'm using:
Debian 12.6 with kernel 6.1.99
nginx 1.26.1-2 with repositories from nginx.org
mariadb 10.11.6 from debian repositories
sogo 5.11.0 nightly builds
Now I switch to apache to see
Went back to nginx and used the nginx config from
https://wiki.archlinux.org/title/SOGo and now it's running.
I tested with Apache2 with success.
I test it with the same result of white page.
For more information, I'm using:
Debian 12.6 with kernel 6.1.99
nginx 1.26.1-2 with repositories fr
That's the same one I used.
On Sat, Aug 24, 2024 at 3:50 PM Christian wrote:
> Went back to nginx and used the nginx config from
> https://wiki.archlinux.org/title/SOGo and now it's running.
>
>
> I tested with Apache2 with success.
>
>
> I test it with the same result of white page.
>
> For mo
Now I have the reason. It's the Authentication via sogo_view. If I
activate it in the sogo.conf, than I don't get the login page vis versa.
The part in the sogo.conf looks like:
SOGoUserSources =
(
{
type = sql;
id = directory;
viewURL = "mysql://vmail:P@ssW0rd@localhost:3
OK, now I solved it. For the password it is tricky to use special
characters. For dovecot and postfix no problem, for sogo it is.
Maybe there exist a table with translation for using special characters
with sogo.
Am 24.08.24 um 14:59 schrieb Odhiambo Washington (odhia...@gmail.com):
That's