removing version info from login_error page.
[squirrelmail.git] / doc / db-backend.txt
index 10774509d8b95fcca5009015ada1cb15b2d4ac26..33155437008ff5c9179c8b7a6d32a59e2554d771 100644 (file)
@@ -39,7 +39,7 @@ For MySQL you would normally do something like:
  # mysqladmin create squirrelmail
 
  (from the mysql client)
- mysql> GRANT select,insert,update,delete ON squirrelmail.* 
+ mysql> GRANT select,insert,update,delete ON squirrelmail.*
               TO squirreluser@localhost IDENTIFIED BY 'sqpassword';
 
 The table structure should be similar to this (for MySQL):
@@ -79,7 +79,9 @@ administration plugin. The DSN should look something like:
 From now on all users' personal addressbooks will be stored in a
 database.
 
-
+Global address book uses same table format as the one used for personal
+address book. You can even use same table, if you don't have user named
+'global'.
 
 Configuring preferences in database
 -----------------------------------