* Soren Stoutner <[email protected]> [2025-08-30 23:47]: > This fix is now in trixie-proposed-updates. You can install the packages > using the instructions at: > > https://wiki.debian.org/StableProposedUpdates
Thanks, I have installed it and it works. But there was symlink, and if you have script to put that symlink, that one doesn't work due to permissions. What I did, I copied webadmin and webmail binaries as sudo and placed them in /usr/lib/cgi-bin/ and that worked. So I think if script is placing symlinks, then symlink can't work if target directory is protected. In my Apache configuration I can follow symlinks, but if target directory doesn't allow it, then symlink will not work over web. I suggest making those scripts right: - checking if it exists; - ensuring permissions are correct for webserver to access it; Jean Louis

