[GH-ISSUE #1304] [BUG] Outdated roundcube mounts #454

Closed
opened 2026-02-27 08:17:22 +03:00 by kerem · 2 comments
Owner

Originally created by @hungrymonkey on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1304

Describe the bug

Code bind mounts will cause various errors. Breaks serving static files.

https://github.com/roundcube/roundcubemail-docker/issues/337

This bind mount is outdated. We should replace it with

[...]
volumes:
   - ./data/config/:/var/roundcube/config
   - ./data/plugins:/var/www/html/plugins
environment:
- ROUNDCUBEMAIL_COMPOSER_PLUGINS=roundcube/carddav
- ROUNDCUBEMAIL_PLUGINS=carddav
[...]

https://github.com/lldap/lldap/blob/main/example_configs/mailserver.md?plain=1#L81

To Reproduce
Steps to reproduce the behavior:

  1. Start this compose
  2. Login into roundcube
  3. Find various errors with loading roundcube

Expected behavior
roundcube loads.

Logs

roundcube-app        | [Wed Feb 26 12:36:14.170935 2025] [core:error] [pid 166:tid 166] [client xxx:50896] AH00037: Symbolic link not allowed or link target not accessible: /var/www/html/public_html/skins, referer: https://xxx

Additional context
roundcube/roundcubemail latest a029fbab4009 4 days ago 726MB

Tested on the latest roundcube mail.

Originally created by @hungrymonkey on GitHub (Sep 26, 2025). Original GitHub issue: https://github.com/lldap/lldap/issues/1304 **Describe the bug** Code bind mounts will cause various errors. Breaks serving static files. https://github.com/roundcube/roundcubemail-docker/issues/337 This bind mount is outdated. We should replace it with ``` [...] volumes: - ./data/config/:/var/roundcube/config - ./data/plugins:/var/www/html/plugins environment: - ROUNDCUBEMAIL_COMPOSER_PLUGINS=roundcube/carddav - ROUNDCUBEMAIL_PLUGINS=carddav [...] ``` https://github.com/lldap/lldap/blob/main/example_configs/mailserver.md?plain=1#L81 **To Reproduce** Steps to reproduce the behavior: 1. Start this compose 2. Login into roundcube 3. Find various errors with loading roundcube **Expected behavior** roundcube loads. **Logs** ``` roundcube-app | [Wed Feb 26 12:36:14.170935 2025] [core:error] [pid 166:tid 166] [client xxx:50896] AH00037: Symbolic link not allowed or link target not accessible: /var/www/html/public_html/skins, referer: https://xxx ``` **Additional context** roundcube/roundcubemail latest a029fbab4009 4 days ago 726MB Tested on the latest roundcube mail.
kerem 2026-02-27 08:17:22 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@nitnelave commented on GitHub (Sep 26, 2025):

Thanks for the issue! Do you want to send a PR to correct the docs?

<!-- gh-comment-id:3340692629 --> @nitnelave commented on GitHub (Sep 26, 2025): Thanks for the issue! Do you want to send a PR to correct the docs?
Author
Owner

@hungrymonkey commented on GitHub (Sep 27, 2025):

I found two issues.

<!-- gh-comment-id:3340847070 --> @hungrymonkey commented on GitHub (Sep 27, 2025): I found two issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#454
No description provided.