40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
{
|
|
SOGoProfileURL =
|
|
"postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile";
|
|
OCSFolderInfoURL =
|
|
"postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info";
|
|
OCSSessionsFolderURL =
|
|
"postgresql://sogo:sogo@127.0.0.1:5432/sogo/sogo_sessions_folder";
|
|
SOGoAppointmentSendEMailNotifications = YES;
|
|
SOGoCalendarDefaultRoles = (
|
|
PublicViewer,
|
|
ConfidentialDAndTViewer
|
|
);
|
|
SOGoLanguage = English;
|
|
SOGoTimeZone = America/Montreal;
|
|
SOGoMailDomain = acme.com;
|
|
SOGoIMAPServer = 127.0.0.1;
|
|
SOGoDraftsFolderName = Drafts;
|
|
SOGoSentFolderName = Sent;
|
|
SOGoTrashFolderName = Trash;
|
|
SOGoJunkFolderName = Junk;
|
|
SOGoMailingMechanism = smtp;
|
|
SOGoSMTPServer = "smtp://127.0.0.1";
|
|
SOGoUserSources = (
|
|
{
|
|
type = ldap;
|
|
CNFieldName = cn;
|
|
IDFieldName = uid;
|
|
UIDFieldName = uid;
|
|
baseDN = "ou=users,dc=acme,dc=com";
|
|
bindDN = "uid=sogo,ou=users,dc=acme,dc=com";
|
|
bindPassword = qwerty;
|
|
canAuthenticate = YES;
|
|
displayName = "Shared Addresses";
|
|
hostname = 127.0.0.1;
|
|
id = public;
|
|
isAddressBook = YES;
|
|
port = 389;
|
|
}
|
|
);
|
|
} |