Hi everyone,
Maybe someone can help me.
I have an Ubuntu Server 26.04 LTS that I just installed yesterday, and I'm experiencing some strange behavior.
I installed Mailu, and that's fine so far.
Now, I read on Mailu's GitHub page that you can use the plugins you want with Roundcube if you do the following: Mailu/Mailu#545
Specifically, you're supposed to write a plugin directory and the config.inc.php file.
I know that this is exactly how it used to work.
volumes:
-
"/opt/appdata/mailu/webmail:/data"
-
"/opt/appdata/mailu/overrides/roundcube:/overrides:ro"
-
"./webmail/config.inc.php:/var/www/roundcube/config/config.inc.php"
Whether I specify the path like this or an absolute path makes absolutely no difference; it writes what would normally be a file as a directory. Regarding the plugin directory, it's created correctly, but then the content is empty. Normally, there are 30 or 40 subdirectories containing the plugins.
I checked to make sure the files were in the correct locations.
My question is whether this is a current bug because the entire server was reinstalled yesterday, so I'm ruling that out as the cause. I used the appropriate Docker repository for Ubuntu, (https://docs.docker.com/engine/install/ubuntu/) as recommended on the official website, and installed it exactly as instructed. Therefore, my question is: what's the problem, or how can I fix it? It seems to be a general mounting issue.
Thank you for your help.
Hi everyone,
Maybe someone can help me.
I have an Ubuntu Server 26.04 LTS that I just installed yesterday, and I'm experiencing some strange behavior.
I installed Mailu, and that's fine so far.
Now, I read on Mailu's GitHub page that you can use the plugins you want with Roundcube if you do the following: Mailu/Mailu#545
Specifically, you're supposed to write a plugin directory and the config.inc.php file.
I know that this is exactly how it used to work.
volumes:
"/opt/appdata/mailu/webmail:/data"
"/opt/appdata/mailu/overrides/roundcube:/overrides:ro"
"./webmail/config.inc.php:/var/www/roundcube/config/config.inc.php"
Whether I specify the path like this or an absolute path makes absolutely no difference; it writes what would normally be a file as a directory. Regarding the plugin directory, it's created correctly, but then the content is empty. Normally, there are 30 or 40 subdirectories containing the plugins.
I checked to make sure the files were in the correct locations.
My question is whether this is a current bug because the entire server was reinstalled yesterday, so I'm ruling that out as the cause. I used the appropriate Docker repository for Ubuntu, (https://docs.docker.com/engine/install/ubuntu/) as recommended on the official website, and installed it exactly as instructed. Therefore, my question is: what's the problem, or how can I fix it? It seems to be a general mounting issue.
Thank you for your help.