Skip to content

Commit

Permalink
(doc) quote default values (fixes #4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Oct 28, 2019
1 parent e866fd5 commit 6194573
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scripts/sogo.conf
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
// }
Expand All @@ -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;
Expand Down

0 comments on commit 6194573

Please sign in to comment.