【发布时间】:2018-09-15 01:37:21
【问题描述】:
我为 RoundCube 创建了一个简单的插件。它为所有发送的消息添加自定义标头。所有文件都上传到此文件夹/usr/share/roundcube/plugins。但是,我在这里/etc/roundcube/plugins/ 找到了相同的文件夹结构。文件夹中只有插件名称和配置文件(如/etc/roundcube/plugins/password/config.inc.php)。
所有更改 Im doing in a standart plugins here/usr/share/roundcube/plugins` 都会影响系统,但仅适用于预安装的插件。
我完全搞不懂为什么它检测的是预安装的文件夹而不检测新的文件夹。
我将非常感谢任何帮助。
PC:所有文件夹都分配给同一个用户,例如:drwxr-xr-x 2 root root 4096 Sep 12 19:43 password
【问题讨论】:
标签: php linux imap roundcube vesta