Hi, please could anyone let me know how does the command looks like to
include the following paragraphs into my .GNUStepDefaults?
 
I want to have different shared address books according to domain the
logging in user have, is with those paragraphs the way to achieve this?
 
Thanks in advance.
 
Dante
7
 
domains = {
   acme.com = {
      SOGoMailDomain = acme.com;
      SOGoDraftsFolderName = Drafts;
      SOGoUserSources = (
           {
            canAuthenticate = YES;
            displayName = "Libreta Global de Direcciones";
            id = gal;
            isAddressBook = YES;
            type = sql;
            userPasswordAlgorithm = none;
            viewURL = "mysql://sogo:[email protected]:3306/sogo/sogo_view_1";
           }
           );
      };
   coyote.com = {
      SOGoMailDomain = coyote.com;
      SOGoIMAPServer = imap.coyote.com;
      SOGoUserSources = (
           {
            canAuthenticate = YES;
            displayName = "Libreta Global de Direcciones";
            id = gal;
            isAddressBook = YES;
            type = sql;
            userPasswordAlgorithm = none;
            viewURL = "mysql://sogo:[email protected]:3306/sogo/sogo_view_2";
           }
           );
      }
  };
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to