aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Eek <gustav@fripost.org>2011-12-04 22:59:25 +0100
committerGustav Eek <gustav@fripost.org>2011-12-04 22:59:25 +0100
commit555030610cd8e7882b77daa44454b42dda3e6ef6 (patch)
tree6604a61bdc3ef62013e0beccbf23abc0e8548245
parentb84f39d65e5dca75f88a6a7b6e8828fedf8d1c13 (diff)
The work on Roundcube password plugin was continued
-rw-r--r--admin-log.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/admin-log.org b/admin-log.org
index ddcbe73..d8966da 100644
--- a/admin-log.org
+++ b/admin-log.org
@@ -37,11 +37,12 @@ The =/etc/fstab= is no longer correct since "ext4dev" is not a supported file sy
<2011-11-22 tis> [[http://www.roundcube.net/][Official website]]. The plugin of interest is [[http://trac.roundcube.net/browser/trunk/plugins/password][passord]] found from [[http://trac.roundcube.net/wiki/Plugin_Repository][Pugin Repository]].
- <2011-11-24 tor> Found the Roundcube directory: /var/lib/roundcube/config/. The configuration files are in /etc/roudcube/. Also the relevant Apache2 configuration files are linked into /etc/roundcube/. It took a while to figure Apache out enough to find the directories. Roudcube is not really a program; it is just some PHP script.
+ <2011-11-24 tor> Found the Roundcube directory: /var/lib/roundcube/. The configuration files are in /etc/roudcube/. Also the relevant Apache2 configuration files are linked into /etc/roundcube/. Plugins are placed in /var/lib/rouncube/plugins/ and installed by editing /etc/roundcube/main.inc.php/. It took a while to figure Apache out enough to find the directories. Roudcube is not really a program; it is just some PHP script.
I do not have a clue about how to download the plugin, after hours of searching. This PHP code tracking drives me mad.
+ <2011-12-04 sön> As a plugin exercise I (Gustav) installed serverinfo. Note also catalogue /\/usr\/share\/roundcube/ and that many paths are links into /var/lib/roundcube/.
+ It appears that some plugins comes with the installation. See [[http://www.roundcubeforum.net/3-news-announcements/12-general-discussion/5258-plugin-download-link.html][This post]].
-
-
+ Finally the plugin is installed; I requested the full stable 0.6-version sources to my home directory and copied the plugin files into /var/lib/roundcube/plugin. Next step will be to identify how to establish a connection with the IMAP (daabase) server.