summaryrefslogtreecommitdiff
path: root/roundcubemail/README
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-03 20:17:04 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-03 20:17:04 +0000
commit30515b04bae17fd85c7f78c837e7f6d53ee2405a (patch)
tree4ffa5523a47276e48f9838fd01c1e6b88eaf4809 /roundcubemail/README
parent52be1875ee7ee29ecf851ab33e9b92e97657a851 (diff)
Minor bugfixes and SMTP support
git-svn-id: https://svn.roundcube.net/trunk@16 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/README')
-rw-r--r--roundcubemail/README18
1 files changed, 15 insertions, 3 deletions
diff --git a/roundcubemail/README b/roundcubemail/README
index 67e7e7046..b7b33a6fc 100644
--- a/roundcubemail/README
+++ b/roundcubemail/README
@@ -9,14 +9,26 @@ message filters. RoundCube Webmail is written in PHP and requires the MySQL
database. The user interface is fully skinnable using XHTML and CSS 2.
This project is meant to be a modern webmail solution which is easy to
-install/configure and that runs on a standard PHP plus MySQL or Postgres configuration.
-It includes open-source classes/libraries like PEAR (http://pear.php.net) and the
-IMAP wrapper from IlohaMail (http://www.ilohamail.org).
+install/configure and that runs on a standard PHP plus MySQL or Postgres
+configuration. It includes open-source classes/libraries like PEAR
+(http://pear.php.net) and the IMAP wrapper from IlohaMail
+(http://www.ilohamail.org).
The current development skin uses icons designed by Stephen Horlander and Kevin
Gerich for Mozilla.org.
+How it works:
+-------------
+The main authority for the RoundCube access is the IMAP server. If
+'auto_create_user' is set to TRUE in config/main.inc.php a new record in the
+user table will be created once the IMAP login succeeded. This user record does
+not store a password, it's just used to assign identities, contacts and cache
+records. If you have 'auto_create_user' set to FALSE only IMAP logins which
+already have a corresponding entry in the user's table (username and hostname)
+will be allowed.
+
+
Installation:
-------------
For detailed instructions on how to install SquirrelMail on your server,