Is it possible to make a simple addressbook that will show internal addresses (i.e. list of roundcube users on the same domain) ?
In the docs I've only seen information about LDAP, but in config/default.inc.php it also refers to 'sql' as an addressbook provider.
I'm a bit lost I must admit.
Are you looking for the global addressbook plugin https://plugins.roundcube.net/packages/johndoh/globaladdressbook
It will help, thanks !
EDIT : Forget this question, my error was that my server uses usernames without '@domain', but I used usernames WITH @domain in the plugin configuration.
After editing the list of admins correctly I can now edit the Glogal Address Book.I add a subsequent question here because it's not directly Roundcube related but rather the 'globaladdressbook' plugin :
I'm unable to choose which Address Book I'm adding contacts to.
What I do :
0. Install enable and configure globaladdressbook plugin (this seems to work as a 'Global Adressbook' is now listed in my addressbooks).
1. Login a user that was listed as admin in plugins/globaladdressbook/config.inc.php as in :
$config['globaladdressbook_admin'] = array('[email protected]', '[email protected]','[email protected]');
2. Go in Contacts, select the Global Addressbook, and
then click the
- PLUS sign.
Result : The vCard template always shows a header specifying "Adding to : Personal Addresses", which is not a button nor a list.
How do I populate the Global Addressbook from the plugin ?
Thanks.