Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: clockmender on January 13, 2016, 06:45:32 AM

Title: Contacts
Post by: clockmender on January 13, 2016, 06:45:32 AM
Hi, Is it possible to make contacts available to more than one logon email address. Specifically, I have a setup for my gliding club and there are several mailboxes, each of which will want to mail the membership either collectively or singularly. I only one want address book on the system so I can maintain it easily. Therefore is it possible to make contacts available to ALL or specific mailboxes. I have tried putting comma separated lists in the user_id column, but of course, that is rejected by the database!

Thanks for any help, Clock.
Title: Re: Contacts
Post by: SKaero on January 13, 2016, 11:30:12 AM
Take a look at the global addressbook plugin: https://plugins.roundcube.net/packages/johndoh/globaladdressbook
Title: Re: Contacts
Post by: clockmender on January 14, 2016, 11:47:40 AM
Thans for that, however, when I tried to install it I got this:


root@server1:/etc/roundcube# php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package johndoh/globaladdressbook could not be found in any version, there may be a typo in the package name.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.


here is my composer.json


{
    "require": {
        "johndoh/globaladdressbook": "dev-release-1.0"
    }
}



Seems like it is not stable enough just yet.....

Cheers, Clock

PS changing my composer.son to this:


{
    "require": {
        "johndoh/globaladdressbook": "dev-release-1.0@dev"
    }
}


did not work either. I got - The requested package johndoh/globaladdressbook could not be found in any version,
Title: Re: Contacts
Post by: clockmender on January 15, 2016, 06:47:27 AM
Hi

All sorted - I contacted the maker of this plugin and got the correct composer.json from him.

Thanks for the help, Clock. :)