Difference between revisions of "RoundCube"

From SME Server
Jump to navigationJump to search
m
Line 4: Line 4:
  
 
==Maintainer==
 
==Maintainer==
[[User:Berdie/de|Dietmar Berteld]]<br/>
+
[[User:Snoble|Stephen Noble]]<br/>
mailto:dietmar@berteld.com
+
mailto:support@dungog.net
  
 
==Description==
 
==Description==
With this RPM you can use the new webmail client RoundCube on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see ''http://www.roundcube.net/''. Actually roundcube is only avaibable 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 avaibable with ''beta''-status and without some wishful extras, but it run very fast and stable.
  
 
==Download==
 
==Download==
You can download this package at ''[http://mirror.contribs.org/smeserver/contribs/dberteld/roundcube/smeserver-roundcubemail-0.1beta2-1.noarch.rpm smeserver-roundcube]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
+
You need the packages roundcube and smeserver-roundcube. You can download the packages at ''[http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/roundcube-0.1-479svn.el4.sme.noarch.rpm roundcube]'' and ''[http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/smeserver-roundcube-0.9-7.el4.sme.noarch.rpm smeserver-roundcube]''. If you would like to save the packages directly on your SME Server, you should give the following commands at a linux-prompt
  wget http://mirror.contribs.org/smeserver/contribs/dberteld/roundcube/smeserver-roundcubemail-0.1beta2-1.noarch.rpm
+
  wget http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/roundcube-0.1-479svn.el4.sme.noarch.rpm
 +
wget http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/smeserver-roundcube-0.9-7.el4.sme.noarch.rpm
  
 
==Installation and Uninstall==
 
==Installation and Uninstall==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall smeserver-roundcubemail-0.1beta2-1.noarch.rpm
+
  yum enablerepo=smedev install roundcube smeserver-roundcube
 
For uninstall just hit the following command
 
For uninstall just hit the following command
  yum remove smeserver-roundcubemail
+
  yum remove roundcube smeserver-roundcube
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
  

Revision as of 08:56, 29 June 2007


RoundCube für SME 7.x

Maintainer

Stephen Noble
mailto:support@dungog.net

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 avaibable with beta-status and without some wishful extras, but it run very fast and stable.

Download

You need the packages roundcube and smeserver-roundcube. You can download the packages at roundcube and smeserver-roundcube. If you would like to save the packages directly on your SME Server, you should give the following commands at a linux-prompt

wget http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/roundcube-0.1-479svn.el4.sme.noarch.rpm
wget http://mirror.contribs.org/smeserver/releases/7/smedev/i386/RPMS/smeserver-roundcube-0.9-7.el4.sme.noarch.rpm

Installation and Uninstall

For installation just hit the following command

yum enablerepo=smedev install roundcube smeserver-roundcube

For uninstall just hit the following command

yum remove roundcube smeserver-roundcube

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

You can find roundcube in the /opt/roundcube directory. For using roundcube start your browser with the URL http://servername/roundcube and logon with your user account.

Have much fun with RoundCube as your preferred webmail client !

Dietmar Berteld (berdie)