Archiv
/
abschlussarbeit
Archiviert
1
0
Fork 0
Dieses Repository wurde am 2021-10-23 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
abschlussarbeit/Dokumentation/sourcecode/sogo.conf

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 = zeus.literm.local;
SOGoSMTPServer = zeus.literm.local;
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;
}