>> >> > Changing the statement of "DSN for Address Book" as;
>> >> > mysql://[EMAIL PROTECTED]:[EMAIL PROTECTED]/maildb
...
>> Could you show structure of users table?
>
>
> mysql> SELECT * from users;
> +------------------------------+---------------+------+------+-------------------------+-------------------+---------+-----------------+----------------+---------------+-------+------------+----------------+
> | id                           | name          | uid  | gid  | home
>             | maildir           | enabled | change_password | clear
>   | crypt         | quota | procmailrc | spamassassinrc |
>

SquirrelMail does not need access to your mail users db. It uses different
table layout and address book table field names are hardcoded in
SquirrelMail scripts.

See http://www.squirrelmail.org/docs/admin/admin-5.html#db-backend

If you want to use your mail users database as shared address book, you
might have to create SQL view which matches SquirrelMail address book
structure or write custom address book backend.

-- 
Tomas


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to