Difference between revisions of "RoundCube"

From SME Server
Jump to navigationJump to search
(→‎Additional information: not groupware?)
Line 7: Line 7:
  
 
===Description===
 
===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 and without some wishful extras, but it run very fast and stable.
+
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===
 
===Installation===
Optionally install from the dungog repo, or download roundcube and smeserver-roundcube from any [[http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/ smedev mirror]]
+
Install from the [http://mirror.contribs.org/smeserver/releases/7/smecontribs/i386/repodata/index.html smecontribs] repository
{{Repository|Dungog}}
 
  
 
To install
 
To install
  yum --enablerepo=dungog install roundcube smeserver-roundcube
+
  yum --enablerepo=smecontribs install smeserver-roundcube
  
 
For uninstall
 
For uninstall
  yum remove roundcube smeserver-roundcube
+
  rpm -e roundcube smeserver-roundcube
  
For both you can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
+
No need to reboot.
  
===Use===
+
===Usage===
For using roundcube start your browser with the URL ''http://servername/roundcube'' and logon with your user account.
+
http://servername/roundcube'' and logon with your user account.
  
 
=== Options ===
 
=== Options ===
Line 41: Line 40:
 
=== Bugs ===
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-roundcube component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-roundcube|title=this link}}.
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-roundcube component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-roundcube|title=this link}}.
 
=== Tested software versions ===
 
 
* Host: SMEserver v7.2
 
* Installed: smeserver-roundcube 0.9-7.el4.sme
 
* Dependency Installed: roundcube 0.1-479svn.el4.sme
 
 
=== Additional information ===
 
A version of smeserver-roundcube was originally developed by Charlie Brady
 
and another by Dietmar Berteld (berdie).
 
  
  

Revision as of 15:37, 17 January 2008


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

To install

yum --enablerepo=smecontribs install smeserver-roundcube

For uninstall

rpm -e roundcube smeserver-roundcube

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.

http://wiki.contribs.org/Generic_WebApp_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 .