Re: [SOGo] Thunderbird 78 Support

2020-12-01 Thread Heiner Markert

Hi,

is this bug also present in SOGo 4.0.7 (which ships with Debian Buster)?
This would explain why my address books are simply empty when I try the
new connector on TB 78.5.

Thanks,
Heiner


Am 16.10.2020 um 21:06 schrieb Ludovic Marcotte (lmarco...@inverse.ca):


On 2020-10-15 11:30 a.m., Sorin-Adrian Ursan (s_ur...@hotmail.com) wrote:


However, if we compile it for our test instance 5.0.1. Do you know if
it is a compatibility problem with SOGo 2 and if yes, do you think it
will be solved?


There's a bug in the CardDAV code of Thunderbird 78 which we added a
workaround for in SOGo v5.0.1 - it was NOT added to v2.

Thanks,

--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::https://inverse.ca
Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence 
(https://packetfence.org) and Fingerbank (https://fingerbank.org)
--
users@sogo.nu
https://inverse.ca/sogo/lists


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird Plugin vor Version 68

2019-12-19 Thread Heiner Markert
Hi all,

for me, contacts with contact photo do not get synced.
Can you confirm this?

Best regards,
Heiner 

- Originale Nachricht -
Von: Florian Ransmayr 
Gesendet: 18.12.19 - 09:27
An: users@sogo.nu
Betreff: Re: [SOGo] Thunderbird Plugin vor Version 68

> Hello Christian,
> 
> I opened a bug report as requested.
> https://sogo.nu/bugs/view.php?id=4908
> 
> Best regards
> 
> Florian
> 
> Am 13.12.2019 um 15:46 schrieb Christian Mack 
> (christian.m...@uni-konstanz.de):
>> Hello
>>
>> Please open a bug report at https://sogo.nu/bugs/ against Connector.
>>
>> Kind regards,
>> Christian Mack
>>
>> Am 13.12.19 um 12:48 schrieb Florian Ransmayr (ransm...@sl-technology.de):
>>> Hello,
>>>
>>> I see the same problem. There are only 186 contacts in one address book
>>> but only a subset gets synchronized with TB 68 and the new plugin. With
>>> the old TB and the previous two plugins everything worked like a charm.
>>>
>>> If there is any information I could support the devs please let me know.
>>>
>>> Best regards
>>>
>>> Florian
>>>
>>> Am 13.12.2019 um 11:11 schrieb Alex Hoebart (alex.hoeb...@icpdr.org):
 Hello,

 I also see something similar: fresh Tb 68 install with sogo-connector.
 I see all my 4 address books, but only those with 41 and 16 contacts
 are complete. The one with 450 contacts in SOGo only has 316 contacts
 in Tb. The one with more than 1000 contacts initially has 0 contacts.
 When I delete this address book in Tb and restart, it gets filled with
 266 contacts.
 Further synchronisation does not work. I also don't see any buttons
 for subscribing, etc., nor any related properties like sync interval.
 It seems something breaks the sync with Tb68. Anyone has experience
 with this?

 BTW, calenders work fine.

 Regards,
 Alex

 Am 18.11.2019 um 13:41 schrieb Christian Naumer (c...@brain-biotech.de):
> Hello you all,
> does nobody have the same Problem with the new connector? I just tried
> it again an I can also reproduce it on another computer here it stops at
> ~1000 contacts.
> Is there something I can try to debug this?
>
>
> Regards
>
> Christian
>
> Am 11.11.19 um 20:31 schrieb Christian Naumer (c...@brain-biotech.de):
>> Hello,
>> es habe Just how noticed tust with the new version 68 plugin address
>> book sync only works up to ~200 contacts ±30. I only noticed this
>> now as I made a new profile for a user that has this address book
>> with 4000 contacts and he had 0 of those and only some of his other
>> address books were complete. So a deleted and subscribed all of them
>> desperately and those with less than 200 were all complete only the
>> one with 4000 got stuck at some number around 200 (217,230,220 etc).
>> There is nothing in the error console of TB and nothing on the
>> server in the logs. Sync just stops after those 200.
>> I can reproduce this if I subscribe to the address book so I don't
>> think it is account related.
>> This works with TB60 and the old plugin. That is how I got the user
>> their address book back. New profile on TB60 sync the address book
>> and then upgrade.
>>
>> Can anybody reproduce this? Anything I can do to debug?
>>
>>
>>
>> Regards
>>
>> Christian
>>
 -- 
 Alexander Höbart
 Technical Expert - Information Management and GIS
 ICPDR/IKSD International Commission for the Protection of the Danube
 River
 VIC - Room D0419, Wagramer Strasse 5, 1220 Vienna, Austria
 T: +43 1 26060 4404
 M: +43 676 845 200 280
 F: +43 1 26060 5895
 alex.hoeb...@icpdr.org  -
 http://www.icpdr.org
 Follow us!
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 


-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo Package Repositories

2016-07-20 Thread Heiner Markert

Hello,

thanks a lot. This helps, particularly I got stuck at the 
libwbxml2-compatibility yesterday.


Kind regards
Heiner


Am 19.07.2016 um 22:45 schrieb Achim Gottinger (ac...@ag-web.biz):

Here is an short howto for sogo2 on wheezy without openchange

First download SOPE-3.1.4.tar.gz and SOGo-2.3.13.tar.gz install 
build-essentails and dpkg-dev
On wheezy libwbxml2 is also required you can get the required version 
https://packages.inverse.ca/SOGo/nightly/2/debian/pool/wheezy/w/wbxml2/


# tar xvzf SOPE-3.1.4.tar.gz
#  cd SOPE
#  cp -a packaging/debian .
#  ./debian/rules
# dpkg-buildpackage
(install all required dependencies)
# dpkg-buildpackage
# cd ..
# dpkg -i libsope*.deb
# tar xvzf SOGo-2.3.13.tar.gz
# cd SOGo-2.3.13
#  ./debian/rules
# dch
(add an changelog entry for version 2.3.13)
 dpkg-buildpackage -b
(install all required dependencies)
# dpkg-buildpackage -b

You should now have build these packages:

libsbjson2.3_4.9.r1664_amd64.deb
libsbjson2.3-dev_4.9.r1664_amd64.deb
libsope4.9-dev_4.9.r1664_all.deb
libsope-appserver4.9_4.9.r1664_amd64.deb
libsope-appserver4.9-dev_4.9.r1664_amd64.deb
libsope-core4.9_4.9.r1664_amd64.deb
libsope-core4.9-dev_4.9.r1664_amd64.deb
libsope-gdl1-4.9_4.9.r1664_amd64.deb
libsope-gdl1-4.9-dev_4.9.r1664_amd64.deb
libsope-ldap4.9_4.9.r1664_amd64.deb
libsope-ldap4.9-dev_4.9.r1664_amd64.deb
libsope-mime4.9_4.9.r1664_amd64.deb
libsope-mime4.9-dev_4.9.r1664_amd64.deb
libsope-xml4.9_4.9.r1664_amd64.deb
libsope-xml4.9-dev_4.9.r1664_amd64.deb
sogo_2.3.13_amd64.deb
sogo-activesync_2.3.13_amd64.deb
sogo-dbg_2.3.13_amd64.deb
sogo-dev_2.3.13_amd64.deb
sope4.9-appserver_4.9.r1664_amd64.deb
sope4.9-dbg_4.9.r1664_amd64.deb
sope4.9-gdl1-mysql_4.9.r1664_amd64.deb
sope4.9-gdl1-postgresql_4.9.r1664_amd64.deb
sope4.9-libxmlsaxdriver_4.9.r1664_amd64.deb
sope4.9-stxsaxdriver_4.9.r1664_amd64.deb


But i have not yet tested if these packages work proper. :-)


Am 19.07.2016 um 21:31 schrieb Heiner Markert (mephi...@gmx.net):

Hello,

could you please post a short howto on how to build those debian 
packages based on the control files?


Thanks and best regards
Heiner



Am 19.07.2016 um 21:11 schrieb Achim Gottinger (ac...@ag-web.biz):



Am 19.07.2016 um 20:10 schrieb Ludovic Marcotte (lmarco...@inverse.ca):


On 2016-07-19 12:35 PM, "Kai-Uwe Rommel" (kai-uwe.rom...@ars.de) wrote:


What does that mean for me? I have to download the source code and
compile myself? Or should use nightly builds? How do I access
these? Are these also in a package repository available to me?
How are these accessed?
Nightly builds are indeed available - just like before: 
https://sogo.nu/download.html


There are FAQs on how to configure your repos for Yum and apt-get.

Generating packages from the SOGo/SOPE sources isn't complex - it's 
just like building any other packages. We still provide the Debian 
control files and the spec files to do so.


Thanks!
Thank you for the clarification. Managed to build debian wheezy 
packages for sope and sogo with control files under packaging/debian.

--
users@sogo.nu
https://inverse.ca/sogo/lists


--
users@sogo.nu
https://inverse.ca/sogo/lists


--
users@sogo.nu
https://inverse.ca/sogo/lists



--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo Package Repositories

2016-07-19 Thread Heiner Markert

Hello,

could you please post a short howto on how to build those debian 
packages based on the control files?


Thanks and best regards
Heiner



Am 19.07.2016 um 21:11 schrieb Achim Gottinger (ac...@ag-web.biz):



Am 19.07.2016 um 20:10 schrieb Ludovic Marcotte (lmarco...@inverse.ca):


On 2016-07-19 12:35 PM, "Kai-Uwe Rommel" (kai-uwe.rom...@ars.de) wrote:


What does that mean for me? I have to download the source code and
compile myself? Or should use nightly builds? How do I access
these? Are these also in a package repository available to me?
How are these accessed?
Nightly builds are indeed available - just like before: 
https://sogo.nu/download.html


There are FAQs on how to configure your repos for Yum and apt-get.

Generating packages from the SOGo/SOPE sources isn't complex - it's 
just like building any other packages. We still provide the Debian 
control files and the spec files to do so.


Thanks!
Thank you for the clarification. Managed to build debian wheezy 
packages for sope and sogo with control files under packaging/debian.

--
users@sogo.nu
https://inverse.ca/sogo/lists


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v2.3.12

2016-06-11 Thread Heiner Markert

Hello,

thank you for this release.

Since I upgraded to 2.3.12, I get

<0x0x1491800[SOGoProductLoader]> SOGo products loaded from 
'/usr/lib/GNUstep/SOGo':
<0x0x1491800[SOGoProductLoader]>   Mailer.SOGo, SchedulerUI.SOGo, 
CommonUI.SOGo, ContactsUI.SOGo, AdministrationUI.SOGo, ActiveSync.SOGo, 
PreferencesUI.SOGo, Contacts.SOGo, MainUI.SOGo, Appointments.SOGo, MailerUI.SOGo, 
MailPartViewers.SOGo
[so-category-info] did not find exported SoClass 'SOGo' in product 
<0x0x167d250[SoProduct]: loaded code-loaded 
bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4 rm=0x0x16813f0>!

as output of "/usr/sbin/sogo-tool expire-sessions 60" from the cron 
scripts (every minute!).
What can be the cause of this? I did not change anything to the config, 
just ran a "apt-get dist-upgrade" on my debian jessie system.


Thank you and best regards
Heiner


Am 10.06.2016 um 20:37 schrieb Ludovic Marcotte (lmarco...@inverse.ca):


The Inverse Team is pleased to announce the immediate availability of 
SOGo v2.3.12. This is a minor release of SOGo which focuses on small 
new features and improved stability over previous versions.



  What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser 
or by using a native client such as Mozilla Thunderbird and Lightning, 
Apple Calendar and Address Book (Mac OS X and iOS) and Microsoft Outlook.


SOGo is standard-compliant and supports CalDAV, CardDAV and reuses 
existing IMAP, SMTP and database servers - making the solution easy to 
deploy and interoperable with many applications.


SOGo features:

  * Scalable architecture suitable for deployments from dozen to many
thousand users
  * Rich Web-based interface that shares the look and feel, the
features and the data of Mozilla Thunderbird and Lightning
  * Improved integration with Mozilla Thunderbird and Lightning by
using the SOGo Connector and the SOGo Integrator
  * Native compatibility for Microsoft Outlook 2003, 2007, 2010 and 2013
 *

Two-way synchronization support with any Microsoft
ActiveSync-capable device (Apple iOS, Android, Windows Phone,
BlackBerry 10) or Outlook 2013/2016

  * Excellent native integration with Apple software (Mac OS X and
iOS) and Android-based devices

and many more! SOGo and our connectors are completely free.


  Changes from the previous release

*Enhancements*

  * [web] updated CKEditor to version 4.5.9
  * [web] CKEditor: switched to the minimalist skin
  * [web] CKEditor: added the base64image plugin
  * [web] CKEditor: added the pastefromword plugin (#2295, #3313)
  * [web] added Turkish (Turkey) (tr_TR) translation - thanks to Sinan
Kurşunoğlu

*Bug fixes*

  * [core] sanity checks for events with bogus timezone offsets
  * [core] strip X- tags when securing content (#3695)
  * [core] properly handle flattened timezone definitions (#2690)
  * [eas] when using EAS/ItemOperations, use IMAP PEEK operation
  * [web] fixed recipients when replying from a message in the Sent
mailbox (#2625)
  * [web] fixed localizable strings in Card viewer
  * [web] properly encode HTML attributes in Contacts module to avoid
XSS issues
  * [web] handle c_mail field format of quick record of contacts of v3
(#3443)
  * [web] fixed all-day events covering a timezone change (#3457)
  * [web] fixed display of invitation with a category (#3590)

Seehttp://sogo.nu/bugs/changelog_page.php?project_id=1for closed 
tickets andhttps://github.com/inverse-inc/sogo/commits/SOGo-2.3.12for 
the complete change log.



  Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, 
you are free to download and try it by visiting the following page:


http://sogo.nu/download.html#/v2

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning 
(Inverse Edition), SOGo Connector and SOGo Integrator extensions are 
available for download from:


http://sogo.nu/download.html#/frontends

Documentation about the installation and configuration of SOGo, 
Thunderbird or the native Microsoft Outlook compatibility layer is 
available from:


http://sogo.nu/support/index.html#/documentation

You can also try our online SOGo demo. Three accounts are available: 
sogo1, sogo2 and sogo3. Their password is the same as their username.


http://sogo-demo.inverse.ca/SOGo/


  Upgrading to v2.3.12

No special measure needs to be taken when upgrading.


  How can I help ?

SOGo is a collaborative effort in order to create the best Free and 
Open Source groupware solution.


There are multiple ways you can contribute to the project:

  * Documentation reviews, enhancements and translations
  * Write test cases - if you know Python, join in!
  * Feature requests or by sharing your ideas (see the roadmap)
  * Participate to the discussion in mailing lists
 *

Patches for bugs or enhancements (http://sogo.nu/bugs)

 *

Provide new translations


Re: [SOGo] Samba4 SASLAuth, bypassed

2016-04-15 Thread Heiner Markert

Am 13.04.2016 um 14:46 schrieb Ian McMichael (ian.mcmich...@gmail.com):

On 13/04/16 10:04, Patrick Rauter (rau...@hs-weingarten.de) wrote:
at least I have found the settings for SAMBA4 to re enable simple 
bind and SOGo is working again.


ldap server require strong auth = no

But this is somehow contrarious to the security update to prevent 
MITM-Attacks...


So the question remains, is it possible to use SOGo with SASLAuth. 


I have been busy reading about the changes Canonical plan to make to 
SAMBA on Ubuntu 14.04 LTS from next Tuesday (19th April) to assess the 
impact for our customers.  My understanding from the release notes 
(https://www.samba.org/samba/history/samba-4.3.8.html) of the version 
they are planning to upgrade to leads me to believe the LDAP 
authentication will continue to work if you use TLS.


From the SOGo manual, the syntax for this in sogo.conf is:

   hostname = ldap://127.0.0.1/!StartTLS;

(This assumes SAMBA is on the same box as SOGo but otherwise adjust 
the IP address/hostname.)


This should operate correctly with either "ldap server require strong 
auth = yes" (new default) or "ldap server require strong auth = 
allow_sasl_over_tls" in your smb.conf and provide the MITM protection.


I am not in a position to be able to test this today, so it would be 
great if you could and report back?

For me it is *not* working.
Besides using TLS, I need to set
ldap server require strong auth = no
in order to get ldap auth working in sogo.
All other options of this smb parameter result in "strong(er) 
authentication required"-errors in sogo.log.


Any hints how to solve this?

Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Upgrade to samba 4.2

2016-04-15 Thread Heiner Markert



Am 14.04.2016 um 17:17 schrieb Fabio Onorini (onofa...@gmail.com):
Today on debian security repository was issued the Samba 4.2.0 debian 
package.


And "apt-get upgrade" command install that package, but after 
installation finished samba service doesn't start correctly.


Now I set hold flag on  inverse package to prevent upgrade but this 
can be a BIG problem!


It is scheduled a release of samba package 4.2 ?



For the samba 4.2 package to start in an AD configuration, you need to 
install the "winbind" package that provides the required winbindd.


Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v3.0 beta 3

2015-10-17 Thread Heiner Markert

+1

In landscape format with a small browser window half of the screen 
height is used by the top bar - no way to remove it, no space left for 
the important information


Regards
Heiner


Am 15.10.2015 um 08:55 schrieb mourik jan heupink:

Hi,

Also in beta3 no way to resize the different windows, and (way) too 
much unused space everywhere, for our taste.


Sorry to say so, but we like the 'current' theme al lot better.

MJ

On 10/14/2015 11:42 PM, Ludovic Marcotte wrote:

Hello,

Inverse is happy to announce the availability of SOGo v3.0 beta 3.

Many things have been improved in the past three weeks over beta 2.
Among the changes, there are:

  * compacted listing of contacts, emails, events and tasks
  * completed the ACL administration module
  * now able to expand/collapse mailboxes
  * multi-day view in the Calendar module
  * respect contrast ratio of foreground/background colors in Calendar
module
  * many general improvements to the Calendar module
  * upgraded to Angular 1.4.7 and Angular Material 0.11.3
  * many other bug fixes and improvements

Our next release should be the first final one of v3. Our focus is 
now on:


  * DnD support
  * speed improvements
  * review of theme and toolbars

If time permits, we will also add calendar printing and email threading.

The demo version of SOGo v3 is available
fromhttp://demo.sogo.nu/SOGo

You can use the username/password "sogo1", "sogo2" and "sogo3". You can
also get SOGo v3 as sources or packages
fromhttp://www.sogo.nu/downloads/backend_v3.html.

Thanks!

--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)




--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v3.0 beta 2

2015-09-24 Thread Heiner Markert

Am 23.09.2015 um 11:57 schrieb mourik jan heupink:
I keep noticing that there is SO much unused whitespace everywhere on 
the v3 layout, and there is also no way to resize things...


MJ


Hello,

Yes, please give at least options to reduce the unused white space and 
to resize the columns in the layout.

This would improve usability particularly on small screens a lot!

Thanks and best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Outlook 2013 Active Sync and Shared Calendars

2015-09-24 Thread Heiner Markert

Hello,

is there any way to sync shared address books via EAS? That would be great.

Thanks and best regards
Heiner


Am 01.09.2015 um 23:30 schrieb Sascha Kasch:

Hi all,

a year has gone since this. Is there any progression? And how if not 
automatically is one supposed to add a shared calendar with Outlook 
2013 EAS?


cheers,
sascha

On 10.06.2014 20:27, Ludovic Marcotte wrote:

On 2014-06-10, 2:14 PM, Martin Simovic wrote:
Is it possible to use shared calendars in Outlook 2013 with Active 
Sync? In other words, can I attach other users’s calendar that has 
been shared with me to my Outlook Calendar view?

No - not right now.

First of all, over ActiveSync, we currently only send over the 
personal calendar and personal address book. This "limitation" will 
be removed soon (quite an easy fix).


Once we do that, additional personal collections and ones shared (and 
subscribed too) will be exposed over ActiveSync - so clients can also 
consume the data from them. We'll enforce ACL at the server level 
when offering them. Outlook 2013 (and other AS clients) will likely 
allow you to modify locally the data even if you aren't allowed, but 
the server will reject the modifications and tell the client to sync 
the data back - reverting to the server's copy.


AFAIK, there's no concept of sharing/delegation/ACLs with ActiveSync.





--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v3.0 beta 1

2015-09-01 Thread Heiner Markert

Hello,

thanks for developing a mobile-friendly web interface, which I find a 
very important step.


However, the current layout show lots of unused screen space for me 
(e.g. two cloumns of lists in calendar view at the left, using up half 
of the screen space and leading to a small, hardly to use calendar 
view). In a small browser window, these columns are reduced to one, but 
they use up a lot of space vertically, so on a small screen, a lot of 
scrolling has to be performed.


Don't get me wrong, I like the scalable concept of information access 
accross different screen sizes a lot, but I think usability could still 
be improved. A possible solution might be themes that provide more 
"dense" rows in the lists, and make the width of the "left hand 
side"-columns adjustable.


Thank you and best regards
Heiner


Am 31.08.2015 um 21:51 schrieb Ludovic Marcotte:

Hello,

After many months of development, Inverse is happy to announce the 
availability of SOGo v3.0 beta 1.


Some of you might remember the ambitions of SOGo v3 - to completely 
rewrite the front-end with modern technologies that will allow the 
evolution of SOGo for another five years while leveraging the 
stability and flexibility of the backend. We initially chose a 
dual-framework approach with ZURB Foundation and Ionic to deliver a 
versatile web app, but later opted for a single-solution responsive 
design with Angular Material. The framework is supported by the 
Angular.js team and implements the excellent Material Design 
guidelines. Focusing on single front-end framework was necessary to 
offer a unified device-agnostic web experience.


While v3 brings a lot, we decided to postpone the development of some 
of existing v2 features so we could get an initial release out. These 
were available in v2 and will be reappear in the upcoming weeks:


  * DnD (moving components, attaching files, etc.)
  * advanced email search
  * email threading
  * calendar printing - we need to finish polishing the calendar views
before adding printing support
  * multiday view
  * admin module - we need to add more features in this module

Don't worry, SOGo v2 isn’t going away! The good news is that you can 
run v2 and v3 using the same database, configuration and underlying 
components. You can offer both versions at the same time to your 
users. SOGo v3 shares virtually the same backend code as v2 so all the 
Enterprise ActiveSync features, DAV capabilities and native Outlook 
compatibility are present in v3 and share the same state as v2.


The demo version of SOGo v3 is available from http://demo.sogo.nu/SOGo

You can use the username/password "sogo1", "sogo2" and "sogo3". You 
can also get SOGo v3 as sources or packages from 
http://www.sogo.nu/downloads/backend_v3.html. Nightly builds of SOGo 
v3 will also be available starting tomorrow.


Of course, our priority is to implement the missing features, take 
advantage of the upcoming Angular Material refinements and performance 
improvements but more importantly, listen to our community and share 
ideas with you in order to make SOGo v3 simply outstanding!


Thanks!
--
Ludovic Marcotte
lmarco...@inverse.ca   ::  +1.514.755.3630  ::http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problems with 2.3 upgrade

2015-06-07 Thread Heiner Markert

Hello,

it is also included in the Debian packages under
/usr/share/doc/sogo/sql-update-2.2.17_to_2.3.0.sh
Did work well for me. Run it with
bash sql-update-2-2-17_to_2.3.0.sh

Regards
Heiner


Am 07.06.2015 um 15:09 schrieb Christian M. Jensen:

hi Kamaldeep.

i beleve it's included in the packages called 
'sql-update-2.2.17_to_2.3.0.sh'
https://github.com/inverse-inc/sogo/blob/master/Scripts/sql-update-2.2.17_to_2.3.0.sh 
https://github.com/inverse-inc/sogo/tree/master/Scripts


Regards
Christian Jensen

On 06-06-2015 22:10, Kamaldeep Singh wrote:

Hi Ludovic,

I am having the same problem. I have just upgraded the sogo to 2.3.0. 
Do you have the postgresql upgrade script?


Thanks,
Kamaldeep Singh

On Saturday 06 June 2015 02:49 AM, Ludovic Marcotte wrote:

On 05/06/2015 15:22, Bob Wooldridge wrote:
Is there a fix for this? 

Run the database upgrade script.



--
Kamaldeep Singh

System Administrator

Direct: +91 124 4548380
Tel: +91 124 4548383 Ext- 1007
UK: +44 845 0047 142 Ext- 5010

TBS Website http://www.techbluesoftware.co.in
Techblue Software Pvt. Ltd
The Palms, Plot No 73, Sector 5, IMT Manesar,
Gurgaon- 122050 (Hr.)

www.techbluesoftware.co.in http://www.techbluesoftware.co.in


	TBS Facebook 
https://www.facebook.com/pages/Techblue-Software-Limited/441777369284888 
TBS Twitter https://twitter.com/TechbluSoftware TBS Google+ 
https://plus.google.com/+TechblueSoftwareCoIn TBS Linked In 
https://www.linkedin.com/company/techblue-softwares-pvt-ltd


TBS Branding http://www.techbluesoftware.co.in





--
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] ActiveSync with Win 8.1 metro apps

2015-04-07 Thread Heiner Markert

Hello,

when syncing Windows 8.1 integrated metro apps (Contacts, Calendar) 
via EAS, multiple calendars work beautifully.
However, multiple address books do not seem to work - only the personal 
address book is synced.


Is this a known issue, and is there any known workaround?

Thank you and best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo ActiveSync + S/MIME encryption/signature problem

2015-04-05 Thread Heiner Markert

Hello,

I am trying to set up S/MIME encryption with a EAS synced mailbox from a 
sogo 2.2.17a server on my android device (Samsung Galaxy S4, Android 5.0.1).

However, this fails with both the native client as well as nine.
When sending a signed message, the receiving mail program displays the 
message as corrupt: Message has been changed after sending, for both 
clients. I assume that some change happens on the sogo server.


Sending encrypted messages always fails, as I was not able to figure out 
a way to import the senders public key in neither of the two clients. 
The Samsung native client tries to download the key from the server, but 
fails. Nine does not give any message, just a red encryption sign, and 
sends unencrypted.


Will S/MIME encryption be supported at some point within SOGo  EAS, or 
does it already work and I just mis-configured the whole thing?


Thanks for your support!

Best,
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo and funambol

2015-03-09 Thread Heiner Markert

Am 09.03.2015 um 18:56 schrieb Sebastián:

El 09/03/15 a las 14:30, Christian Mack escribió:

1) Use an CalDAV- and CardDAV-Connector e.g. the ones from
http://www.dfms.org


dmfs.org ;)

Cal- and Carddav-Sync really work very well and stable. They are able to 
sync all calendars and address books available in your sogo account.


Best,
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo ActiveSync From Header

2015-01-18 Thread Heiner Markert

Am 12.01.2015 um 20:27 schrieb Ludovic Marcotte:

On 09/01/2015 07:55, Heiner Markert wrote:
Is it possible to configure SOGo to always add the real name of the 
user to outgoing mails? 

This should be fixed in the upcoming nightly builds - please try them.


Hello Ludovic,

thank you for the fix. It is working in the current nightly for me.

Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo ActiveSync From Header

2015-01-09 Thread Heiner Markert

Hello,

I tried to configure ActiveSync with a Samsung Galaxy S4 today. Mail 
seems to be working well, with one restriction: I am unable to set the 
sender name (real world name) on the device. However, SOGo does not add 
the name to the outgoing mail either, so in the end, a Mail with a 
from-header consisting only of the Mail-Address is sent out (The 
recipient sees m...@mustermann.de instead of Max Mustermann 
m...@mustermann.de).


Is it possible to configure SOGo to always add the real name of the user 
to outgoing mails?


Thank you and best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Activesync does not sync contacts

2014-10-10 Thread Heiner Markert

Hello,

nobody else with this problem?

Is there someone who actually has working contact sync via ActiveSync  
with an android phone? Maybe he/she could help me out with 
troubleshooting...


Thanks and best regards
Heiner


Am 01.10.2014 um 21:04 schrieb Heiner Markert:

Hello,

I tried active sync today on a recent SOGo server with all updates 
applied with my Galaxy S4 phone.
However, I do not receive any contacts. Mail, tasks, and calendar seem 
to sync fine.


Any ideas?
I do not see something that seems relevant in the server logs.

Thank you.

Best regards
Heiner



--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Activesync does not sync contacts

2014-10-01 Thread Heiner Markert

Hello,

I tried active sync today on a recent SOGo server with all updates 
applied with my Galaxy S4 phone.
However, I do not receive any contacts. Mail, tasks, and calendar seem 
to sync fine.


Any ideas?
I do not see something that seems relevant in the server logs.

Thank you.

Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] News from SOGo project

2013-10-27 Thread Heiner Markert

Am 17.10.2013 16:33, schrieb Ludovic Marcotte:
Moreover, we've discussed adding Active Sync support in the past few 
weeks, that will also get in.


Hello Ludovic,

this is great news, thanks!
Do you plan to use the sync tags to combine several calendars into one, 
as it has been done with Funambol/SyncML sync earlier? This would be 
really great for devices that do not support multiple calendars over 
ActiveSync!


Best regards
Heiner


--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync question

2013-10-21 Thread Heiner Markert

Am 03.09.2013 17:12, schrieb Corrado Fiore:

Dear All,

I've been in touch in the past days with Francisco Miguel Biete, author of 
Z-Push-contrib, a fork from the original Z-Push that is working well (at least, 
in our tests) with SOGo:

 https://github.com/fmbiete/Z-Push-contrib

What's important here is that Francisco Miguel has been very responsive in 
fixing the bugs we submitted (one for CardDAV, the other for the IMAP backend). 
 I must say I'm quite impressed.

ActiveSync seems to be working very well, and so far seems to be solid enough 
that we can use it in production.  However, documentation could be a bit more 
organized, so here's the idea:  I'll try to sum all the usual mistakes on a 
page in the SOGo wiki.  Allow me some days for this, I'll try my best.

On the other hand, I agree that the SOGo community needs a point of reference 
for Z-Push just like Inverse is for SOGo.

Best,
Corrado Fiore




Thank you very much for the link! Seems to be working perfectly!

Someone really should update the SOGo wiki (unfortunately I am unable to 
create an account: I fail with the TextCha...). It still links to 
sogosync, which is totally outdated.


Best,
Heiner



--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo update server not working

2013-10-21 Thread Heiner Markert

Am 21.07.2013 14:08, schrieb Heiner Markert:

Hello,

I configured SOGo update server on my local SOGo server under /plugins.
When I start thunderbird and try to push a new extension, thunderbird 
displays please wait until the update has finished (or similar, I 
get the message in German).

Nothing more seems to happen.

The web server log shows to GETs to the updates.php script:
[21/Jul/2013:14:02:15 +0200] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=Linux_x86_64-gcc3 
HTTP/1.1 200 788 - Mozilla/5.0 (X11; Linux x86_64; rv:17.0) 
Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1


[21/Jul/2013:14:02:15 +0200] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=Linux_x86_64-gcc3 
HTTP/1.1 200 772 - Mozilla/5.0 (X11; Linux x86_64; rv:17.0) 
Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1


However, now further call in order to actually download the xpi-files 
is logged.


Has someone experienced similar behavior and can give me hints how to 
solve it?


Best regards
Heiner

Hello,

I still did not get any further with this issue.

My udates.php:
?php
/* updates.php - this file is part of SOGo
 *
 *  Copyright (C) 2006-2013 Inverse inc.
 *
 * Author: Wolfgang Sourdeau wsourd...@inverse.ca
 * Francis Lachapelle flachape...@inverse.ca
 *
 * This file is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This file is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; see the file COPYING.  If not, write to
 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

/* This script handles the automatic propagation of extensions 
pertaining to a

   SOGo site. It requires PHP 4.1.0 or later. */
$plugins
= array(
sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 24.0.0,
   filename = sogo-connector-24.0.0-679d27bda6.xpi ),
sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 24.0.0,
   filename = 
sogo-integrator-24.0.0-11ec2aa193-sogo-bullfinch-org.xpi )

);

$applications
= array( thunderbird = 
em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id

em:minVersion24.0/em:minVersion
em:maxVersion24.*/em:maxVersion );

$pluginname = $_GET[plugin];
$plugin = $plugins[$pluginname];
$application = $applications[$plugin[application]];

if ( $plugin ) {
  $platform = $_GET[platform];
  if ( $platform
file_exists( $platform . / . $plugin[filename] ) ) {
$plugin[filename] = $platform . / . $plugin[filename];
  }
  elseif ( !file_exists( $plugin[filename] ) ) {
$plugin = false;
  }
}

if ( $plugin ) {
  header(Content-type: text/xml; charset=utf-8);
  echo ('?xml version=1.0?' . \n);
?
!DOCTYPE RDF
RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:em=http://www.mozilla.org/2004/em-rdf#;
  Description about=urn:mozilla:extension:?php echo $pluginname ?
em:updates
  Seq
li
  Description
em:version?php echo $plugin[version] ?/em:version
em:targetApplication
  Description?php echo 
$applications[$plugin[application]] ?
em:updateLink?php echo dirname(getenv('SCRIPT_URI')) 
. '/' . $plugin[filename] ?/em:updateLink

  /Description
/em:targetApplication
  /Description
/li
  /Seq
/em:updates
  /Description
/RDF
?php
} else {
  header(Content-type: text/plain; charset=utf-8, true, 404);
  echo( 'Plugin not found' );
}
?


Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Sogo update server not working

2013-07-21 Thread Heiner Markert

Hello,

I configured SOGo update server on my local SOGo server under /plugins.
When I start thunderbird and try to push a new extension, thunderbird 
displays please wait until the update has finished (or similar, I get 
the message in German).

Nothing more seems to happen.

The web server log shows to GETs to the updates.php script:
[21/Jul/2013:14:02:15 +0200] GET 
/plugins/updates.php?plugin=sogo-integra...@inverse.caversion=0.00platform=Linux_x86_64-gcc3 
HTTP/1.1 200 788 - Mozilla/5.0 (X11; Linux x86_64; rv:17.0) 
Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1


[21/Jul/2013:14:02:15 +0200] GET 
/plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=Linux_x86_64-gcc3 
HTTP/1.1 200 772 - Mozilla/5.0 (X11; Linux x86_64; rv:17.0) 
Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1


However, now further call in order to actually download the xpi-files is 
logged.


Has someone experienced similar behavior and can give me hints how to 
solve it?


Best regards
Heiner


--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Problems with SOGo Integrator

2013-07-18 Thread Heiner Markert

Hello,

when I install sogo integrator configured to my local SOGo server, 
thunderbird breaks: The mail tab only shows the overview (like if you 
select the mail account, and not a folder in it), no matter which folder 
I try to activate. Several other functions are broken, e.g. it is not 
possible to open the add on tab any longer (so I have to restart 
thunderbird in safe mode in order to remove sogo integrator). The 
problem appears on my openSuSE thunderbird 17.0.6 and 17.0.7 install and 
also on Windows thunderbird 17.0.7.

With Integrator 17.0.3 I do not have this problem.

However, when trying to push an updated extension through the update 
server with integrator 17.0.3, a window telling me to wait until the 
update is finished occurs, the update however never finishes. I don't 
know the reason for that, but it makes the update server practically 
useless.


Has anyone experienced similar issues and can give me some hints how to 
solve these problems?


Thank you and best regards
Heiner



--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Integrator plugin installation not working

2013-03-09 Thread Heiner Markert

Hello,

I am using thunderbird 17.0.2 ESR on linux. Recently, I tried to 
configure the SOGo update server. Integrator and Connector version are 
17.0.3.
When I try to push a new version of a plugin to thunderbird, a window 
appears when thunderbird is started saying that I should wait until the 
plugins are installed. Then, nothing more happens and the window is 
displayed forever. The plugin is not installed. (I waited about half an 
hour).


I tried this on several linux machines, all show the same behavior.

I don't think that this is an issue with the upgrade server. As a test, 
I removed the xpis on the server and restarted thunderbird. Then, the 
window about plugin install does not appear at all.


Does someone know a solution to this problem?

Best regards
Heiner

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] number of phone / e-mail fields

2013-02-09 Thread Heiner Markert
Am Freitag, 8. Februar 2013, 15:43:04 schrieb Jean Raby:
 On 13-02-08 3:13 PM, Robert McQueen wrote:
  Hi folks,
  
  I've set up SOGo last night as we're evaluating it for Collabora - I'm
  initially very impressed! Very good work.
  
  I had a couple of queries, one I noticed when playing around importing
  existing contacts - it seems the schema / web form are hardcoded to have
  2 e-mail addresses and 5 phone numbers (1 each of work home mobile fax
  and pager), which in some cases results in some data loss when I import
  some of my existing vCards.
 
 The interface only shows some of the vcard fields, there shouldn't be
 any data loss however.
 Check the vcard source (right-click - raw source), you should see all
 the fields.

Hello,

yes, this seems to be true for the web interface. And the web editor only 
changes the fields that have really been edited, without deleting all other 
fields, which is great.

However, thunderbird behaves completely different: Whenever a vcard is opened 
within thunderbird, and confirmed with ok, thunderbird overwrites the 
complete vcard. This leads to data loss if the vcard contained additional 
fields. Does a workaround/solution exist for that problem?

Best regards
Heiner

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] iCal4OL and Sogo - double invitations

2013-02-04 Thread Heiner Markert
Hello,

another possibility is to suppress attendee sync in ical4ol. While this will 
delete the attendee information from the event in CalDAV/SOGo, invitations 
also will not be send due to missing email addresses.
This might be an option for a one-way sync scenario from outlook to SOGo, I do 
not think that it's a good idea to do two way sync as this will probably 
delete attendee information in Outlook as well.

Regards
Heiner


Am Montag, 4. Februar 2013, 11:03:19 schrieb systeembeh...@z-netwerken.nl:
 Hello,
 
 To disable appointments sending by Sogo at all isn't an option because
 other caldav clients can't send invitations at all. Is it possible to
 put it on the feature list of Sogo to support a special tag for attendee
 lines?
 
 **
 
 *Met vriendelijke groet,*
 
 
 
 *Merijn Visser*
 
 Z-NetwerkenNederland bv
 
 Landzichtweg 66 | 4105 DP Culemborg
 
 *T *0345 - 53 69 25 | *F *0345 - 51 64 56
 
 www.z-netwerken.nl http://www.z-netwerken.nl | mvis...@z-netwerken.nl
 mailto:mvis...@z-netwerken.nl
 
 **VRIJWARING
 
 
 De informatie verzonden in dit e-mailbericht is vertrouwelijk en
 uitsluitend bestemd voor de geadresseerde.
 
 Indien de informatie bij vergissing bij u terecht is gekomen dan
 verzoeken wij u vriendelijk de afzender
 
 hiervan op de hoogte te stellen en de informatie te verwijderen.
 Openbaarmaking, vermenigvuldiging,
 
 verspreiding en/of verstrekking van deze informatie aan derden zonder
 expliciete toestemming van de
 
 afzender is niet toegestaan. Aan de verstrekte informatie kunnen geen
 rechten worden ontleend, tenzij
 
 expliciet anders is aangegeven in het e-mailbericht.
 Z-NetwerkenNederland staat niet in voor de juiste en volledige
 
 overbrenging, noch voor de tijdige ontvangst van dit e-mailbericht.
 
 **VRIJWARING
 
 Op 03-02-13 10:08, Heiner Markert schreef:
  Am Freitag, 1. Februar 2013, 20:33:23 schrieb systeembeheer@z-
netwerken.nl:
  Hello,
  
  We are having a problem with the connection betwee iCal4OL and the Sogo
  server 2.03. Problem is that everytime when a new event is created in
  outlook it will send an invitation. When iCal4OL syncs the event with
  the sogo server over Caldav the event is synchronised and also the
  invitation is sent again.
  
  Is there any support in Sogo for a special tag for attendee lines called
  SCHEDULE-AGENT=CLIENT? Or is there a way to stop the sending of
  invitations in SOGo directly, which did arrive by CalDAV?
  
  Step 1: add event test 1 with attendee, invitation is send by outlook
  directly (before iCal4OL syncd)
  Step 2: Sync iCal4OL with the Sogo server, event is synced and
  invitation is sent again by the Sogo server
  
  For this time we still have trouble with the Sogo, Openchange and Samba
  setup, so until we find it stable enough we use iCal4OL as a temporarily
  solution. It works fine excepts for the invitations, so please be kind
  to help us :-).
  
  Kind regards,
  
  Merijn Visser
  
  Hello,
  
  you can set
  SOGoAppointmentSendEMailNotifications NO
  SOGoFoldersSendEmailNotifications NO
  SOGoACLsSendEMailNotifications NO
  SOGoAppointmentSendEMailReceipts NO
  
  and SOGo stops sending emails automatically. I think you can use only the
  first (or last?) setting to disable the automatic invitations.
  However, this settings will also influence events created through the web
  interface, where SOGo will also stop sending email invitations. Attendees
  with an account in the same SOGo installation will still get notified
  about their invitation, but I don't know what happens to external
  attendees.
  
  If there is another way to disable sending invitations for events that are
  synced via ical4ol (or another caldav client), I would be very interested
  about it.
  
  Best regards
  Heiner
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] iCal4OL and Sogo - double invitations

2013-02-03 Thread Heiner Markert
Am Freitag, 1. Februar 2013, 20:33:23 schrieb systeembeh...@z-netwerken.nl:
 Hello,
 
 We are having a problem with the connection betwee iCal4OL and the Sogo
 server 2.03. Problem is that everytime when a new event is created in
 outlook it will send an invitation. When iCal4OL syncs the event with
 the sogo server over Caldav the event is synchronised and also the
 invitation is sent again.
 
 Is there any support in Sogo for a special tag for attendee lines called
 SCHEDULE-AGENT=CLIENT? Or is there a way to stop the sending of
 invitations in SOGo directly, which did arrive by CalDAV?
 
 Step 1: add event test 1 with attendee, invitation is send by outlook
 directly (before iCal4OL syncd)
 Step 2: Sync iCal4OL with the Sogo server, event is synced and
 invitation is sent again by the Sogo server
 
 For this time we still have trouble with the Sogo, Openchange and Samba
 setup, so until we find it stable enough we use iCal4OL as a temporarily
 solution. It works fine excepts for the invitations, so please be kind
 to help us :-).
 
 Kind regards,
 
 Merijn Visser

Hello,

you can set
SOGoAppointmentSendEMailNotifications NO
SOGoFoldersSendEmailNotifications NO
SOGoACLsSendEMailNotifications NO
SOGoAppointmentSendEMailReceipts NO

and SOGo stops sending emails automatically. I think you can use only the first 
(or last?) setting to disable the automatic invitations.
However, this settings will also influence events created through the web 
interface, where SOGo will also stop sending email invitations. Attendees with 
an account in the same SOGo installation will still get notified about their 
invitation, but I don't know what happens to external attendees.

If there is another way to disable sending invitations for events that are 
synced via ical4ol (or another caldav client), I would be very interested 
about it.

Best regards
Heiner
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] authentication with kerberos

2013-01-11 Thread Heiner Markert
Hello,

this might be bug 1200:
http://www.sogo.nu/bugs/view.php?id=1200

Best regards,
Heiner



Am Thursday 10 January 2013 23:25:05 schrieb cmsch...@rockwellcollins.com:
 Hello - thanks for the response.. As requested.. and a few other things..

 /etc/httpd/conf.d/SOGo.conf

 ***
 Location /SOGo
   AuthType Kerberos
   Require valid-user
   SetEnv proxy-nokeepalive 1
   Allow from all

   KrbAuthRealms EXAMPLE.COM
   KrbServiceName HTTP/host.example@example.com
   Krb5Keytab /etc/httpd/krb5.keytab
   KrbLocalUserMapping On
   RewriteEngine On
   RewriteRule .* - [E=SOGO_REMOTE_USER:%{REMOTE_USER}]
 /Location

 ProxyRequests Off
 SetEnv proxy-nokeepalive 1
 ProxyPreserveHost On
 ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

 Proxy http://127.0.0.1:2/SOGo [^]
   RequestHeader set x-webobjects-server-port 80
   RequestHeader set x-webobjects-server-name host
   RequestHeader set x-webobjects-server-url http://host;
   RequestHeader set x-webobjects-remote-user %{REMOTE_USER}e
   RequestHeader set x-webobjects-server-protocol HTTP/1.0
   RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e
 env=REMOTE_HOST
   AddDefaultCharset UTF-8
   Order allow,deny
 /Proxy
 RewriteEngine On
 RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
 ***

 And actually - I got this working okay. But the problem still seems to be
 that I have dovecot working with Kerberos - I can telnet into the IMAP
 port using my username and password and it works just fine..

 **
 [root@centos01 httpd]# telnet localhost 143
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
 STARTTLS AUTH=PLAIN] Dovecot ready.
 . login username password
 . OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
 SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT
 CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC
 ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS] Logged in
 ***

 My dovecot config looks like this:

 ***
 [root@centos01 httpd]# dovecot -n
 # 2.0.9: /etc/dovecot/dovecot.conf
 # OS: Linux 2.6.32-279.19.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
 auth_debug = yes
 auth_debug_passwords = yes
 auth_username_format = %Lu
 auth_verbose = yes
 disable_plaintext_auth = no
 mbox_write_locks = fcntl
 passdb {
   driver = pam
 }
 ssl_cert = /etc/pki/dovecot/certs/dovecot.pem
 ssl_key = /etc/pki/dovecot/private/dovecot.pem
 userdb {
   args = uid=503 gid=503 home=/home/vmail/%u
   driver = static
 }
 ***

 The pam_dovecot looks like this...

 ***
 [root@centos01 httpd]# cat /etc/pam.d/dovecot
 #%PAM-1.0
 authsufficient  pam_krb5.so no_user_check validate
 account sufficient  pam_permit.so
 [root@centos01 httpd]#

 However, when I log into SOGo, then I get the error in my
 /var/log/maillog.

 Jan 10 16:19:45 centos01 dovecot: auth: Debug: pam(user,127.0.0.1): lookup
 service=dovecot

 Any ideas?

 Thanks -

 Chris





 From:   Khapare Joshi khapar...@gmail.com
 To: users@sogo.nu
 Date:   01/10/2013 02:29 PM
 Subject:Re: [SOGo] authentication with kerberos



 can you share how did you configure sogo with kerberos ?

 On Thu, Jan 10, 2013 at 8:03 PM, cmsch...@rockwellcollins.com wrote:
 Is there anyway for SOGO to authenticate with UPPERCASE domain names? I
 was
 having issues with Dovecot with LDAP, so i configured it with Kerberos,
 which
 works great. However, when SOGO passes the authentication piece to
 Dovecot, it
 uses a lowercase domain name..

 i.e.

 u...@example.com

 instead of

 u...@example.com for kerberos to work.

 Any insight?

 Thanks -

 Chris

 CentOS release 6.3 (Final) 2.6.32-279.19.1.el6.x86_64

 sogo-2.0.3a-1.centos6.x86_64
 postfix-2.6.6-2.2.el6_1.x86_64
 dovecot-2.0.9-2.el6_1.1.x86_64
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists


-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogsync -- activesync for sogo -- read/write support enabled -- please help by testing

2012-05-05 Thread Heiner Markert
Am Friday 04 May 2012 14:34:40 schrieb mayak-cq:
 hi all,

 i just wanted to remind everyone that activesync is working with sogo
 through the use of z-push with a carddav and caldav backend.

 in the first release, calendars and address books were read-only,
 however, the code base has been modified to allow both read and write.

 please do feel free to test and report your results back here.

 and of course, a round of applause to francois lacroix for his php
 programming .

 thanks

 mayak

 sogo sync home page: https://github.com/xbgmsharp/sogosync
 z-push home page: http://z-push.sourceforge.net

Hi,

this is really great news, thank you for the work. I already reported some 
issues to the github tracker...

Best regards
Heiner

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-04-07 Thread Heiner Markert
]
  ExportHierarchyChangesCombined::Config(...)
  04/05/12 19:57:53 [16623] [tazz]
  ImportHierarchyChangesCombinedWrap::ImportHierarchyChangesCombinedWrap(c,
 ...) 04/05/12 19:57:53 [16623] [tazz] Initializing folder diff engine
  04/05/12 19:57:53 [16623] [tazz] CaldavBackend: GetFolderList()
  04/05/12 19:57:53 [16623] [tazz] Found 0 folder changes
  04/05/12 19:57:53 [16623] [tazz]
  ImportHierarchyChangesCombinedWrap::ImportHierarchyChangesCombinedWrap(v,
 ...) 04/05/12 19:57:53 [16623] [tazz] Initializing folder diff engine
  04/05/12 19:57:53 [16623] [tazz] CarddavBackend: GetFolderList() 04/05/12
  19:57:53 [16623] [tazz] CarddavBackend: GetFolderList - URL
  [https://localhost/SOGo/dav/tazz/Contacts/]
  04/05/12 19:57:53 [16623] [tazz] CarddavBackend: GetFolderList - in
  Abook [personal] Abook Name [Personal Address Book]
  04/05/12 19:57:53 [16623] [tazz] CarddavBackend: GetFolderList - in
  Abook [work] Abook Name [Colleagues]
  04/05/12 19:57:53 [16623] [tazz] CarddavBackend: GetFolderList - in
  Abook [392D-4F7DD880-23-33F6FF80] Abook Name [Test]
  04/05/12 19:57:53 [16623] [tazz] CarddavBackend: GetFolderList - in
  Abook [users] Abook Name [SOGo Users]
  04/05/12 19:57:53 [16623] [tazz] Found 0 folder changes
  04/05/12 19:57:53 [16623] [tazz]
  ExportHierarchyChangesCombined::Config complete
  04/05/12 19:57:53 [16623] [tazz]
  ExportHierarchyChangesCombined::GetChangeCount()
  04/05/12 19:57:53 [16623] [tazz]
  ExportHierarchyChangesCombined::Synchronize()
  04/05/12 19:57:53 [16623] [tazz]
  ExportHierarchyChangesCombined::GetState()
  04/05/12 19:57:53 [16623] [tazz] Combined::GetExporter(c/personal)
  04/05/12 19:57:53 [16623] [tazz] Initializing message diff engine
  04/05/12 19:57:53 [16623] [tazz] 3 messages in state
  04/05/12 19:57:53 [16623] [tazz] CaldavBackend:
  GetMessageList(personal, 0)
  04/05/12 19:57:53 [16623] [tazz] Found 0 message changes

 These lines go on and on through the whole debug.txt. My test account
 has one personal calendar, one subscription of an ics-File, a secondary
 calendar and one subscription of another test user. As you can see,
 there are 4 Adressbooks, with one of them being the Sogo Users Adressbook.

 If I understand it correctly, it does not find any changes, so it does
 not sync anything.


 Does this clarify the problem me and probably Heiner have?

 Greetings
 Tazz

 Am 31.03.2012 11:06, schrieb xbgmsh...@gmail.com:
  Hi Heiner,
 
  Which Nokia are you using?
  Is it a Windows Phone or Symbian?
  If so which version?
  Could you provide the debug.txt file without your username and pass.
 
  Regards
  Francois
 
  Le 31/03/2012 09:30, Heiner Markert wrote:
  Am Tuesday 27 March 2012 11:01:24 schrieb xbgmsharp:
  SOGo Users,
 
  This is a follow up on from this thread.
  '[SOGo] Why not move from Funambol to Z-Push? Many features will be
  obtained.', http://www.mail-archive.com/users@sogo.nu/msg08451.html
  even farther from this reply,
  http://www.mail-archive.com/users@sogo.nu/msg08828.html, on the same
  suject.
 
  I am pleased to announce sogosync, It is an unmodified Z-Push from svn
  upstream (1.5.x branch) with caldav and cardav backend.
 
  So far it is a read-only carddav and caldav and support multiple
  addressbook and calendar.
  I have also made the configuration easier with preconfigure file
  working against http://sogo-demo.inverse.ca.
  'public' addressbook are skip as they are provide by LDAP Z-push
  backend.
  Email (IMAP) and GAL (Global Address List) support are provide by
  standard Z-push backend.
 
  It has been tested on iOS 5.0.1.
 
  It is Open Source software released under AGPLv3 and host on
  Github.com.
 
  Please feel free to feedback, contribute to the code, sponsor or
  donate.
 
  More on https://github.com/xbgmsharp/sogosync
 
  Kind regards,
  Francois
 
  Hello,
 
  I tried sogosync today with a nokia device with the following results:
 
  E-Mail sync seems to work fine.
  Contacts: I never got any contact transferred to the phone. In
  debug.txt, I
  was able to see that the two address books where found by the carddav
  backend, but it did never detect any changes to these addressbooks, so
  nothing was transferred.
  Calendar: Events get transferred to the phone, but only from the
  personal
  calendar -- multiple calendars did not work. In debug.txt, it states
  that the
  exporting calendar was c/personal, so unfortunately the caldav
  backend did
  not seem to detect my other calendars.
  I did not test task synchronisation.
 
  Can anyone give me any hints how I can get contact and multiple
  calendar sync
  working?
 
  Thanks a lot for the work - if it is finished, this is a long awaited
  extension to sogo!
 
  Best regards
  Heiner
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: sogosync - Open Source ActiveSync with caldav and cardav backend

2012-03-31 Thread Heiner Markert
Am Tuesday 27 March 2012 11:01:24 schrieb xbgmsharp:
 SOGo Users,

 This is a follow up on from this thread.
 '[SOGo] Why not move from Funambol to Z-Push? Many features will be
 obtained.', http://www.mail-archive.com/users@sogo.nu/msg08451.html
 even farther from this reply,
 http://www.mail-archive.com/users@sogo.nu/msg08828.html, on the same
 suject.

 I am pleased to announce sogosync, It is an unmodified Z-Push from svn
 upstream (1.5.x branch) with caldav and cardav backend.

 So far it is a read-only carddav and caldav and support multiple
 addressbook and calendar.
 I have also made the configuration easier with preconfigure file
 working against http://sogo-demo.inverse.ca.
 'public' addressbook are skip as they are provide by LDAP Z-push
 backend.
 Email (IMAP) and GAL (Global Address List) support are provide by
 standard Z-push backend.

 It has been tested on iOS 5.0.1.

 It is Open Source software released under AGPLv3 and host on
 Github.com.

 Please feel free to feedback, contribute to the code, sponsor or
 donate.

 More on https://github.com/xbgmsharp/sogosync

 Kind regards,
 Francois

Hello,

I tried sogosync today with a nokia device with the following results:

E-Mail sync seems to work fine.
Contacts: I never got any contact transferred to the phone. In debug.txt, I 
was able to see that the two address books where found by the carddav 
backend, but it did never detect any changes to these addressbooks, so 
nothing was transferred.
Calendar: Events get transferred to the phone, but only from the personal 
calendar -- multiple calendars did not work. In debug.txt, it states that the 
exporting calendar was c/personal, so unfortunately the caldav backend did 
not seem to detect my other calendars.
I did not test task synchronisation.

Can anyone give me any hints how I can get contact and multiple calendar sync 
working?

Thanks a lot for the work - if it is finished, this is a long awaited 
extension to sogo!

Best regards
Heiner

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-21 Thread Heiner Markert
Am Tuesday 20 March 2012 22:09:30 schrieb mayak-cq:
 snip
 
   
   well -- secret be told -- it is being worked on and i am partially
   funding the development 
   
   i'll let francois give the details.
 
 snip
 
  this is really great news! Thanks a lot for supporting this development!
  Is synchronization of multiple address books going to be possible via 
  z-push?
 
 snip
 
 hi heiner,
 
 i may be mistaken, but i don't think so. activesync doesn't support it.
 
 perhaps someone else can confirm. idea is currently to develop a
 carddav/caldav backend for z-push with ldap auth -- *perhaps* something
 could be done on the caldav server side to combine books.
 
 thanks
 
 m
 


Hi,

have a look at the z-push backend developed for the kolab server [1] for an 
example of both points you mentioned:
a) they support so called folder mode, synchronizing multiple calendars and 
address books to compatible (according to their wiki, currently only Apple) 
devices. This means that multiple calendars/address books are not merged into 
one but instead are being kept as multiple calendar/address book folders on the 
mobile. This also means that the active sync protocol supports multiple folders.
b) What I was originally thinking about when I asked the question was merging 
several calendars or address books on the server side into one on the 
mobile/client side, similar to how it is being done in sogo for funambol 
syncml-synchronizations for calendars already.
A perfect implementation in my point of view would support both modes of 
operation. This is what is currently available for the kolab server.

Best regards
Heiner

[1] http://wiki.kolab.org/index.php/Z_push
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Why not move from Funambol to Z-Push? Many features will be obtained.

2012-03-20 Thread Heiner Markert
Am Tuesday 20 March 2012 06:47:31 schrieb mayak-cq:
 On Mon, 2012-03-19 at 19:12 -0400, Ludovic Marcotte wrote:
 
  On 19/03/12 17:19, chymian wrote:
   I believe, there a lot of people waiting desperatley for the 
   implementation of z-push.
   so, it would be nice, if we can get some news on that development for the 
   1.5.x/2.0 sogo-backend for z-push?
  
   when will be a beta/release available?
  AFAIK, no one is working on it so don't expect anything anytime soon.
 
 hi all,
 
 well -- secret be told -- it is being worked on and i am partially
 funding the development 
 
 i'll let francois give the details.
 
 thanks
 
 m
 

Hi,

this is really great news! Thanks a lot for supporting this development!
Is synchronization of multiple address books going to be possible via z-push?

Best regards
Heiner


-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sync multiple adressbooks / calendars using Funambol (V10)

2012-03-07 Thread Heiner Markert
Am Wednesday 07 March 2012 15:38:51 schrieb Andreas Balg:
 
  Thanks for the hint - I did use CalDAV and CardDAV for Android - and yes 
 they work well - butthats neither an option nor the question.
  
  In my opinion neither Android nor iPhones are business Capable when it 
 comes to Email, Contact or Calendar Management - So I put my galaxy back into 
 the desk drawer and did not miss it a single second having my oldfashioned 
 Blackberry or Nokia E72 with me that I can trust on and where I can surely 
 rely on having some battery left after 8 hours out of office ;-)
  
  Cheers,
  Andreas Balg
  

Hello,

multiple calendar sync is working through funambol/syncml, however, with your 
E72 you will likely encounter this bug:
http://www.sogo.nu/bugs/view.php?id=1375
It means that events created/modified on the phone will result in a broken 
reminder on the server (i.e., the server does not understand the reminder 
format the mobile creates).

Multiple address book sync is unfortunately not working at all. There alredy is 
a feature request for this for some time now:
http://www.sogo.nu/bugs/view.php?id=575

Best regards
Heiner
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Android status?

2011-11-19 Thread Heiner Markert
Hello Simon,

thanks a lot for your help.

Best,
Heiner

Am Samstag 19 November 2011, 01:34:51 schrieb Simon Veit:
 Hello Heiner,
 
 after reading some reviews I came to think that Samsung Galaxy Note is
 the Android-powered device that has the longest standby duration.
 Also usage times seem to be really good, maybe you want to take a closer
 look...
 I'm glad I could help you.
 
 Simon
 
 Am 18.11.2011 20:27, schrieb Heiner Markert:
  Hi Simon,
  
  great! Exactly what I need, thank you.
  Now I just need to find an android device which runs for about a week
  without charging, but that's a different topic :-)
  
  Best regards
  Heiner
  
  Am Donnerstag 17 November 2011, 21:17:52 schrieb Simon Veit:
  Hello Heiner,
  
  the notification status of the GUI and the mobile is the same.
  I get notified for the kids' calendar but not for my gf's one.
  
  Easy as that. ;)
  
  Simon
  
  Am 17.11.2011 19:56, schrieb Heiner Markert:
  Hello Simon,
  
  thank you for answering my questions. If I deselect the alarms for one
  calendar in the web interface, will they also be disabled on the
  mobile? Otherwise, the mobile will remind me about my wifes events,
  which is very confusing...
  
  Best regards
  Heiner
  
  Am Donnerstag 17 November 2011, 10:19:10 schrieb Simon Veit:
  Hello Heiner,
  
  sorry for only answering the first question of your mail.
  
  In the SOGo Webinterface I can select if I want to be reminded of
  events in imported calendars (which I deselected for my gf's personal
  calendar but kept it selected for the kids' calendar).
  Oh, and I almost forgot, you can have multiple calendars for each
  user, so setting up two calendars for your wife (one personal and
  one work) should do the trick.
  
  Yours,
  Simon
  
  Am 16.11.2011 18:25, schrieb Heiner Markert:
  Hello Simon,
  
  thanks for the info, that sounds great.
  Do you get the reminders for all calendars, or can you select for
  which calendars the alarms shall be enabled?
  The background is that I want to sync the work calendar of my wife in
  order to be able to arrange meetings we both can take part in.
  However, I do not want to get a reminder every time she has a
  meeting at work...
  
  Best regards
  Heiner
  
  Am Dienstag 15 November 2011, 22:22:59 schrieb Simon Veit:
  Hello Heiner,
  
  I'm using both apps (bought them via androidpit.de). Syncing
  multiple calendars (two-way) works like a charm, just import
  calendars from other users in the webinterface and you will be able
  to sync them on your mobile. I'm using four calendars
  (personal/work on my own account and personal/kids on my gf's
  account) and
  sync/edit/create/view them on my HTC Vision running on CM7.1.
  Syncing contacts also works without any hassle.
  
  I noticed some little glitch when changing times for a series of
  calendar-entries, but I think this happened when changing them in
  TB8 with lightning 1.0 on the same SOGo installation.
  
  Simon
  
  Am 15.11.2011 22:08, schrieb Heiner Markert:
  Hi,
  
  is it possible to sync multiple calendars and address books with
  android with these apps?
  Can I choose which calendars/address books shall be synced?
  Will the reminders of all calendars be active on the mobile, or is
  it possible to select which calendars reminders shall be
  activated?
  
  I do not [yet] have an android device, so I cannot test myself, but
  I am very interested in these questions - I am still searching for
  a mobile that fulfills all my requirements...
  
  Thank you and best regards
  Heiner
  
  Am Mittwoch 04 Mai 2011, 16:46:19 schrieb Stephan Heck:
  Hi all
  
  I am quite happy with http://dmfs.org/carddav/ and
  http://dmfs.org/caldav/. The developer is actively improving both
  clients and provides new releases with new features nearly every
  week. He is answering mails and trying to help out for me that
  is woth two bucks, escpecially if the developer is going to make
  it open source later on.
  
  Cheers
  Steve
  
  Op 02-05-11 12:16, André Schild schreef:
  Just noted that this one exists:
  
  http://dmfs.org/caldav/
  
  Not tested it myself (and not freeware)
  
  Hello André,
  
  I've asked the author and he says:
  -
  currently there is only a free as in beer version of
  CardDAV-Sync. The DAViCal Wiki entry has been written by an user
  not by me. As my website states I'm planning to make both of them
  open source once they are worth it. I don't want to open the code
  right now because it is just not ready to be published.
  By not ready I mean that I'm still in the process of finding an
  architecture and defining interfaces. My plan is to put some
  stuff in separate libraries and publish them under GPL on
  Sourceforge as soon as I think its interface (and most of its
  implementations) is good enough. 
  
  I like when it's OSS, for me it's not so important if it's
  freeware.
  
  With regards,
  Paul van der Vlis.

-- 
users@sogo.nu
https://inverse.ca/sogo

Re: [SOGo] Android status?

2011-11-18 Thread Heiner Markert
Hi Simon,

great! Exactly what I need, thank you.
Now I just need to find an android device which runs for about a week without 
charging, but that's a different topic :-)

Best regards
Heiner


Am Donnerstag 17 November 2011, 21:17:52 schrieb Simon Veit:
 Hello Heiner,
 
 the notification status of the GUI and the mobile is the same.
 I get notified for the kids' calendar but not for my gf's one.
 
 Easy as that. ;)
 
 Simon
 
 Am 17.11.2011 19:56, schrieb Heiner Markert:
  Hello Simon,
  
  thank you for answering my questions. If I deselect the alarms for one
  calendar in the web interface, will they also be disabled on the mobile?
  Otherwise, the mobile will remind me about my wifes events, which is very
  confusing...
  
  Best regards
  Heiner
  
  Am Donnerstag 17 November 2011, 10:19:10 schrieb Simon Veit:
  Hello Heiner,
  
  sorry for only answering the first question of your mail.
  
  In the SOGo Webinterface I can select if I want to be reminded of events
  in imported calendars (which I deselected for my gf's personal calendar
  but kept it selected for the kids' calendar).
  Oh, and I almost forgot, you can have multiple calendars for each user,
  so setting up two calendars for your wife (one personal and one
  work) should do the trick.
  
  Yours,
  Simon
  
  Am 16.11.2011 18:25, schrieb Heiner Markert:
  Hello Simon,
  
  thanks for the info, that sounds great.
  Do you get the reminders for all calendars, or can you select for which
  calendars the alarms shall be enabled?
  The background is that I want to sync the work calendar of my wife in
  order to be able to arrange meetings we both can take part in. However,
  I do not want to get a reminder every time she has a meeting at work...
  
  Best regards
  Heiner
  
  Am Dienstag 15 November 2011, 22:22:59 schrieb Simon Veit:
  Hello Heiner,
  
  I'm using both apps (bought them via androidpit.de). Syncing multiple
  calendars (two-way) works like a charm, just import calendars from
  other users in the webinterface and you will be able to sync them on
  your mobile. I'm using four calendars (personal/work on my own
  account and personal/kids on my gf's account) and
  sync/edit/create/view them on my HTC Vision running on CM7.1.
  Syncing contacts also works without any hassle.
  
  I noticed some little glitch when changing times for a series of
  calendar-entries, but I think this happened when changing them in TB8
  with lightning 1.0 on the same SOGo installation.
  
  Simon
  
  Am 15.11.2011 22:08, schrieb Heiner Markert:
  Hi,
  
  is it possible to sync multiple calendars and address books with
  android with these apps?
  Can I choose which calendars/address books shall be synced?
  Will the reminders of all calendars be active on the mobile, or is it
  possible to select which calendars reminders shall be activated?
  
  I do not [yet] have an android device, so I cannot test myself, but I
  am very interested in these questions - I am still searching for a
  mobile that fulfills all my requirements...
  
  Thank you and best regards
  Heiner
  
  Am Mittwoch 04 Mai 2011, 16:46:19 schrieb Stephan Heck:
  Hi all
  
  I am quite happy with http://dmfs.org/carddav/ and
  http://dmfs.org/caldav/. The developer is actively improving both
  clients and provides new releases with new features nearly every
  week. He is answering mails and trying to help out for me that
  is woth two bucks, escpecially if the developer is going to make it
  open source later on.
  
  Cheers
  Steve
  
  Op 02-05-11 12:16, André Schild schreef:
  Just noted that this one exists:
  
  http://dmfs.org/caldav/
  
  Not tested it myself (and not freeware)
  
  Hello André,
  
  I've asked the author and he says:
  -
  currently there is only a free as in beer version of
  CardDAV-Sync. The DAViCal Wiki entry has been written by an user
  not by me. As my website states I'm planning to make both of them
  open source once they are worth it. I don't want to open the code
  right now because it is just not ready to be published.
  By not ready I mean that I'm still in the process of finding an
  architecture and defining interfaces. My plan is to put some stuff
  in separate libraries and publish them under GPL on Sourceforge as
  soon as I think its interface (and most of its implementations) is
  good enough. 
  
  I like when it's OSS, for me it's not so important if it's
  freeware.
  
  With regards,
  Paul van der Vlis.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Android status?

2011-11-17 Thread Heiner Markert
Hello Simon,

thank you for answering my questions. If I deselect the alarms for one 
calendar in the web interface, will they also be disabled on the mobile? 
Otherwise, the mobile will remind me about my wifes events, which is very 
confusing...

Best regards
Heiner


Am Donnerstag 17 November 2011, 10:19:10 schrieb Simon Veit:
 Hello Heiner,
 
 sorry for only answering the first question of your mail.
 
 In the SOGo Webinterface I can select if I want to be reminded of events
 in imported calendars (which I deselected for my gf's personal calendar
 but kept it selected for the kids' calendar).
 Oh, and I almost forgot, you can have multiple calendars for each user,
 so setting up two calendars for your wife (one personal and one
 work) should do the trick.
 
 Yours,
 Simon
 
 Am 16.11.2011 18:25, schrieb Heiner Markert:
  Hello Simon,
  
  thanks for the info, that sounds great.
  Do you get the reminders for all calendars, or can you select for which
  calendars the alarms shall be enabled?
  The background is that I want to sync the work calendar of my wife in
  order to be able to arrange meetings we both can take part in. However,
  I do not want to get a reminder every time she has a meeting at work...
  
  Best regards
  Heiner
  
  Am Dienstag 15 November 2011, 22:22:59 schrieb Simon Veit:
  Hello Heiner,
  
  I'm using both apps (bought them via androidpit.de). Syncing multiple
  calendars (two-way) works like a charm, just import calendars from other
  users in the webinterface and you will be able to sync them on your
  mobile. I'm using four calendars (personal/work on my own account and
  personal/kids on my gf's account) and sync/edit/create/view them on my
  HTC Vision running on CM7.1.
  Syncing contacts also works without any hassle.
  
  I noticed some little glitch when changing times for a series of
  calendar-entries, but I think this happened when changing them in TB8
  with lightning 1.0 on the same SOGo installation.
  
  Simon
  
  Am 15.11.2011 22:08, schrieb Heiner Markert:
  Hi,
  
  is it possible to sync multiple calendars and address books with
  android with these apps?
  Can I choose which calendars/address books shall be synced?
  Will the reminders of all calendars be active on the mobile, or is it
  possible to select which calendars reminders shall be activated?
  
  I do not [yet] have an android device, so I cannot test myself, but I
  am very interested in these questions - I am still searching for a
  mobile that fulfills all my requirements...
  
  Thank you and best regards
  Heiner
  
  Am Mittwoch 04 Mai 2011, 16:46:19 schrieb Stephan Heck:
  Hi all
  
  I am quite happy with http://dmfs.org/carddav/ and
  http://dmfs.org/caldav/. The developer is actively improving both
  clients and provides new releases with new features nearly every week.
  He is answering mails and trying to help out for me that is woth
  two bucks, escpecially if the developer is going to make it open
  source later on.
  
  Cheers
  Steve
  
  Op 02-05-11 12:16, André Schild schreef:
  Just noted that this one exists:
  
  http://dmfs.org/caldav/
  
  Not tested it myself (and not freeware)
  
  Hello André,
  
  I've asked the author and he says:
  -
  currently there is only a free as in beer version of CardDAV-Sync.
  The DAViCal Wiki entry has been written by an user not by me.
  As my website states I'm planning to make both of them open source
  once they are worth it. I don't want to open the code right now
  because it is just not ready to be published.
  By not ready I mean that I'm still in the process of finding an
  architecture and defining interfaces. My plan is to put some stuff in
  separate libraries and publish them under GPL on Sourceforge as soon
  as I think its interface (and most of its implementations) is good
  enough. 
  
  I like when it's OSS, for me it's not so important if it's freeware.
  
  With regards,
  Paul van der Vlis.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Android status?

2011-11-16 Thread Heiner Markert
Hello Simon,

thanks for the info, that sounds great.
Do you get the reminders for all calendars, or can you select for which 
calendars the alarms shall be enabled?
The background is that I want to sync the work calendar of my wife in order to 
be able to arrange meetings we both can take part in. However, I do not want 
to get a reminder every time she has a meeting at work...

Best regards
Heiner


Am Dienstag 15 November 2011, 22:22:59 schrieb Simon Veit:
 Hello Heiner,
 
 I'm using both apps (bought them via androidpit.de). Syncing multiple
 calendars (two-way) works like a charm, just import calendars from other
 users in the webinterface and you will be able to sync them on your
 mobile. I'm using four calendars (personal/work on my own account and
 personal/kids on my gf's account) and sync/edit/create/view them on my
 HTC Vision running on CM7.1.
 Syncing contacts also works without any hassle.
 
 I noticed some little glitch when changing times for a series of
 calendar-entries, but I think this happened when changing them in TB8
 with lightning 1.0 on the same SOGo installation.
 
 Simon
 
 Am 15.11.2011 22:08, schrieb Heiner Markert:
  Hi,
  
  is it possible to sync multiple calendars and address books with android
  with these apps?
  Can I choose which calendars/address books shall be synced?
  Will the reminders of all calendars be active on the mobile, or is it
  possible to select which calendars reminders shall be activated?
  
  I do not [yet] have an android device, so I cannot test myself, but I am
  very interested in these questions - I am still searching for a mobile
  that fulfills all my requirements...
  
  Thank you and best regards
  Heiner
  
  Am Mittwoch 04 Mai 2011, 16:46:19 schrieb Stephan Heck:
  Hi all
  
  I am quite happy with http://dmfs.org/carddav/ and
  http://dmfs.org/caldav/. The developer is actively improving both
  clients and provides new releases with new features nearly every week.
  He is answering mails and trying to help out for me that is woth two
  bucks, escpecially if the developer is going to make it open source
  later on.
  
  Cheers
  Steve
  
  Op 02-05-11 12:16, André Schild schreef:
  Just noted that this one exists:
  
  http://dmfs.org/caldav/
  
  Not tested it myself (and not freeware)
  
  Hello André,
  
  I've asked the author and he says:
  -
  currently there is only a free as in beer version of CardDAV-Sync.
  The DAViCal Wiki entry has been written by an user not by me.
  As my website states I'm planning to make both of them open source once
  they are worth it. I don't want to open the code right now because it
  is just not ready to be published.
  By not ready I mean that I'm still in the process of finding an
  architecture and defining interfaces. My plan is to put some stuff in
  separate libraries and publish them under GPL on Sourceforge as soon as
  I think its interface (and most of its implementations) is good enough.
  
  
  I like when it's OSS, for me it's not so important if it's freeware.
  
  With regards,
  Paul van der Vlis.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Android status?

2011-11-15 Thread Heiner Markert
Hi,

is it possible to sync multiple calendars and address books with android with 
these apps?
Can I choose which calendars/address books shall be synced?
Will the reminders of all calendars be active on the mobile, or is it possible 
to select which calendars reminders shall be activated?

I do not [yet] have an android device, so I cannot test myself, but I am very 
interested in these questions - I am still searching for a mobile that fulfills 
all my requirements...

Thank you and best regards
Heiner


Am Mittwoch 04 Mai 2011, 16:46:19 schrieb Stephan Heck:
 Hi all
 
 I am quite happy with http://dmfs.org/carddav/ and
 http://dmfs.org/caldav/. The developer is actively improving both
 clients and provides new releases with new features nearly every week.
 He is answering mails and trying to help out for me that is woth two
 bucks, escpecially if the developer is going to make it open source
 later on.
 
 Cheers
 Steve
 
  Op 02-05-11 12:16, André Schild schreef:
  Just noted that this one exists:
  
  http://dmfs.org/caldav/
  
  Not tested it myself (and not freeware)
  
  Hello André,
  
  I've asked the author and he says:
  -
  currently there is only a free as in beer version of CardDAV-Sync. The
  DAViCal Wiki entry has been written by an user not by me.
  As my website states I'm planning to make both of them open source once
  they are worth it. I don't want to open the code right now because it is
  just not ready to be published.
  By not ready I mean that I'm still in the process of finding an
  architecture and defining interfaces. My plan is to put some stuff in
  separate libraries and publish them under GPL on Sourceforge as soon as
  I think its interface (and most of its implementations) is good enough.
  
  
  I like when it's OSS, for me it's not so important if it's freeware.
  
  With regards,
  Paul van der Vlis.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Z-Push SOGo and OpenChange with MySQL

2011-11-04 Thread Heiner Markert
Am Freitag, 4. November 2011, 18:54:32 schrieb Ed W:
 On 04/11/2011 18:42, Ludovic Marcotte wrote:
  On 04/11/11 13:39, Ed W wrote:
  I searched the mailing lists and found one email summarising two
  incremental diffs to the backend on inverse.ca.  You might want to
  pickup those improved versions as a starting point?
  
  After that I had a quick peek at the code and it does kind of look
  readable - might not be so hard to fix it up a bit?
  
  
  With regards to your error, I know nothing about the code, but the
  stack
  trace is modifying something to do with ldif, which is the ldap
  syncing
  stuff, then it says no such object.  This might give you a clue as
  to
  what might have gone wrong? (eg are you expecting be using ldap...)
  
  For the record, the ca.inverse.z-push branch is pretty worthless.
  
  The best results were obtained by Bo Simonsen but his code can no
  longer be obtained at the location where it was previously available.
 
 ?!  Tenterhooks!  So where can I get it?!

The only link I was able to find is
http://www.algepop.net/users/alge/sogo/z-push/
As far as I can remember, this should be a pretty recent snapshot.

Regards
Heiner

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Branches, v2.0 and Native Outlook Compatibility

2011-10-03 Thread Heiner Markert
Am Samstag, 1. Oktober 2011, 01:30:20 schrieb Ludovic Marcotte:
 Hi,
 
 Some of you might see, starting from tomorrow's nightly builds, that
 SOGo will have a version number of 2.0.0. Yeah, that's right, SOGo v2.0
 is coming.
 
 But, prior v2.0 is released, SOGo v1.3.9 will be, of course - as well as
 other v1.3, most likely. We created the ca.inverse.sogo.1_3_9 branch
 (http://mtn.inverse.ca/branch/changes/ca.inverse.sogo.1_3_9) just for
 this purpose.
 
 Nightly builds will now be tagged as v2.0.0. So, what it is all about?
 Important changes :-)
 
 SOGo v2.0.0beta1, which is set to be released early next week will
 feature native Microsoft Outlook compatibility. It'll be the first
 version, after twelve technological previews, to officially include
 native support for Outlook. That means that anyone will be able to
 connect Outlook to SOGo, just like if it was an Exchange server -
 without any plugins, nothing. The first beta should be solid - enough to
 start putting normal users on it.
 
 As soon as beta1 is released, we'll then add the Python bindings, which
 are ready. That means that anyone will be able to extend SOGo's
 functionality using the Python programming language.
 
 Of course, those changes are quite intrusive. The core of SOGo, just
 like it is right now, should stay very solid and stable. Testing of all
 our changes will of course be appreciated using the nightly builds, or
 the ZEG we'll keep up-to-date with SOGo v2.0 beta releases.
 
 I tell you, v2.0 is gonna be outstanding.
 
 Regards,


Hello,

thank you for the good work!
One question: Does Sogo contain a z-push connector? I remember that there was 
something about it on this mailing list some time ago, but I cannot find 
corresponding internet sites anymore...

Regards,
Heiner
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Re: Funambol Sogo connector

2011-03-13 Thread Heiner Markert


Am Sonntag, 13. März 2011 13:31:18 schrieb Rosario Russo:
 Il 12/03/2011 13.13, Luca Olivetti ha scritto:
  Al 12/03/11 13:09, En/na Rosario Russo ha escrit:
  I wonder how to sync also e-mails on the phone. I don't know if email
  as Remote Name in sogo (and in Funambol) is the correct name or I have
  to change it...
 
  SOGo doesn't manage email, it just gives a web frontend to it.
  SOGo only manages calendars and address books.

 Ouch! And is it possible to sync the phone contacts/todo's/calendar
 with a global address book/calendar other than the personal one?

That's possible, simply assign a sync tag to the calendar or address book 
(right click on the item, select properties). There, you can also select or 
deselect the items for sync.

Regards
Heiner


  I don't know enough about funambol to tell you if what you want to do is
  possible (probably it is) and how.

 mmhh I think you can use only IMAP... no other ideas to do that.

  Bye

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] funambol 8.5

2010-09-23 Thread Heiner Markert
Hi,

just to be sure: You remembered to configure your client to use the sync 
databases sogo-card and sogo-cal, instead of the preconfigured values?
For me, sync with funambol 8.7 is working, besides the known bugs reported in 
www.sogo.nu/bugs, so I think this is not a Funambol version issue.

Regards
Heiner


Am Donnerstag, 23. September 2010 09:35:15 schrieb Stéphane PERON:
 Hi Clay ...

 I have deleted my sogo-card connector .. and created it a new with the
 type text/x-vevent.
 I have deleted my user in funambol too ..

 And launch the synchronization :  synchronization works but my sogo
 connector is ignored as you can see and the log file :
 http://pastebin.com/dkfyiAeD

 I'm going to install the 8.5 version ..

 I going back to you when It's done ...


 Thanks ..

 Stéphane

 Clay Wright a écrit :
  On 09/22/2010 02:18 PM, Stéphane PERON wrote:
  Ok ... in funamboladmin, I have deleted my connectors ..and recreated
  them .. like sogo-card
 
  I have deleted my user too ..
 
  And then, tried an other synchronisation ...
 
  It doesn't work .. Synchronisation works ( I send my contacts to
  funambol ) but no new contacts in SOGO ...
 
  You can find my logs :
  http://pastebin.com/GTK5RzTN
 
  In your sync sources, try changing the calendar to text/x-vevent.
 
  I use the android emulator to test that thing ...
 
  I don't have any experience with that one. Maybe someone else can
  offer tips there. If you've got a copy of Outlook handy, that should
  work for testing.

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] From Horde to SOGo

2010-08-12 Thread Heiner Markert


Am Mittwoch, 11. August 2010 18:18:49 schrieb Ludovic Marcotte:
   On 11/08/10 11:42 AM, Heiner Markert wrote:
  Hello,
 
  any progress on the calendar script? I am very interested.
 
  The link for the address book script seems to be not working anymore.

 It works perfectly well:

 http://mtn.inverse.ca/revision/browse/1475912d0e20ad5f1180b0921306270039272
161/Migration/Horde

 Regards,

Thank you - it worked now.

Regards
Heiner


-- 
users@sogo.nu
https://inverse.ca/sogo/lists