ROOTBASE="/home/jmp/safe-mailleur/mailleur/test_area/"
#defining local default domain
DFLTDOMAIN="example.com"
-#defineing the local REALM
+#defining the local REALM
#Caution! the realm is hardcoded within data-base
#and USED too to hash the user passwd
#Changing this value coule be a trouble make
/********************************************************/
//table to define LOCAL USER
CREATE TABLE emails (
+ email TEXTUNIQUE, //User email
creation DBTIMESTAMP //record creation
DFLT NOW(),
- email TEXTUNIQUE, //User email
+ lastupdate DBTIMESTAMP //last record has been update
+ DFLT NOW(),
password TEXT //user (encrypted) password
DFLT '!',
hash TEXT, //'email:realm:password' MD5