Eduardo Roldan wrote: > [...] > http://www.multitel.com.uy/eroldan/quica/quica2-20050620.tar.gz
in the installation_guide I read: "In the /dbload/ [...] MySQL.sql that contains the commands to create the database layout. [...] Courier package has a file with similar commands." Has it? I run `find . -type f | xargs grep -li "CREATE TABLE"' on a recent Courier distribution, and found nothing. What package are you building upon? > [...] > * Backend and Frontend. Backend expose functions by xmlrpc. Web frontend > done in cherrypy (Now I prefer the turbogears kit) > * Backend expose various Protocol levels. Maybe other MTA can share high > level protocol, making frontends interchangeable. IMHO it is important that the backend has two levels, one for specific functionality and the upper one fully generic: The specific stuff can assume anything, e.g. MySQL with specific fields and structure, directory layout, etcetera; OTOH the generic stuff leaves Courier's genericness intact. Just my 2p. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
