Portál AbcLinuxu, 5. května 2025 21:32
Chlape, měl jsem na, mysli Váš cfg. ...
SOGoIMAPServer = "imap://imap.postserver.com:143/?tls=YES" SOGoForceExternalLoginWithEmail = YES; SOGoForceExternalLoginWithEmail = YES; NGImap4ConnectionStringSeparator = ".";
Tohle by snad mohlo být to nejdůležitější. ...
{
/* ********************* Main SOGo configuration file **********************
* *
* Since the content of this file is a dictionary in OpenStep plist format, *
* the curly braces enclosing the body of the configuration are mandatory. *
* See the Installation Guide for details on the format. *
* *
* C and C++ style comments are supported. *
* *
* This example configuration contains only a subset of all available *
* configuration parameters. Please see the installation guide more details. *
* *
* ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file, *
* make sure to move it away to avoid unwanted parameter overrides. *
* *
* **************************************************************************/
SOGoMemcachedHost = 127.0.0.1;
/* Database configuration (mysql:// or postgresql://) */
SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
OCSSessionsFolderURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
/* Mail */
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = imaps://mail.yyy.cz;
SOGoSMTPServer = 127.0.0.1;
SOGoMailDomain = yyy.cz;
SOGoMailingMechanism = smtp;
SOGoMailSpoolPath = /var/spool/sogo;
/* Notifications */
SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoFoldersSendEMailNotifications = YES;
SOGoEnableEMailAlarms = YES;
OCSEMailAlarmsFolderURL = "postgresql://sogo:heslo@localhost:5432/sogo/sogo_alarms_folder";
SOGoCalendarDefaultReminder = -PT10M;
SOGoEnablePublicAccess = YES;
/* Authentication */
//SOGoPasswordChangeEnabled = YES;
SOGoUserSources = (
{
type = ldap;
IDFieldName = uid;
bindFields = (uid, mail,userPassword); // array of fields to use for indirect binds
baseDN = "ou=People,dc=yyy,dc=cz";
bindDN = "cn=reader,dc=yyy,dc=cz";
bindPassword = dlouheheslo;
canAuthenticate = YES;
displayName = "People";
hostname = ldaps://ldap.yyy.cz:636;
id = directory_People;
isAddressBook = YES;
IMAPLoginFieldName = mail;
SearchFieldNames = (
givenName,
sn,
cn,
displayName,
mail
);
filter="(objectClass='posixAccount' AND objectClass='inetOrgPerson' AND mail='*')";
},
{
type = ldap;
IDFieldName = uid;
bindFields = (uid, mail, userPassword); // array of fields to use for indirect binds
// pro podporu resourcu z LDAPu
KindFieldName = Kind;
MultipleBookingsFieldName = Multiplebookings;
baseDN = "ou=Kalendar,dc=yyy,dc=cz";
bindDN = "cn=reader,dc=yyy,dc=cz";
bindPassword = dlouheheslo;
canAuthenticate = YES;
displayName = "Resources";
hostname = ldaps://ldap.yyy.cz:636;
id = directory_Kalendar;
isAddressBook = YES;
IMAPLoginFieldName = mail;
SearchFieldNames = (
givenName,
sn,
cn,
displayName,
mail
);
filter="(objectClass='inetOrgPerson')";
}
);
WOWorkersCount = 20;
passwordPolicy = NO;
/* Web Interface */
SOGoLoginModule = Calendar;
SOGoPageTitle = SOGo;
//SOGoVacationEnabled = YES;
//SOGoForwardEnabled = YES;
//SOGoSieveScriptsEnabled = YES;
//SOGoMailAuxiliaryUserAccountsEnabled = YES;
//SOGoTrustProxyAuthentication = NO;
//SOGoXSRFValidationEnabled = YES;
/* General */
SOGoLanguage = English;
SOGoTimeZone = Europe/Prague;
SOGoCalendarDefaultRoles = (
PublicDAndTViewer,
ConfidentialDAndTViewer,
PrivateDAndTViewer
);
//SOGoSuperUsernames = (sogo1, sogo2); // This is an array - keep the parens!
SOGoSuperUsernames = (SogoAdmin, user);
//SxVMemLimit = 384;
//WOPidFile = "/var/run/sogo/sogo.pid";
// Tyden zacina Pondelim
SOGoFirstDayOfWeek = 1;
SOGoSupportedLanguages = (
"Czech",
"English",
"French",
"German",
"Polish",
"Russian",
"Slovak",
"SpanishSpain",
);
SOGoTrustProxyAuthentication = YES;
SOGoEncryptionKey = "MySOGoSecretEncryptionKey";
// /* Debug */
// //SOGoDebugRequests = YES;
// //SoDebugBaseURL = YES;
// //ImapDebugEnabled = YES;
// //LDAPDebugEnabled = YES;
// //PGDebugEnabled = YES;
// //MySQL4DebugEnabled = YES;
// //SOGoUIxDebugEnabled = YES;
// //WODontZipResponse = YES;
// //WOLogFile = /var/log/sogo/sogo.log;
}
SOGoIMAPServer = imaps://mail.yyy.cz;ale právě :
SOGoIMAPServer = "imap://mail.yyy.cz:143/?tls=YES".. a dále pokud si vzpomínám, tak jsem se potýkal s označením složek - např:
INBOX.Drafts;a nikoliv jen :
Drafts
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.