mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
(doc) quote default values (fixes #4827)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user