Peter

Results 82 comments of Peter

I did a quickfix on my end some days after I created the issue. Basicly a script which will change the index.html in the redirect folders ```bash #/bin/bash find ./site/...

Will be fixed when https://github.com/mailcow/mailcow-dockerized/pull/4657 is merged

Also related to https://github.com/mailcow/mailcow-dockerized/issues/3947 and dupe of https://github.com/mailcow/mailcow-dockerized/issues/4728

I guess the better fix would be to fix it in the main files and not in the translation files. Maybe something for @FreddleSpl0it?

We could downgrade mysql-connector-python to 8.0.29, but I dont like having to pinpoint such release We could also upgrade mariadb I guess - didnt test it yet We could also...

Basicly the current latest release of mysql-connector-python is aliasing utf8 to utf8mb4 which the mariadb doesn't handle at the moment. I am not sure if an update to a newer...

Indeed @DerLinkman.. That's why I just gave it a second shot with the latest mysql-connector-python package and when using following line in `quarantine_notify.py` the script can connect to the DB...

Yes, I pulled the image, did a compose down and a up -d and it upgraded fine. We should test it with some users if they have some test boxes...

Fixed in https://github.com/mailcow/mailcow-dockerized/releases/tag/2022-09