diff --git a/Scripts/sogo.conf b/Scripts/sogo.conf index fe3ddac0a1..34da6e49a5 100644 --- a/Scripts/sogo.conf +++ b/Scripts/sogo.conf @@ -24,8 +24,8 @@ //SOGoDraftsFolderName = Drafts; //SOGoSentFolderName = Sent; //SOGoTrashFolderName = Trash; - //SOGoIMAPServer = localhost; - //SOGoSieveServer = sieve://127.0.0.1:4190; + //SOGoIMAPServer = "localhost"; + //SOGoSieveServer = "sieve://127.0.0.1:4190"; //SOGoSMTPServer = 127.0.0.1; //SOGoMailDomain = acme.com; //SOGoMailingMechanism = smtp; @@ -54,7 +54,7 @@ // bindPassword = qwerty; // canAuthenticate = YES; // displayName = "Shared Addresses"; - // hostname = ldap://127.0.0.1:389; + // hostname = "ldap://127.0.0.1:389"; // id = public; // isAddressBook = YES; // } @@ -72,7 +72,7 @@ // bindPassword = password; // canAuthenticate = YES; // displayName = "Public"; - // hostname = ldap://127.0.0.1:389; + // hostname = "ldap://127.0.0.1:389"; // filter = "mail = '*'"; // id = directory; // isAddressBook = YES;