Hi Ludovic,

Kindly find the setup 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>LDAPDebugEnabled</key>
        <string>YES</string>
        <key>OCSFolderInfoURL</key>
<string>mysql://username:password@localhost:3306/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
<string>mysql://username:password@localhost:3306/sogo/sogo_sessions_folder</string>
        <key>PGDebugEnabled</key>
        <string>YES</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>YES</string>
<key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoCacheCleanupInterval</key>
        <string>90</string>
        <key>SOGoDraftsFolderName</key>
        <string>Drafts</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoForwardEnabled</key>
        <string>YES</string>
        <key>SOGoIMAPServer</key>
        <string><Imapserver IP></string>
        <key>SOGoLanguage</key>
        <string>English</string>
        <key>SOGoLoginModule</key>
        <string>Calendar</string>
<key>SOGoMailAuxiliaryUserAccountsEnabled</key>
        <string>NO</string>
        <key>SOGoMailDomain</key>
        <string><Email Domain></string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoPageTitle</key>
        <string>QLC SOGo</string>
        <key>SOGoProfileURL</key>
<string>mysql://username:password@localhost:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string><SMTP IP></string>
        <key>SOGoSentFolderName</key>
        <string>Sent</string>
        <key>SOGoSieveScriptsEnabled</key>
        <string>YES</string>
        <key>SOGoSieveServer</key>
        <string>sieve://<SIEVE IP>:1000</string>
        <key>SOGoSuperUsernames</key>
        <string>admin</string>
        <key>SOGoTimeZone</key>
        <string>Asia/Kolkata</string>
        <key>SOGoTrashFolderName</key>
        <string>Trash</string>
        <key>SOGoUIxDebugEnabled</key>
        <string>YES</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>SOGo Users</string>
                <key>id</key>
                <string>users</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>type</key>
                <string>sql</string>
                <key>userPasswordAlgorithm</key>
                <string>md5</string>
                <key>viewURL</key>
<string>mysql://username:password@127.0.0.1:3306/sogo/sogo_users</string>
            </dict>
        </array>
        <key>SOGoVacationEnabled</key>
        <string>YES</string>
        <key>SxVMemLimit</key>
        <string>500</string>
        <key>WOWatchDogRequestTimeout</key>
        <string>6</string>
        <key>WOWorkersCount</key>
        <string>6</string>
    </dict>
</dict>
</plist>

Thanks & Regards,
Devinder Singh Birdi

On 11/16/2012 5:38 PM, Ludovic Marcotte wrote:
On 16/11/12 00:54, Devinder Singh wrote:
3.Further I updated the SOGo from version 2.0.2 to 2.0.2a . Yet the problem persists.
Show your .GNUstepDefaults.


--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to