On Tue, 2001-11-27 at 10:33, Andre Truter wrote: > Hi All, > > I have IMAP set up in Evolution to read mail from our exchange server. > > I have two questions: > > 1) I want to see the address list on the Exchange server. > I followed the advice from the mailing list archive( > http://lists.ximian.com/archives/public/evolution/2001-October/013873.html), but >this does not seem to work. > > I can use ldapsearch and I get a list of address entries, but evolution > does not show anything. > > My Cantact list settings are as follows: > > Advanced Tab: > Port : 389 > Search base : o=Dimension Data, c=US > > Search Scope: Sub. > > I have tried different settings in the Search base, but I cannot get > anything to work. > > 2) Is it possible to connect to my calendar on the exchange server? > When i set the IMAP to show all folders, it lists the Calendar and > Contacts, but everything is displayed as mail messages. > The problem is that my appointments needs to be visible on the calender > on the exchange server, so that other people can see when I am busy. > > Thanks > I have discovered a few things about LDAP:
I can do a search on a name in Evolution and then I get matching entries. I also tried the following: ]$ ldapsearch -h exchangeserver -x -s sub -L "(objectClass=person)" version: 1 # # filter: (objectClass=person) # requesting: ALL # # search result Administrative limit exceeded (11) # numResponses: 1 So, it looks like the LDAP server will only return 11 results. Is this correct? -- Andre Truter Software Engineer <-------------------------------------------------> < The box said: Requires Windows 95 or better... > < So I installed Linux > <-------------------------------------------------> _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
