Hi, I was terribly let down because I failed compile vpopmail-4.9.6 with Oracle8i. Following is my situation. Qmail 1.03 + Vpopmail 4.9.6 + Oracle 8.1.6(5) I'm unzipped vpopmail source. and my voracle.h is following ----------------------------- #define ORACLE_SERVICE "MYSID" #define ORACLE_USER "system" #define ORACLE_PASSWD "manager" #define ORACLE_HOME "ORACLE_HOME=/data1/oracle/816" /* End of setup section*/ /* defaults - no need to change */ #define ORACLE_DEFAULT_TABLE "vpopmail" #define ORACLE_DATABASE "MYDATABASE" #define ORACLE_DOT_CHAR '_' #define ORACLE_LARGE_USERS_TABLE "users" -------------------------------- # ./configure --enable-roacle=y --enable-large-site=y --enable-hardquota=10000000 and I changed incorrect section in Makefile.(oracle lib path). # make # su # make install That's all successfull. But I run to 'vadddomain' # vadddomain test.com Error: Username exists Oh my god..!! What's problem? And I don't know voracle.h 's variable..(ex ORACLE_DEFAULT_TABLE)... Please help me.. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
