Line 1: |
Line 1: |
| {{Languages}} | | {{Languages}} |
| | | |
− | =RoundCube für SME 7.x= | + | =RoundCube for SME 7.x= |
| | | |
| ==Maintainer== | | ==Maintainer== |
− | [[User:Snoble|Stephen Noble]]<br/> | + | [http://www.dungog.net Dungog.net] (Software) |
− | mailto:support@dungog.net
| |
| | | |
| ==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 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 available with ''beta''-status and without some wishful extras, but it run very fast and stable. |
| | | |
| ==Download== | | ==Download== |
− | 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 | + | 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 and smeserver roundcube'' |
− | 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
| + | Optionally install from the dungog repo |
| + | {{Repository|Dungog}} |
| | | |
| ==Installation and Uninstall== | | ==Installation and Uninstall== |
| For installation just hit the following command | | For installation just hit the following command |
− | yum enablerepo=smedev install roundcube smeserver-roundcube | + | yum enablerepo=dungog install roundcube smeserver-roundcube |
| For uninstall just hit the following command | | For uninstall just hit the following command |
| yum remove roundcube smeserver-roundcube | | yum remove roundcube smeserver-roundcube |
Line 23: |
Line 23: |
| | | |
| ==Use== | | ==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.
| + | For using roundcube start your browser with the URL ''http://servername/roundcube'' and logon with your user account. |
| + | |
| + | === Additional information === |
| + | |
| + | A version of smeserver-roundcube was originally developed by Charlie Brady |
| + | and another by Dietmar Berteld (berdie), Thanks |
| + | |
| + | ==== User Identification ==== |
| + | |
| + | Enable Squid authentication for users to be correctly logged |
| + | * todo |
| + | |
| + | ==== 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 |
| + | |
| + | yum enablerepo=dungog install roundcube smeserver-roundcube |
| | | |
− | Have much fun with RoundCube as your preferred webmail client !
| + | To enable your changes run these commands |
| | | |
− | ''Dietmar Berteld (berdie)''
| + | expand-template /etc/httpd/conf/httpd.conf |
| + | sv h /service/httpd-e-smith |
| | | |
| + | * php applications will be faster with http://sourceforge.net/projects/ |
| + | prepared for sme7 by MasterSleepy |
| | | |
| + | yum enablerepo=dungog install smeserver-eaccelerator |
| ---- | | ---- |
| [[Category: Contrib]] | | [[Category: Contrib]] |
| [[Category: Groupware]] | | [[Category: Groupware]] |
| [[Category: Webapps]] | | [[Category: Webapps]] |
| + | [[Category: Dungog]] |