2010.06.07 13:10 [email protected] rašė: > Hello, > > I am trying since some weeks to set up SOGo on CentOS 5.5 with sendmail, > openldap, cyrus-imapd. > > I have set up fout servers but none seems to work. > > My confs are as follow: ... > my ~/sogo/GNUstep/Defaults/.GNUstepDefaults is built from the following > lines: > > defaults write sogod SOGoTimeZone "Africa/Tunis" > defaults write sogod SOGoMailDomain "sfa.fathi.eu.org" > defaults write sogod SOGoLanguage French > defaults write sogod SOGoAppointmentSendEMailNotifications YES > defaults write sogod SOGoFoldersSendEMailNotifications YES > defaults write sogod SOGoACLsSendEMailNotifications YES > defaults write sogod SOGoMailingMechanism smtp > defaults write sogod SOGoSMTPServer localhost > defaults write sogod SOGoDraftsFolderName Drafts > defaults write sogod SOGoSentFolderName Sent > defaults write sogod SOGoTrashFolderName Trash ... > And when accessing SOGo directly (port 20000) or via apache, all I get in > the > sogo.log is: > and on the browser screen: > Unauthorized
Your IMAP folders don't match Cyrus IMAP namespace. --- defaults write sogod SOGoDraftsFolderName INBOX/Drafts defaults write sogod SOGoSentFolderName INBOX/Sent defaults write sogod SOGoTrashFolderName INBOX/Trash --- Could you show ldif export of some user account information stored in LDAP? Could you make sure that your setup works with standard sogo.conf + appropriate changes in x-webobjects headers? Exclude possible problems with http authentication.
-- [email protected] https://inverse.ca/sogo/lists
