> I'm running Squirrelmail 1.5.1, PHP 5.2.0, and Apache 2.2.3 on Debian > Etch. I've configured SM to use a MySQL database for personal > addressbooks, which is working very well. Now I'm trying to configure > the abook_group plugin, using version 0.51.1. > > The INSTALL file talks about using file-based and SQL-based backends. For > configuring the SQL backend, it mentions doc/db-backend.txt. But that > file is nowhere in the plugin's directory. The db-backend.txt in the SM > doc directory doesn't make any mention of the abook_group plugin. > There's also no config file to select which backend to use. > > So, how does one configure this plugin to use an SQL database? How does > one tell it which table to use? > > Am I missing something simple, or is the plugin tarball or documentation > incomplete? Documentation is incomplete. abook_group_database.php ---- if ( $addrbook_dsn == "" ) { include_once(SM_PATH . 'plugins/abook_group/abook_group_flatfile_database.php'); } else { include_once(SM_PATH . 'plugins/abook_group/abook_group_PEAR_database.php'); } ---- Address book database schema is described in INSTALL file. If you store personal address books in database ($addrbook_dsn is not empty), plugin uses db. I strongly recommend not using current plugin version. SquirrelMail 1.4.9 and 1.5.1 have code that allow to use custom address book backends. If you want to have address book entry with multiple recipients, you can use standard address book or write custom address book backend that provides nicer way to handle multiple recipients. -- Tomas ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users