Hi, I have configured the SOGO. The user email is showing in list but group mail address is not showing there.can anyone helpme. my sogo configuration is given below.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogod</key> <dict> <key>OCSEMailAlarmsFolderURL</key> <string>mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_alarms_folder</string> <key>OCSFolderInfoURL</key> <string>mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEMailNotifications</key> <string>YES</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>YES</string> <key>SOGoDraftsFolderName</key> <string>Drafts</string> <key>SOGoEnableEMailAlarms</key> <string>YES</string> <key>SOGoEnablePublicAccess</key> <string>YES</string> <key>SOGoFoldersSendEMailNotifications</key> <string>YES</string> <key>SOGoForwardEnabled</key> <string>YES</string> <key>SOGoIMAPServer</key> <string>xxx.xxx.xxx.xxx</string> <key>SOGoLanguage</key> <string>English</string> <key>SOGoMailDomain</key> <string>xxxxxxx.xxx</string> <key>SOGoMailMessageCheck</key> <string>every_minute</string> <key>SOGoMailPollingIntervals</key> <string>1</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoMemcachedHost</key> <string>localhost</string> <key>SOGoProfileURL</key> <string>mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>localhost</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoSieveScriptsEnabled</key> <string>YES</string> <key>SOGoSieveServer</key> <string>sieve://localhost:2000</string> <key>SOGoSuperUsernames</key> <array> <string>kanchan</string> </array> <key>SOGoTimeZone</key> <string>America/Montreal</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>cn</string> <key>UIDFieldName</key> <string>cn</string> <key>baseDN</key> <string>ou=People,dc=xxxxx,dc=xxx</string> <key>bindDN</key> <string>cn=Manager,dc=xxxxx,dc=xxx</string> <key>bindPassword</key> <string>xxxxxxxxx</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Shared Addresses</string> <key>hostname</key> <string>ldap://127.0.0.1:389</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> </dict> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>cn</string> <key>UIDFieldName</key> <string>cn</string> <key>baseDN</key> <string>ou=Group,dc=xxxxxx,dc=xxx</string> <key>bindDN</key> <string>cn=Manager,dc=xxxxx,dc=xxx</string> <key>bindPassword</key> <string>xxxxxx</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Shared Addresses</string> <key>hostname</key> <string>ldap://127.0.0.1:389</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> </dict> </array> <key>SOGoVacationEnabled</key> <string>YES</string> </dict> </dict> </plist> Regard's Ravi Kanchan Sharma-- [email protected] https://inverse.ca/sogo/lists
