Changeset 16 in subversion for trunk/roundcubemail/README


Ignore:
Timestamp:
Oct 3, 2005 4:17:04 PM (8 years ago)
Author:
roundcube
Message:

Minor bugfixes and SMTP support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/README

    r13 r16  
    1010 
    1111This 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). 
     12install/configure and that runs on a standard PHP plus MySQL or Postgres 
     13configuration. It includes open-source classes/libraries like PEAR 
     14(http://pear.php.net) and the IMAP wrapper from IlohaMail 
     15(http://www.ilohamail.org). 
    1516 
    1617The current development skin uses icons designed by Stephen Horlander and Kevin  
    1718Gerich for Mozilla.org. 
     19 
     20 
     21How it works: 
     22------------- 
     23The 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 
     25user table will be created once the IMAP login succeeded. This user record does 
     26not store a password, it's just used to assign identities, contacts and cache 
     27records. If you have 'auto_create_user' set to FALSE only IMAP logins which 
     28already have a corresponding entry in the user's table (username and hostname) 
     29will be allowed. 
    1830 
    1931 
Note: See TracChangeset for help on using the changeset viewer.