37 Zeilen
1.3 KiB
Plaintext
37 Zeilen
1.3 KiB
Plaintext
|
{
|
||
|
SOGoProfileURL = "postgresql://sogo:9Zz=%pvy@localhost:5432/sogo/sogo_user_profile";
|
||
|
OCSFolderInfoURL = "postgresql://sogo:9Zz=%pvy@localhost:5432/sogo/sogo_folder_info";
|
||
|
OCSSessionsFolderURL = "postgresql://sogo:9Zz=%pvy@localhost:5432/sogo/sogo_sessions_folder";
|
||
|
SOGoDraftsFolderName = Drafts;
|
||
|
SOGoSentFolderName = Send;
|
||
|
SOGoTrashFolderName = Trash;
|
||
|
SOGoIMAPServer = localhost;
|
||
|
SOGoSMTPServer = 10.0.0.1;
|
||
|
SOGoMailDomain = literm.local;
|
||
|
SOGoMailingMechanism = smtp;
|
||
|
SOGoUserSources = ({
|
||
|
type = ldap;
|
||
|
CNFieldName = cn;
|
||
|
UIDFieldName = uid;
|
||
|
IDFieldName = uid; // first field of the DN for direct binds
|
||
|
bindFields = (uid, mail); // array of fields to use for indirect binds
|
||
|
baseDN = "dc=literm,dc=local";
|
||
|
bindDN = "uid=admin,dc=literm,dc=local";
|
||
|
bindPassword = ErlIfguc;
|
||
|
canAuthenticate = YES;
|
||
|
displayName = "Adressbuch";
|
||
|
hostname = ldap://zeus.literm.local:389;
|
||
|
id = public;
|
||
|
isAddressBook = YES;
|
||
|
});
|
||
|
SOGoPageTitle = Webmail;
|
||
|
SOGoVacationEnabled = YES;
|
||
|
SOGoForwardEnabled = YES;
|
||
|
SOGoSieveScriptsEnabled = NO;
|
||
|
SOGoMailAuxiliaryUserAccountsEnabled = YES;
|
||
|
SOGoTrustProxyAuthentication = NO;
|
||
|
SOGoXSRFValidationEnabled = YES;
|
||
|
SOGoLanguage = German;
|
||
|
SOGoTimeZone = Europe/Berlin;
|
||
|
}
|