>>> my user 300 person , I want build QMAIL LDAP but no MYSQL database , >>> my Qmail LDAP is single server and integrate with squrellmail or IMP >>> for web mail, security virus/spam with spamassin, simscan and clam >>> av.. >>> >>> I question >>> >>> >>> >>> Can I build Qmail LDAP without SQL server and normal..?? >>> >> >> IMP uses SQL to store user information. SquirrelMail can use SQL or >> flat files. I think both webmail packages use PHP Pear DB libraries and >> you can use flat SQLite file instead of MySQL, PostgreSQL, Oracle or any >> other database server. >> >> If you want to have user level preferences in SpamAssassin that can be >> controlled in webmail interface without SUID or other privilege >> elevation tricks, you need SQL. >> >> Simscan and clamav does not depend on SQL. >> >> >> Qmail-LDAP does not depend on SQL. >> > thanks Because I not a database engineer, and not understanding about my > sql and other database, If I want instaled IMP packets ( horde, ) have > include database embedded..? > >
PHP Pear DB can use SQLite. If Horde and IMP do not have hardcoded dependency on MySQL, you can use any supported Pear DB backend (http://pear.php.net/manual/en/package.database.db.intro-dsn.php). I am not IMP developer and I don't use IMP. -- Tomas