[SOGo] [DEV] SOGo Sieve Code

2011-12-01 Thread Ronald Yacketta
Hello all! I am currently working on a perl Sieve parser / importer from SM / AvelSieve = SOGo. Currently have all the rules un base64'ed, de-serialized and in a flat file. Just need to see what format and how to get them into SOGo. Thanks!! -Ron-- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] [DEV] SOGo Sieve Code

2011-12-01 Thread Ronald Yacketta
On Dec 1, 2011, at 10:52 AM, Francis Lachapelle wrote: Hi Ron On 2011-12-01, at 9:09 AM, Ronald Yacketta wrote: I am currently working on a perl Sieve parser / importer from SM / AvelSieve = SOGo. Currently have all the rules un base64'ed, de-serialized and in a flat file. Just need

[SOGo] Possible SOGo TZ issue

2011-11-03 Thread Ronald Yacketta
In the Sogo webui, my ics subscription shows all the events an hour later. I also have the same ics imported on my Google calendar and the times are all correct, so it appears to be limited to Sogo BEGIN:VEVENT DTSTAMP:2002T070509Z UID:2eebf38dz4892e83dz2a6d5fa7 LOCATION:Test Resource

Re: [SOGo] proxy error

2011-10-19 Thread Ronald Yacketta
Just worked through the same issue here, ended up that I had SOGoSieveScriptsEnabled set to NO And SOGoForwardEnabled set to YES I set both to NO, reading the config pdf SOGoForwardEnabled defaults to NO so I could have just removed it -Ron From: Khapare Joshi khapar...@gmail.com Reply-To:

[SOGo] LDAP Odditiy

2011-10-14 Thread Ronald Yacketta
Fellow SOGo users Dev: We are seeing a lot of LDAP queries from SOGo using a filter of (|(uid=OPTIONS)(mail=OPTIONS)), obviously this will not return anything. Also notice that user searches (when inviting to a meeting or address book search) take an extremely long time, trying to track down

Re: [SOGo] LDAP Odditiy

2011-10-14 Thread Ronald Yacketta
Ludovic, After spending some time in wireshark and looking at logs our LDAP guy had to index the following attrs in order to fix the slow queries: cn, sn, mail, telephoneNumber, givenName and displayName Again, once those attrs were properly indexed then and only then did LDAP queries return

Re: [SOGo] LDAP Odditiy

2011-10-14 Thread Ronald Yacketta
Thanks, After adding it 'default reads' shows filter = (userClass=''AE'' OR userClass=''AS''); Is that correct??? -Ron On 10/14/11 11:16 AM, Ludovic Marcotte lmarco...@inverse.ca wrote: On 14/10/11 11:12, Ronald Yacketta wrote: On a separate LDAP topic, what is the proper filter syntax? We