[Solved] Remove Roundcube when using SOGo

NethServer Version: 7.6.1810
Module: nethserver-roundcube

Hi all,

I’m using SOGo to access my webmail but the Roundcube webmail “page” is still present, even if the nethserver-roundcube module is not installed. I’ve followed the remove instructions at the bottom of this.

What do I need to do to get rid of Roundcube webmail page, https://server.domain/webmail?

regards

I think roundcube is a vhost.
I would try to delete it at the gui->Virtual Hosts

The SOGo Webmail you can reach with:

https://YourServer/SOGo

Attention, it’s case sensitive.

Yes you can rename with mv /etc/httpd/conf.d/roundcubemail.conf /etc/httpd/conf.d/roundcubemail.conf.bak and then restart httpd with systemctl restart httpd: with this commands you’ll not able to reach the roundcube page yet.

If you want to redirect https://YOURADDRESS/webmail to https://YOURADDRESS/SOGo simply add a folder named “webmail” into /var/www/html and then add into this folder an index.php with a redirect like this

<?php
header("location: https://YOURADDRESS/SOGo");
?>
2 Likes

Well, how about that, one hour after I’ve asked for help I receive a solution. Impressive support from the nethserver community!
Many thanks @federico.ballarini, your suggestion solved the problem! :smiley:

Case losed!’

4 Likes

Thanks @m.traeumner, but this did not help.
Kind regards
/Mathias

Thanks for your reply, I’m glad Federico could help you.

2 Likes