roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
278 stars 126 forks source link

Confusing environment variable configuration #87

Closed adrian-amaglio closed 3 years ago

adrian-amaglio commented 4 years ago

Hello, I just tried to raise the Maximum allowed file size for attachments in Rondcube.

First, I saw this warning in the logs :

WARNING: /var/www/html/config/config.inc.php already exists.
ROUNDCUBEMAIL_* environment variables have been ignored.

I thought that the ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE would be ignored. I had to read the docker-entrypoint.sh script to see that it is used!

Maybe the warning message could be more specific about this ?

Thank you for all your work !

thomascube commented 3 years ago

We want to get rid of that warning entirely. See #112.

thomascube commented 3 years ago

Fixed in *-latest builds