Difference between revisions of "RoundCube"

From SME Server
Jump to navigationJump to search
(Level)
m
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
{{Level|Easy|The instructions for installing and using Roundcube can be followed by a beginner, changing options require a basic knowledge of linux.}}
+
{{Level|Easy|The instructions for installing and using Roundcube can be followed by a beginner, changing options requires a basic knowledge of linux.}}
 
==RoundCube for SME 7.x==
 
==RoundCube for SME 7.x==
  

Revision as of 01:16, 18 October 2008


PythonIcon.png Skill level: Easy
The instructions for installing and using Roundcube can be followed by a beginner, changing options requires a basic knowledge of linux.


RoundCube for SME 7.x

Maintainer

Dungog.net (Software)

Description

RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking. For more information see http://www.roundcube.net/. Actually roundcube is only available with beta status, but it run very fast and stable.

Installation

Install from the smecontribs repository issue the following command on the SME Server shell:

yum --enablerepo=smecontribs install smeserver-roundcube

Uninstallation

To remove the package issue the following command on the SME Server shell:

rpm -e roundcube smeserver-roundcube

To remove mysql database and user, both are roundcube, see MySQL#Remove a database and MySQL#Remove a user. There is no need to reboot.

Usage

http://servername/roundcube and logon with your user account.

Options

You can fine tune access to roundcube with DB settings. For details have a look at Web Application RPM#New DB settings.

Local Settings

The config file is now templated, so changes need to be made in a new fragment

  • eg. /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20local

check which setting you want to change with

cat /opt/roundcube/config/main.inc.php.dist

then add the new setting in the new fragment and expand, it will overrule the old

expand-template /opt/roundcube/config/main.inc.php

If you think your setting should be the SME default raise a bug

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-roundcube component or use this link .