Changeset 16 in subversion for trunk/roundcubemail/README
- Timestamp:
- Oct 3, 2005 4:17:04 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/README
r13 r16 10 10 11 11 This project is meant to be a modern webmail solution which is easy to 12 install/configure and that runs on a standard PHP plus MySQL or Postgres configuration. 13 It includes open-source classes/libraries like PEAR (http://pear.php.net) and the 14 IMAP wrapper from IlohaMail (http://www.ilohamail.org). 12 install/configure and that runs on a standard PHP plus MySQL or Postgres 13 configuration. It includes open-source classes/libraries like PEAR 14 (http://pear.php.net) and the IMAP wrapper from IlohaMail 15 (http://www.ilohamail.org). 15 16 16 17 The current development skin uses icons designed by Stephen Horlander and Kevin 17 18 Gerich for Mozilla.org. 19 20 21 How it works: 22 ------------- 23 The main authority for the RoundCube access is the IMAP server. If 24 'auto_create_user' is set to TRUE in config/main.inc.php a new record in the 25 user table will be created once the IMAP login succeeded. This user record does 26 not store a password, it's just used to assign identities, contacts and cache 27 records. If you have 'auto_create_user' set to FALSE only IMAP logins which 28 already have a corresponding entry in the user's table (username and hostname) 29 will be allowed. 18 30 19 31
Note: See TracChangeset
for help on using the changeset viewer.
