Please refer to the README and INSTALL files packaged with
rymo for up-to-date documentation and installation instructions!
rymo - 0.2.x (Stable branch)
Installing rymo
---------------
change into your webserver-directory; for example:
cd /usr/local/apache/htdocs
mv //rymo-0.2.x.tar.gz /usr/local/apache/htdocs
un-pack the rymo-archive:
tar xzf rymo-0.2.x.tar.gz
cd rymo
edit config.inc:
uncomment $server if and edit rymo.php3 if you don't want to allow users
to specify their own mailserver!
$server ... mailserver
$port ... pop3-port (110 for default)
$signature ... this text is attached to every mail
rymo 0.2.x (Stable branch)
============================
1) INSTALL
Read the INSTALL file
2) now open a www-browser and goto:
http://servername.domainname/rymo/
3) requirements
gnu tar
gnu unzip
PHP >= 3 (CGI or apache-module)
4) meaning
rymo stands for "Read your mail online"
5) cache
All pages that contains the password in source (an hidden form field which
contains an encoded version of the password) have some headers more that
forbid the browser's cache to store the page. So, you can safely use rymo
in a public environment (cyber-cafe, etc)
6) debug
If you have trouble with rymo, please send us a mail with the result of
http://yourserver/rymo/debug.php3 (Save it as html from your browser).
|