upgrading webmail ispconfig 3 debian 10

Discussion in 'Installation/Configuration' started by ariban99, Apr 16, 2021.

  1. ariban99

    ariban99 Member

  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Install roundcube from buster-backports.
     
  3. ariban99

    ariban99 Member

    is there a tutorial on how to do that?
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Code:
    echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
    apt install roundcube/buster-backports roundcube-core/buster-backports roundcube-mysql/buster-backports roundcube-plugins/buster-backports
     
    Steini86 likes this.
  6. ariban99

    ariban99 Member

    thank you both for the links!!
     
  7. ariban99

    ariban99 Member

    it works great!! thank you. love the elastic theme
     
    Th0m likes this.
  8. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  9. ariban99

    ariban99 Member

  10. ariban99

    ariban99 Member

    anyway to set elastic as the default look for all users? now i have to manually go to settings and change it out for each user
     
  11. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Change it in batch in the DB and set it as default in the Roundcube settings file.
     
  12. ariban99

    ariban99 Member

    how do i set it as default in teh settings file? DB is done
     
  13. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    In the roundcube config:
    Code:
    // skin name: folder from skins/
    $config['skin'] = 'elastic';
     
  14. ariban99

    ariban99 Member

    that was fast! thank you very much for everything
     
    Th0m likes this.

Share This Page