Koozali.org: home of the SME Server

RoundCube for SME10

Offline david000

  • ****
  • 196
  • +0/-0
RoundCube for SME10
« on: December 17, 2022, 01:09:06 PM »
Hi all, It looks like Roundcube is now production for SME10 ?.

Anything to watch for if I do the install as per the wiki

Offline Jean-Philippe Pialasse

  • *
  • 2,746
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: RoundCube for SME10
« Reply #1 on: December 18, 2022, 01:47:14 AM »
as long as you have
- emails stored on same server and domains pointing to it
- a valid ssl certificate (like one with let’s encrypt)

all will be easy.


and thanks for watching, and reporting !

that is comforting knowing we are not doing that for no one !

Offline david000

  • ****
  • 196
  • +0/-0
Re: RoundCube for SME10
« Reply #2 on: December 18, 2022, 03:31:26 PM »
as long as you have
- emails stored on same server and domains pointing to it
- a valid ssl certificate (like one with let’s encrypt)

all will be easy.

and thanks for watching, and reporting !

that is comforting knowing we are not doing that for no one !

Thank you.  Roundcube was always our 'go to' webmail client under SME9 so it's really appreciated.

When you say:
- emails stored on same server and domains pointing to it

Do you mean the SME10 server ?

- a valid ssl certificate (like one with let’s encrypt)
That I don't have as yet for our 'local' mail. 

I'll install anyway and I'll try and work it out from there.



Offline david000

  • ****
  • 196
  • +0/-0
Re: RoundCube for SME10
« Reply #3 on: December 18, 2022, 04:25:37 PM »
I did install and that seemed to be a success. Looking at the text output it looks like it installed v1.4

I used the command as per the wiki:
Code: [Select]
yum install smeserver-extrarepositories-remi-roundcube -y  and I did a reconfigure\restart just in case.

However when I try and access it using    IP/roundcube   (as I would Horde) I get a

"The requested URL /roundcube/ was not found on this server."


Offline Jean-Philippe Pialasse

  • *
  • 2,746
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: RoundCube for SME10
« Reply #4 on: December 19, 2022, 01:28:30 AM »
please follow the wiki fully. not just half the recipe.

you only installed the repo to be able to install the software.

SME 10 does not need any reconfigure and reboot. 

Offline david000

  • ****
  • 196
  • +0/-0
Re: RoundCube for SME10
« Reply #5 on: December 19, 2022, 09:54:48 AM »
you only installed the repo to be able to install the software.

That brought a smile  :lol: :lol: :lol: :lol:

Offline david000

  • ****
  • 196
  • +0/-0
Re: RoundCube for SME10
« Reply #6 on: December 19, 2022, 10:52:24 AM »
All installed an seemingly working OK  8-)

For 'copy and paste' people like me, the installation process is multistage:

1. Install repo

Code: [Select]
yum install smeserver-extrarepositories-remi-roundcube -y
2. If you want to go with the LTS version (Long Term Support) set the version lock. Skip this if you want to go with the most upto date v1.6

Code: [Select]
yum install yum-plugin-versionlock -y
yum versionlock  add roundcubemail-1.5.3

Finally, install Roundcube.

Code: [Select]
yum install smeserver-roundcube   --enablerepo=smecontribs,remi-roundcube
Double check the wiki here:
https://wiki.koozali.org/RoundCube


Thank you Jean-Philippe for your work on this.