Difference between revisions of "RoundCube"
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | =RoundCube for SME 7.x= | + | ==RoundCube for SME 7.x== |
− | ==Maintainer== | + | ===Maintainer=== |
[http://www.dungog.net Dungog.net] (Software) | [http://www.dungog.net Dungog.net] (Software) | ||
− | ==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 and without some wishful extras, but it run very fast and stable. | ||
− | == | + | ===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]] | |
− | |||
− | |||
{{Repository|Dungog}} | {{Repository|Dungog}} | ||
− | + | To install | |
− | |||
yum enablerepo=dungog install roundcube smeserver-roundcube | yum enablerepo=dungog install roundcube smeserver-roundcube | ||
− | For uninstall | + | |
+ | For uninstall | ||
yum remove roundcube smeserver-roundcube | yum remove roundcube smeserver-roundcube | ||
− | |||
− | ==Use== | + | For both you can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''. |
+ | |||
+ | ===Use=== | ||
For using roundcube start your browser with the URL ''http://servername/roundcube'' and logon with your user account. | For using roundcube start your browser with the URL ''http://servername/roundcube'' and logon with your user account. | ||
Line 59: | Line 58: | ||
sv h /service/httpd-e-smith | sv h /service/httpd-e-smith | ||
− | * php applications will be faster with http://sourceforge.net/projects/ | + | * php applications will be faster with http://sourceforge.net/projects/eaccelerator |
prepared for sme7 by MasterSleepy | prepared for sme7 by MasterSleepy | ||
+ | http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=314 | ||
yum enablerepo=dungog install smeserver-eaccelerator | yum enablerepo=dungog install smeserver-eaccelerator |
Revision as of 11:00, 29 June 2007
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 and without some wishful extras, but it run very fast and stable.
Installation
Optionally install from the dungog repo, or download roundcube and smeserver-roundcube from any [smedev mirror]
The following command will configure the Dungog repository on SME Server. The dungog repository will no longer be updated. All the contribs from this repository have been moved to the smecontribs repository.
DungogMember contribs are still at http://www.dungog.net After adding it to the database we have to update the changes to the configuration file:
signal-event yum-modify
To install
yum enablerepo=dungog install roundcube smeserver-roundcube
For uninstall
yum remove roundcube smeserver-roundcube
For both you can ignore the yum-comments signal event post-upgrade and signal-event reboot.
Use
For using roundcube start your browser with the URL http://servername/roundcube and logon with your user account.
Roundcube Options
- To limit access to roundcube.
config setprop roundcube PublicAccess OPTION
OPTION is either of the following.
none => No access local => Local network (no password required) local-pw => Local network (password required) global => Entire Internet(no password required) global-pw => Entire Internet(password required) global-pw-remote => Entire Internet(password required outside local network)
- To add a more memorable URL eg. YourServer.net/cube
note, this adds another url, it doesn't remove the default
config setprop roundcube URL cube
- To run roundcube from the root of a domain eg.
cube.YourServer.net or
domain2.org
config setprop roundcube domain cube
and either setup cube as a hostname on one of you domains or
setup a new domain YourServer.net, roundcube will overrule the panel setting
To enable your changes run these commands
expand-template /etc/httpd/conf/httpd.conf sv h /service/httpd-e-smith
- php applications will be faster with http://sourceforge.net/projects/eaccelerator
prepared for sme7 by MasterSleepy http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=314
yum enablerepo=dungog install smeserver-eaccelerator
Additional information
A version of smeserver-roundcube was originally developed by Charlie Brady and another by Dietmar Berteld (berdie), Thanks