-
Zextras Carbonio 23.6.0
-
Carbonio Community Edition
-
Suite for Zimbra
- Articles coming soon
The Contact Book Service
In order to increase system security, this endpoint is read-only.
Using LDAP to access the address book
Warning
Since it is not possible to route requests through the NGINX web server installed on Carbonio, the connection must be established to the exact server and not the system’s general FQDN.
- Switch on IPv4 IP forwarding
- Add the following firewall rules to your proxy’s iptables script:
-t nat -A PREROUTING -p tcp --dport 8636 -j DNAT --to-destination 10.129.67.1:8636
-A FORWARD -p tcp --dport 8636 -m state --state -NEW,ESTABLISHED,RELATED -j ACCEPT
Note
The second rule is only needed if your default is rejected.
Address and Contact Books
- contacts and address books that belong to the user.
- The GAL of the user.
zextras$ carbonio mobile addressBook list
List every Address Book that is now visible in the LDAP Address Book.
zextras$ carbonio mobile addressBook add
Update the LDAP Address Book with a fresh Address Book.
zextras$ carbonio mobile addressBook remove
add
and remove
sub-command.Examples
zextras$ carbonio mobile addressBook add global user@example.com 7
This command adds the user@example.com user’s folder 7 (the default /Contacts folder) to the LDAP Address Book of every user in the system.
zextras$ carbonio mobile addressBook add domain example.com user@example.com 7
This command adds the user@example.com user’s folder 7 (the default /Contacts folder) to the LDAP Address Book of every user in the example.com domain.
Outlook’s LDAP Search will reveal additional Address Books by separating the owner’s reveal Name and the Address Book name with a slash, for example, “John Doe/EMEA Distributors”.
7. To finish the procedure, click Ok to exit the More Options window and Next to open the Add Account window.