RoundQube webmail password?

Discussion in 'General' started by SamTzu, Jan 11, 2017.

  1. SamTzu

    SamTzu Active Member

    Any1 know how to add "Change Password" option to RoundCube webmail?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. SamTzu

    SamTzu Active Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    It should work with any ISPConfig 3 version.
     
  5. SamTzu

    SamTzu Active Member

  6. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Put the actual folders/files under /etc and use symlinks under /var. This is what I have setup from a few months ago, and I believe is the correct setup, though I think I was a bit unclear at the time, too.
    Code:
    # ls -ld /etc/roundcube/plugins/*isp* /var/lib/roundcube/plugins/*isp*
    drwxr-xr-x  5 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_account
    drwxr-xr-x  4 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_autoreply
    drwxr-xr-x  3 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_autoselect
    drwxr-xr-x  5 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_fetchmail
    drwxr-xr-x  5 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_filter
    drwxr-xr-x  4 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_forward
    drwxr-xr-x  5 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_pass
    drwxr-xr-x  4 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_spam
    drwxr-xr-x  5 root root 4096 Sep  8 06:40 /etc/roundcube/plugins/ispconfig3_wblist
    drwxr-xr-x 11 root root 4096 Dec  1 12:04 /etc/roundcube/plugins/old_ispconfig3_plugins
    lrwxrwxrwx  1 root root   41 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_account -> /etc/roundcube/plugins/ispconfig3_account
    lrwxrwxrwx  1 root root   43 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_autoreply -> /etc/roundcube/plugins/ispconfig3_autoreply
    lrwxrwxrwx  1 root root   44 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_autoselect -> /etc/roundcube/plugins/ispconfig3_autoselect
    lrwxrwxrwx  1 root root   43 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_fetchmail -> /etc/roundcube/plugins/ispconfig3_fetchmail
    lrwxrwxrwx  1 root root   40 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_filter -> /etc/roundcube/plugins/ispconfig3_filter
    lrwxrwxrwx  1 root root   41 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_forward -> /etc/roundcube/plugins/ispconfig3_forward
    lrwxrwxrwx  1 root root   38 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_pass -> /etc/roundcube/plugins/ispconfig3_pass
    lrwxrwxrwx  1 root root   38 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_spam -> /etc/roundcube/plugins/ispconfig3_spam
    lrwxrwxrwx  1 root root   40 Dec  1 11:02 /var/lib/roundcube/plugins/ispconfig3_wblist -> /etc/roundcube/plugins/ispconfig3_wblist
    
     
  7. SamTzu

    SamTzu Active Member

    I ended up putting the plugins under /usr/share/roundcube/plugins/ and making symlinks in /var/lib/roundcube/plugins/.

    I wonder which is more "politically" correct? Anyway. It works now.
    .
    .
     

Share This Page