GG_jr
(Gabriel GHEORGHIU)
February 18, 2016, 1:40pm
12
GG_jr:
How to hide (disable) “mail users” (Global Address Book) on SOGo 2.3.8 (update to this version of SOGo from Software center beginning from today - Thank you @giacomo ! ):
Prerequisites:
Solved by @Nas ; Thank you Nas!
Mini How-To:
mkdir -p /etc/e-smith/templates-custom/sogo-config/
cp -p /etc/e-smith/templates/sogo-config/05general_preferences /etc/e-smith/templates-custom/sogo-config/05general_preferences
cp -p /etc/e-smith/templates/sogo-config/20user_source_ldap /etc/e-smith/templates-custom/sogo-config/20user_source_ldap
Edit
/etc/e-smith/templates-custom/sogo-config/05general_preferences
and add this line (please see the attached pictures):
$S{SOGoForceExt…
Edit: /etc/e-smith/templates-custom/sogo-config/20user_source_ldap
and change line 25 (isAddressBook)
from: isAddressBook = YES;
to: isAddressBook = NO;
signal-event nethserver-sogo-update
2 Likes