I've done 3 tests looking for resolve the invisibility of my shared folders.
 
Please, could anyone explain me why with this .GNUstepDefaults I can see my
"gal"? 
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "
<http://www.gnustep.org/plist-0_9.xml>
http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
 <key>OCSFolderInfoURL</key>
 <string>mysql://sogo:[email protected]:3306/sogo/sogo_folder_info</string>
 <key>SOGoAppointmentSendEMailNotifications</key>
 <string>YES</string>
 <key>SOGoDraftsFolderName</key>
 <string>Drafts</string>
 <key>SOGoFoldersSendEMailNotifications</key>
 <string>YES</string>
 <key>SOGoIMAPServer</key>
 <string>10.0.0.250</string>
 <key>SOGoLanguage</key>
 <string>Spanish</string>
 <key>SOGoMailDomain</key>
 <string>doma.com.ar</string>
 <key>SOGoMailingMechanism</key>
 <string>smtp</string>
 <key>SOGoProfileURL</key>
 <string>mysql://sogo:[email protected]:3306/sogo/sogo_user_profile</string>
 <key>SOGoSMTPServer</key>
 <string>10.0.0.3</string>
 <key>SOGoSentFolderName</key>
 <string>Sent</string>
 <key>SOGoTimeZone</key>
 <string>America/Argentina/Buenos_Aires</string>
 <key>SOGoTrashFolderName</key>
 <string>Trash</string>
 <key>SOGoUserSources</key>
 <array>
     <dict>
  <key>canAuthenticate</key>
  <string>YES</string>
  <key>id</key>
  <string>gal</string> 
  <key>displayName</key>
  <string>Libreta Global de Direcciones</string>
  <key>isAddressBook</key>
  <string>YES</string>
  <key>type</key>
  <string>sql</string>
  <key>userPasswordAlgorithm</key>
  <string>none</string>
  <key>viewURL</key>
  <string>mysql://sogo:[email protected]:3306/sogo/sogo_view</string>
     </dict>
 </array>
    </dict>
</dict>
</plist>
 
And why with the following doesn't:
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "
<http://www.gnustep.org/plist-0_9.xml>
http://www.gnustep.org/plist-0_9.xml";>
<plist version="0.9">
<dict>
    <key>NSGlobalDomain</key>
    <dict>
    </dict>
    <key>sogod</key>
    <dict>
 <key>GCSFolderDebugEnabled</key>
 <string>YES</string>
 <key>GCSFolderStoreDebugEnabled</key>
 <string>YES</string>
 <key>LDAPDebugEnabled</key>
 <string>YES</string>
 <key>NGImap4DisableIMAP4Pooling</key>
 <string>YES</string>
 <key>OCSFolderManagerSQLDebugEnabled</key>
 <string>YES</string>
 <key>PGDebugEnabled</key>
 <string>YES</string>
 <key>SOGoDebugRequests</key>
 <string>YES</string>
 <key>SOGoMailKeepDraftsAfterSend</key>
 <string>YES</string>
 <key>SOGoUIxDebugEnabled</key>
 <string>YES</string>
 <key>SoDebugObjectTraversal</key>
 <string>YES</string>
 <key>SoSecurityManagerDebugEnabled</key>
 <string>YES</string>
 <key>WOApplicationRedirectURL</key>
 <string>YES</string>
 <key>WODontZipResponse</key>
 <string>YES</string>
 <key>WODebugZipResponse</key>
 <string>YES</string>
 <key>OCSFolderInfoURL</key>
 <string>mysql://sogo:[email protected]:3306/sogo/sogo_folder_info</string>
 <key>SOGoAppointmentSendEMailNotifications</key>
 <string>YES</string>
 <key>SOGoDraftsFolderName</key>
 <string>Drafts</string>
 <key>SOGoFoldersSendEMailNotifications</key>
 <string>YES</string>
 <key>SOGoIMAPServer</key>
 <string>10.0.0.250</string>
 <key>SOGoLanguage</key>
 <string>Spanish</string>
 <key>SOGoMailingMechanism</key>
 <string>smtp</string>
 <key>SOGoProfileURL</key>
 <string>mysql://sogo:[email protected]:3306/sogo/sogo_user_profile</string>
 <key>SOGoSMTPServer</key>
 <string>10.0.0.3</string>
 <key>SOGoSentFolderName</key>
 <string>Sent</string>
 <key>SOGoTimeZone</key>
 <string>America/Argentina/Buenos_Aires</string>
 <key>SOGoTrashFolderName</key>
 <string>Trash</string>
 <key>domains</key>
     <dict>
  <key>doma.com.ar</key>
      <dict>
   <key>SOGoMailDomain</key>
   <string>doma.com.ar</string>
   <key>SOGoUserSources</key>
       <array>
        <dict>
        <key>canAuthenticate</key>
        <string>YES</string>
        <key>id</key>
        <string>doma.com.ar-gal</string>
        <key>displayName</key>
        <string>Libreta Global de Direcciones</string>
        <key>isAddressBook</key>
        <string>YES</string>
        <key>type</key>
        <string>sql</string>
        <key>userPasswordAlgorithm</key>
        <string>none</string>
        <key>viewURL</key>
        <string>mysql://sogo:[email protected]:3306/sogo/sogo_view_1</string>
        </dict>
       </array>
      </dict>
     </dict>
    </dict>
</dict>
</plist>
 
Neither with the proposed at installation guide, wich was cleared when sogo
started?
 
{
    sogod
    { 
 GCSFolderDebugEnabled = YES; 
 GCSFolderStoreDebugEnabled = YES; 
 LDAPDebugEnabled = YES; 
 NGImap4DisableIMAP4Pooling = YES; 
 OCSFolderManagerSQLDebugEnabled = YES; 
 PGDebugEnabled = YES; 
 SOGoDebugRequests = YES; 
 SOGoMailKeepDraftsAfterSend = YES; 
 SOGoUIxDebugEnabled = YES; 
 SoDebugObjectTraversal = YES; 
 SoSecurityManagerDebugEnabled = YES; 
 WOApplicationRedirectURL = YES; 
 WODontZipResponse = YES; 
 WODebugZipResponse = YES; 
 OCSFolderInfoURL = mysql://sogo:[email protected]:3306/sogo/sogo_folder_info;

 SOGoAppointmentSendEMailNotifications = YES; 
 SOGoDraftsFolderName = Drafts; 
 SOGoFoldersSendEMailNotifications = YES; 
 SOGoIMAPServer = 10.0.0.250; 
 SOGoLanguage = Spanish; 
 SOGoMailingMechanism = smtp; 
 SOGoProfileURL = mysql://sogo:[email protected]:3306/sogo/sogo_user_profile; 
 SOGoSMTPServer = 10.0.0.3; 
 SOGoSentFolderName = Sent; 
 SOGoTimeZone = America/Argentina/Buenos_Aires; 
 SOGoTrashFolderName = Trash; 
 domains = {
  doma.com.ar =
      {
   SOGoMailDomain = doma.com.ar;
   SOGoUserSources =
     (
        {
        canAuthenticate = YES;
     id = doma-gal;
     displayName = Libreta Global de Direcciones;
     isAddressBook = YES;
     type = sql;
     userPasswordAlgorithm = none;
     viewURL = mysql://sogo:[email protected]:3306/sogo/sogo_view_1;
        }
     );
      };
  };
     };
    };
}

Thanks a lot. 
Dante



 

 

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to