> Tomas Kuliavas a écrit : >>>Bonjour, >>> >>>1- I want to now where squirrelmail puts the address book for the user >>>John Doe >> >> >> johndoe.abook file in squirrelmail data directory or database with owner >> field value set to johndoe. > > Thanks for this answer, the clue was the word abook, because on my > system, address books are installed in > > /var/lib/squirrelmail/prefs/ > > with owner/group value apache apache > > Anyway I found them. I run squirrelmail 1.4.3a-6.FC3 > >> >> >>>2- Is it possible that two (or more) users could share the same address >>>book? Or how to copy the address book of user A to the address book of >>>user B? >> >> >> do you want to share address book between two users or between all >> interface users? Standard address book backends don't support sharing >> ACLs. Address book access controls are limited to owner's field. > > I just want to share the squirrelmail address book between 2 users. > Namely a user has two accounts and he wants to have the same address > book for these two accounts. Can he do it itself or do I have (as root) > to copy his A-address book to his B-address book. The main problem of > this system is that: > > 1- SQM is installed on a linux server and mostly people use it from > windows machines via IE or whatever. > > 2- I have installed a restricted shell (rssh) and chrooted the home > directory, so people can have only access to their home directory only. > > I am seeking for a way to copy address books from one user to anotehr > through a web interface. > > Thanks for any answer.
root user can create hard link to second address book file. mv janedoe.abook janedoe.abook.bak ln dohndoe.abook janedoe.abook -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] 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
