Re: [SOGo] Plain text view of GPG encrypted messages

2017-04-16 Thread Jens Erat
Hi Jorge,

at least SOGo 2.3 (I do not have access to some SOGo 3 account right now, so I 
could not verify) displays inline OpenPGP messages as plain text, while it 
indeed does show PGP/MIME messages as attachments. Do you know what other web 
mail systems are doing to be compatible with Mailvelope for displaying PGP/MIME 
messages? Are they just emitting the encapsulated ASCII-armored message to the 
mail body? This might be a minor change to the SOGo code (recognizing the 
header and printing the message), but in the end the scope has to be determined 
by the developers... At least skimming through the code files I suspect to be 
relevant, I did not find an obvious location to add three or four lines of code 
for this (but I don't know the SOGo code very well).

There is a feature request, though: https://sogo.nu/bugs/view.php?id=3220

Regards from Stuttgart, Germany,
Jens

On 05.04.2017 21:55, Jorge Gonzalez (jorge.gonza...@daikon.es) wrote:
> Good evening,
> 
> I have searched for this issue on the list archives but I found nothing 
> related (it seems). So here I go:
> 
> I have a Sogo installation and most of my users are using Mailvelope 
> extension for encrypting their emails. THey have correctly added the SOGO 
> webmail page to their list of Mailvelope pages so that it detects and 
> decrypts the messages.
> 
> Mailvelope normally runs by detecting in realtime HTML elements which contain 
> a PGP ASCII-armored message or signature, and it "hijacks" the frame or 
> container where it is, decrypting the contents and showing the decrypted 
> version instead.
> 
> Question is, for this to work, the webmail in question has to show the 
> encrypted ASCII-armored message, so that Mailvelope detects it.
> 
> SOGo does not do this: instead it shows a blank email with an "untitled" 
> attachment and no more info. I have seen in the logs messages about SOGO not 
> finding a default viewer for content of that type.
> 
> For now, I have shown my users a trick: get to show the message source, and 
> this is recognized by Mailvelope and the message shown. But it would be nice 
> if the users did not have to jump through these hoops.
> 
> My question is: can SOGo be configured in a way such that the default viewer 
> for a mail part is to show the text in ASCII form? Most webmails do this 
> (that's why Mailvelope works so well :-), including Gmail.
> 
> Thanks in advance
> 
> Regards
> 
> Jorge
> 
> 
> -- 
> Jorge González Villalonga
> Ingeniero de Sistemas / Systems Engineer
> Red Hat Certified Engineer #140-183-666
> Móvil / Cell: (+34) 672 173 200
> 
> La información contenida en este mensaje y/o archivo(s) adjunto(s) es 
> confidencial/privilegiada y está destinada a ser leída sólo por la(s) 
> persona(s) a la(s) que va dirigida. Si usted lee este mensaje y no es el 
> destinatario señalado, el empleado o el agente responsable de entregar el 
> mensaje al destinatario, o ha recibido esta comunicación por error, le 
> informamos que está totalmente prohibida, y puede ser ilegal, cualquier 
> divulgación, distribución o reproducción de esta comunicación. Le rogamos que 
> nos lo notifique inmediatamente y nos devuelva el mensaje original a la 
> dirección arriba mencionada. Gracias.
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:jens.e...@uni-konstanz.de
[jabber]: xmpp:jens.e...@uni-konstanz.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Exclude LDAP address book from auto complete

2016-08-16 Thread Jens Erat
You're looking for the

isAddressBook = NO;

setting as described in the LDAP documentation:

https://sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap

Am 14.08.2016 um 06:28 schrieb Jakob Lenfers (lenf...@bigsss-bremen.de):
> Hi,
> 
> Is there an option to exclude a LDAP address book from auto complete
> while writing a new mail?
> 
> I've enabled an university wide address book for our users, which works
> fine for our Thunderbird users, since it isn't used for auto complete,
> but is a problem for the web users, since they now have access to 3
> addresses instead of the couple hundred that they had before. So if they
> want to write me an email and start with "Jakob", they get about 100
> results and need to look me up or type even more of my name.
> 
> I would like to leave the address book as a manual resource you need to
> open actively, but exclude it from the auto complete for mails.
> 
> Thanks,
> Jakob
> 

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de 



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] WOWorkersCount

2016-07-18 Thread Jens Erat
Hi Ralf,

on Debian and derived distributions (and maybe other distributions with similar 
mechanics in the init scripts), the `WOWorkersCount` option is overwritten by 
`/etc/defaults/sogo`'s `PREFORK` option. So `WOWorkersCount` is not used at all.

`PREFORK` is actually a little bit misleading here, as it is not a prefork 
value as for other server systems where additional processes to the ones in use 
are forked, but instead SOGo's `PREFORK` starts (and maintains) exactly this 
number of processes, no matter whether they're required (or sufficient).

Regards,
Jens

Am 18.07.2016 um 13:34 schrieb Ralf Cirksena (c...@holmco.de):
> Hi,
> 
> I am somewhat confused re. "WOWorkersCount" / "PREFORK".
> 
> If I set PREFORK = 3 in /etc/default/sogo with WOWorkersCount = 60 in
> sogo.conf just 3 children of sogod are started. That remains on this
> number even if users begin to use sogod. The only result is lng
> time waiting for synchronization.
> 
> If I set PREFORK higher (10) then performance remains o.k. until all
> workers are busy. Workers don't increase above PREFORK thus never
> reaches a value near WOWorkersCount.
> 
> Something is wrong. Clarification needed. ;-)
> 
> 
> Greetings
> 

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de 



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Template for sieve vacation auto-replies

2016-06-08 Thread Jens Erat
Hi Ludovic,
Hi Christian,

>> is it possible to define a template for sieve vacation auto-replies?
>>
>> This way every user would be able to use the same standard text and
>> subsequently adapt it to his own needs.
> See : https://sogo.nu/bugs/view.php?id=1961
>
> It'll be implemented this month.

I think our change request targets something else: we require a _fixed_
footer/header that the user does not changed (as also described in the
offer). Christian (Reischl from Fraunhofer institute, to many Christians
around here) wants a template provided for the user's message, which he
is able to change anyway.

Regards from Lake Constance, Germany,
Jens

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Push Imap configuration ?

2016-05-22 Thread Jens Erat
> I was wondering if some 'push' mode for Imap ( with Sogo) is possible so
> the imap user ( Standard android client or thunderbird could feel the
> performance like other solution like Gmail, and receive his emails
> instantly.

SOGo does not implement an IMAP server. IMAP idle (which is the "push"
protocol implemented by most IMAP clients but iOS devices) is a feature
that has to be offered by the IMAP server (Dovecot, ...).

If you use ActiveSync, this is different, here SOGo acts as a proxy
between the user and the IMAP server also for mail. SOGo does not use
IMAP idle, but polls the IMAP server repeatedly:

http://sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: SOGo v3.1 released!

2016-05-19 Thread Jens Erat
Although kind of a special case (1):

>   1) MySQL table metadata operations get sluggish when the server hits
>   a couple of thousands tables.  All table metadata is stored in a
>   non-transactional engine (MyISAM) so full-table locks cannot be
>   avoided;

I'd throw in database schema upgrades, which are even worse. The last
update script took "forever" for 18k users (we cancelled the upgrade
after some hours), even after putting in some optimizations we had a
downtime of multiple hours.

I'd guess running the schema change would have been finished within
seconds or minutes with only few tables.

RDBMS are made for large amounts of data in few tables, not a few rows
in thousands of them.

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Syncing Outlook Calendar without Samba 4?

2016-04-10 Thread Jens Erat
Hello Ralf,

> I am somewhat confused re. MS Outlook support of SOGo.
> Which components are necessary to use SOGo as calendar server for
> clients running MS Outlook 2013?

it depends on which Outlook version you have to support. Newer versions
also support ActiveSync, which is natively implemented by SOGo (but I
think needs to be installed separately through all distributions). Older
versions only speak the classic Exchange/MAPI protocol, which requires
the full Samba 4 and OpenChange stack, which is rather complicated to
set up.

Outlook 2013 does support ActiveSync, and so does Outlook 2016. This
chart describes it pretty well:

http://sogo.nu/about.html

> We don't have Samba 4 with AD, we have LDAP (and Samba 3), SMTP and
> IMAP servers. What else is needed to get the Outlook clients synced
> and using the LDAP for authentication?

Samba 3 does not have the Active Directory features required.

Regards from Lake Constance, Germany,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Documentation outdated???

2016-02-20 Thread Jens Erat
>> I would like to install sogo-openchange on to my Raspberry Pi running
>> RASPIAN (equiv. to DEBIAN Jessie).

> Have you added the Inverse repositories for Debian?
>
> http://inverse.ca/debian
>
> It is my understanding that a working Samba/OpenChange server is ONLY
> possible by installing Inverse repos.
>
> (at least from the SOGo/Inverse packages)


The Inverse repositories don't offer any builds for ARM devices like the
Raspberry Pi. You won't have any luck adding http://inverse.ca/debian as
a repository on ARM-devices, they will not find any suitable packages.
If you added this repository and see packages, they're offered by
Debian/Raspbian, not Inverse.

>> Looking at the Documentation  'Native Microsoft Outlook Configuration
>> Guide
>> for version 3.0.1'  (
>> http://sogo.nu/files/docs/SOGo%20Native%20Microsoft%20Outlook%20Configuratio
>>
>> n.pdf) published in FEB 2016, I find that I need to install among others:
>> openchange-ocsmanager, openchange-rpcproxy, python-sievelib and
>> python-rpclib.
>> None of these packages is available for Debian / Jessie.
>>
>> On the other hand, I see 'openchange' as part of the SOGo-package at
>> Github,
>> but I am not sure if (and how) this is to be installed.
>> (I tried 'make' but had errors)

The documentation is still up to date, but you need to get those
dependencies with the correct versions (and possibly patches -- I'm not
up to date on patches applied in the Inverse repositories) running.
Building Samba 4 is a pain, I'd guess you're better off getting some
AMD64-based hardware if you really want to get SOGo running with OpenChange.

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] ANN: SOGo v3.0 released!

2016-01-29 Thread Jens Erat
Hi all,

> Also, since the original goal of the v2 UI was to mimic closely the
> Thunderbird UI, and since you were providing right-click contextual
> menus for a long time, I would have to ask: did Inverse get a lot of
> Support issues or complaints about the fact that the v2 UI 'bypassed the
> browser context menu's'?

I don't know whether Inverse had issues -- but at least we had support
requests from our users not finding functions hidden behind the context
menu and/or double clicks. People do not expect those in web
applications. If there's a solution without, it's the better one. The
context menu belongs to the browser, and I want to be able to use the
browser's functions there. The SOGo web UI is a web page, if you want
normal desktop behavior, interfacing it with Thunderbird is probably the
better (and more comfortable) solution.

I also remember some issues we had when users had addons in their
browser, which did not work well with SOGo. Those issues are _very_ hard
to track, and usually happen because of hooking into the context menu
and similar operations.

Regards,
Jens


-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Creating an Event on Oct 24th creates it one hour early

2015-09-15 Thread Jens Erat

>> I created a bug report accordingly:
>>
>> http://www.sogo.nu/bugs/view.php?id=3344
> 
> Thanks for the explanation and for filing the bug report!

Which is already resolved (in the nightly builds).

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Creating an Event on Oct 24th creates it one hour early

2015-09-14 Thread Jens Erat
Hi Markus Schönhaber,

this is (somewhat) a regression of a bug we had some time ago.

Appointments in the week before switching back to standard time are
created one hour earlier by the SOGo web calendar GUI, but also
displayed one hour later (so inside SOGo, everything's fine).

CalDAV clients on the other hand display the appointments on the date
that's actually stored in the event's sources.

I created a bug report accordingly:

http://www.sogo.nu/bugs/view.php?id=3344

Regards from Lake Constance, Germany,
Jens Erat

Am 13.09.2015 um 21:07 schrieb Markus Schönhaber:
> Hi all,
> 
> when I create an event scheduled on Oct 24th through SOGo's web
> interface, Thunderbird and Android show this event an hour early.
> Example: I create an event scheduled for 13:00h in the web interface and
> Thunderbird will show it scheduled for 12:00h.
> Interestingly, this only seems to happen on Oct 24th. At least it didn't
> happen on the other 20+ dates I created events for, today.
> 
> The output of "View Raw Source" shows that the event data is indeed one
> hour earlier than the time the calendar view or the "New Event" show.
> 
> Attached is a screenshot of the web interface's calendar view with two
> events scheduled for 13:00 on Oct 24th and Oct 25th. While they are
> shown on the same time line, the raw sources show a time difference of
> one hour.
> 
> The particular hour the event is scheduled for doesn't seem to matter,
> only the date - on 10/24 the time is one hour early, on other dates it's
> correct (even on 10/24/16 BTW).
> 
> What could be the cause of this problem?
> 

-- 
Jens Erat
Universität Konstanz
Kommunikations-, Infomations-, Medienzentrum (KIM)
Abteilung Basisdienste
D-78457 Konstanz
Mail: jens.e...@uni-konstanz.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo connector keeps old login credentials

2015-06-08 Thread Jens Erat
Hi Eric,

Go into the Thunderbird Settings, Security, Passwords, Save passwords.
You will find an entry matching the SOGo URL and the old
username/password there.

I'd guess it would be reasonable to at least provide some button in the
SOGo Add-On preferences to the passwords dialogue, that's where users
are looking for first...

Regards from Lake Constance, Germany,
Jens Erat

On 08.06.2015 12:19, BuggyManiaks wrote:
 Hi,
 
 I would like to know where does SOGo connector (31.x, 24.x, 17.x) store
 the login information for the accounts it sycs?
 
 I have several account with the same provider, and once an account has
 been synced it's impossible to add another one as SOGo can't tell the
 account is another one of the same provider, so he tries to connect with
 the logins of the first account.
 
 If I want to delete that first account to add another one, I can't,
 because it still tries to connect with the login info from the former
 account.
 
 So my questions is: where does SOGo connector store the login info so I
 can delete it completely?
 
 Regards
 
 Eric
 


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo v3 status!

2015-04-06 Thread Jens Erat
In my opinion the current UI has some _major_ flaws, as it breaks with
expectations against web applications and hides functionality behind
unexpected actions. Opening a context menu on right click might be fine,
hiding functionality in there isn't. Even worse, double-clicking is
totally unexpected and hides functionality not available on any other
way (especially a problem in the share dialogues).

Looking at the current system a lot seems hacked-together (or let's
called grown over time), resulting in repeated issue reports regarding
broken display of information. Changing anything is difficult, probably
that's especially an issue to Inverse. I totally agree with their
decision to do a complete revamp and build upon a broadly used framework.

I completely agree on the missing plug-in system; changing or overriding
distribution files is a no-go and horrible in maintenance. We're glad
SOGo is under active development and has frequent updates, but applying
changes without a plug-in system and without any kind of API means
manual checking if everything's still fine even if you only change minor
things using scripts. A basic solution would be some hook templates
which are loaded, but not shipped by default (or shipped empty), for
example for adding information at given positions in the login screen,
menu items for the tool bars, additional header/body elements (to load
CSS/JavaScript files), maybe even in the settings dialogue.

I'm also unsure whether accessibility is a major requirement (although a
basic level should be easy to achieve anyway), as all relevant
information can also be queried through standard APIs. Probably there
are special client applications optimized for screen readers, anyway.

Same for a mobile site, I guess using native clients through
CalDAV/CardDAV is pretty much always to be favored. But users also
change: especially newer students at my university don't really know
what e-mail is and how it works any more (these are university
messages in contrast to facebook messages, just having these weird
user names with an `@` in-between), and people _do_ use SOGo on their
mobile devices (instead of connecting to the IMAP server directly). And
complain about the bad user interface on mobile phones (which is
horrible there), but strongly refuse to switch to native clients working
totally fine. I'd guess: providing a mobile version is actually what
users request. Whether it seems reasonable or not.

Regards from Lake Constance, Germany,
Jens


On 06.04.2015 13:21, Thomas Trepper wrote:
 Hi all, 
 
 I really appreciate the hard work with the new design but from my personal 
 experience users are typically unhappy with those. 
 I liked SOGo so far because it was all the time made for working. Please do 
 not loose this focus - the current UI is absolutely fine and well usable in 
 all browsers. It syncs perfectly via CalDAV and CardDAV so no other mobile 
 app is necessary. For me personally a plugin system would be much more 
 helpful than a new UI. 
 
 All the best,
 Thomas
 
 
 Am 03.04.2015 um 17:09 schrieb schif...@polytech.unice.fr:

 Hi Francis,

 Since in the mobile world, smartphones are stuck with there OS version, I
 don't know if supporting only n-1 version is enougth. And I'm not sure if
 this kind of web responsive design will work well on low-end smartphones.

 I'm aware there is already many JS in the V2, but it is more old-browser
 friendly. With the V3 I'm only able to login with my favorite web browser
 and nothing else. As I said I am aware that I have an old version but it's
 the first time I have this kind of problem.

 I didn't know about ARIA, but I am glad to discover this standard.

 If the V2 will continue to work, and will still be available in the
 repositories, it's fine for me, I'll continue with it, and with
 Thunderbird. But you asked for feedbacks, so I gave you mine :)

 Best regards


 On Apr 3, 2015, at 10:29 AM, Francis Lachapelle flachape...@inverse.ca
 wrote:

 I insist, but please, make the new interface with less JS than this
 one.
 Having everything made by scripts is a bad ideas. It's less accessible
 (for disable people and for web browsers), and it's slower than the
 HTML/CSS rendering. Think about old/low-end smartphones, and about
 people
 who doesn't have a Gecko/Blink web browser.

 The Web interface of SOGo has always required JavaScript and the amount
 of JavaScript code will certainly increased in v3. However, we will
 avoid any change to the database schema so it will be possible to run
 both v2 and v3 in parallel with the same data.

 One more thing: regarding accessibility, v3 will be better than v2 as we
 will add ARIA attributes to our Web templates:

 http://www.w3.org/TR/wai-aria/
 https://docs.angularjs.org/api/ngAria


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


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


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab

Re: [SOGo] using nginx

2015-02-22 Thread Jens Erat
Hi!

My nginx configuration (which proxies to an Apache inside a Docker
container) also sets `X-Forwarded-For`:

proxy_set_header X-Real-IP  $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;

I didn't test what happens if you directly interface SOGo with nginx,
though.

Regards from Lake Constance, Germany,
Jens


On 22.02.2015 18:43, Infoomatic wrote:
 hi,
 I wanted to use nginx with sogo and apply the fail2ban rules. Basically, 
 everything is working fine with nginx, but:
 with the suggested nginx config (including proxy_set_header X-Real-IP 
 $remote_addr; from the sogo wiki) and nginx version 1.6.2, the
 logfile only creates entries like:
 SOGoRootPage Login from '127.0.0.1' for user 'afd' might not have worked - 
 password policy: 65535  grace: -1  expire: -1  bound: 0
 
 The same host, with the suggested apache2 configuration gives me:
 SOGoRootPage Login from 'XXX.XX.XX.XXX' for user 'aasd' might not have worked 
 - password policy: 65535  grace: -1  expire: -1  bound: 0
 
 with my real IP and thus fail2ban working.
 
 Is there a workaround or some variables to change in source and recompile to 
 have this working? Or better: a configuration option I did not see?
 
 regards,
 infoomatic
 


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-10 Thread Jens Erat
Hi Ian,

the mailing list sometimes defers some mail, so people responded
individually.

TLS 1.0 is somewhat SSLv4, and was mainly renamed. SSLv2 is broken
since a long time, and SSLv3 should also be disabled (at the latest
since POODLE).

If your server offers TLS1.0-1.2, pretty much every client should work.
A+ at SSLlabs at least tells that you're limiting to _secure_ cipihers,
which should be supported by a sufficiently new Thunderbird version
(which you do).

I guess you will not receive further, more deep feedback without
revealing the URI to the server, without everybody is limited to wild
guessing. Dumping the (relevant parts defining the algorithms to use) of
the server configuration would be another option, but getting hands on
the problem is always easier.

Regards,
Jens

On 10.12.2014 00:36, Ian Smithers wrote:
 Hello all, thanks for the replies. Seems each reply came in separately,
 so whilst I am responding to this one, I did read them all. :) I had a
 look at the Qualys SSL Labs Test and analyzed my server. The report
 results was A+, and the only thing which I found confusing was that it
 said under Configuration - Protocols it lists TLS 1.0, 1.1 and 1.2 as
 'Yes' and SSL2 and SSL3 as 'No'. Reason this confuses me is that my
 Android phone is set up to sync with this server too, and has the option
 'Use SSL' ticked, and it works perfectly fine. Are TLS and SSL actually
 different? From some search it seems some places refer to them as the
 same thing, whilst others treat them differently.
 
 I'm wondering if that is why my Thunderbird + Sogo Connector is unable
 to find a cypher to use. To answer questions from other respondees this
 is indeed the latest Thunderbird (31.3.0) and the server is also brand
 new, and only set up just recently and doesn't have any old or decaying
 configuration options that might result in outdated cyphers. I haven't
 checked the timestamps however my expectation is that they are the same
 on server and client.
 
 Thanks!
 
 On 2014-12-09 23:58, RalfK wrote:
 spontaneously: Check date and time settings on client and server. They
 should not be different from each other...

 This is due to that timestamps are taking a role in validating ciphers...

 Just a thought.

 Reg.

 Ralf


 Am 09.12.2014 um 05:16 schrieb Ian Smithers:
 Hi all,

 I am using Thunderbird and the Sogo Connector to sync contacts with my
 Carddav server. However in the Thunderbird error console, whenever I try
 to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync
 fails. I've done some searching online and am not sure if this is an
 issue with Thunderbird or with the Sogo Connector which sits in between.
 I haven't tested it via unsecured HTTP yet, but obviously I would prefer
 to use HTTPS if that is an option. Has anyone else had this issue, or
 can suggest some things to try?

 Thanks!


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Thunderbird + Sogo Connector Issue (ssl_error_no_cypher_overlap)

2014-12-09 Thread Jens Erat
Hi Ian,

the message indicates that client and server could not agree on a cipher
to use, as the ciphers supported/offered do not overlap.

Have a look at the server configuration, and which ciphers are
supported. It might be something like SSLv3-only (no TLS), which is
disabled by Mozilla components by now (is it already?).

SSL-Labs might be helpful for debugging this:

https://www.ssllabs.com/ssltest/

Regards,
Jens

On 09.12.2014 05:16, Ian Smithers wrote:
 Hi all,
 
 I am using Thunderbird and the Sogo Connector to sync contacts with my
 Carddav server. However in the Thunderbird error console, whenever I try
 to sync, I get an error: sogo ssl_error_no_cypher_overlap and the sync
 fails. I've done some searching online and am not sure if this is an
 issue with Thunderbird or with the Sogo Connector which sits in between.
 I haven't tested it via unsecured HTTP yet, but obviously I would prefer
 to use HTTPS if that is an option. Has anyone else had this issue, or
 can suggest some things to try?
 
 Thanks!


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] Announcing SOGo Docker image

2014-12-09 Thread Jens Erat
Hi SOGo users,

for quite some time now, I'm using SOGo, running as a Docker container.
After putting some more effort in it, I consider it rather mature and
usable.

Regarding what Docker is and why it's great, I simply refer to their
website [1]. The image is available in Docker's registry service as a
trusted build, ready to be downloaded and used [2]. If you prefer
building the image on your own, the code is of course available on
GitHub [3].

Starting today, I also added flavors for nightly builds and ActiveSync.
Using docker containers, it is as easy as starting a new container with
the appropriate tag (eg., `nightly` for nightly builds) to switch
between the different SOGo releases. Integrating OpenChange is
considered, but as I currently do not require it not to be expected too
soon. Feedback might change that, though.

Feedback, issue reports and contributions are welcome.

Regards from Lake Constance, Germany,
Jens

[1]: https://www.docker.com/
[2]: https://registry.hub.docker.com/u/jenserat/sogo/
[3]: https://github.com/JensErat/docker-sogo

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Announcing SOGo Docker image

2014-12-09 Thread Jens Erat
Hi Gerald,

On 09.12.2014 19:45, Gerald Brandt wrote:
 So you do activesync via zpush then?

No, I use the native ActiveSync implementation of Inverse. OpenChange
would offer MAPI (Exchange) support.

Cheers,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] sogo.conf does not contain a dictionary

2014-12-02 Thread Jens Erat
 = NO;
 WODontZipResponse = NO;
 WODebugZipResponse = NO;
 


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Import ics calendars with sogo-tools

2014-11-10 Thread Jens Erat
 We did migration from another system with a script using davfs2 to
 connect to SOGo.

Maybe it is important to add that when connecting as a SOGo
administrator through WebDAV, you can (read an write) access all user's
calendars, thus you don't need to log in as the user you want to import to.

Another thing to notice is to use the CalDAV command `MKCALENDAR` (or
something similar, read it up in the CalDAV specs) before importing
appointments to be compliant, we had some problems when just creating
directories for calendars. You can use `curl` to do so.



On 10.11.2014 16:56, Christian Mack wrote:
 Hello Cédric Richez
 
 Am 2014-10-16 um 15:21 schrieb Cédric Richez:

 I have a question, i have to integrate lots of people calendar to a
 sogo, all the calendar are in ICS, can i with sogo-tools import them  ?

 And i can't ask user to import them from sogo's web interface.

 
 No, sogo-tool can not import ics files.
 
 We did migration from another system with a script using davfs2 to
 connect to SOGo.
 
 
 Kind regards,
 Christian Mack
 


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Error in sogo.conf, SOGoUserSources

2014-10-31 Thread Jens Erat
The snippet seems valid on first sight. `plparse` sometimes helps at
finding the problem by giving more detailed messages on the syntax error
location.

Am 31.10.2014 um 13:14 schrieb mar...@netson.sk:
 For me this was happening when = symbol was missing in one of my config 
 statements. 
 
 Odoslané z iPhonu
 
 Dňa 31.10.2014, o 12:25, gdoute...@fede76.admr.org 
 gdoute...@fede76.admr.org napísal:
 
 Hi,

 I have a problem with my configuration.

 When i start SOGo i have this error :

 File NSDictionary.m: 625. In -[NSDictionary initWithContentsOfFile:] Contents
 of file '/etc/sogo/sogo.conf' does not contain a dictionary
 0x0xb95b7cd8[SOGoStartupLogger] Cannot read configuration from '/etc/sogo/
 sogo.conf'. Aborting

 When i comment this in the config SOGo start.

 SOGoUserSources = (
{
  type = sql;
  id = postfixadmin;
  viewURL =
 mysql://xxx:x...@smtp..local:3306/postfixadmin/sogo_users;
  canAuthenticate = YES;
  isAddressBook = YES;
  userPasswordAlgorithm = md5-crypt;
  displayName = Messagerie;
  DomainFieldName = domain;
  IMAPLoginFieldName = c_name;
  LoginFieldNames = (
  c_uid,
  c_name
  );
}
  );

 I don't find my error can you help me ??
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Error in sogo.conf, SOGoUserSources

2014-10-31 Thread Jens Erat
Hi Guillaume,

 Parsing '/etc/sogo/sogo.conf' - Parse failed  - Parse failed at line 1
(char 16) - extra data after parsed string
 Ligne 1 is :
 SOGoProfileURL =
mysql://xxx:x...@smtp.xxx.local:3306/sogodb/sogo_user_profile;

I guess you're missing the enclosing curly brackets around the whole file

{
  [snip]
}

Regards,
Jens

Am 31.10.2014 um 13:51 schrieb DOUTEAUX Guillaume:
 Ok, i test it.
 
 How to use this command ?
 
 Just do : plparse /etc/sogo/sogo.conf
 
 Parsing '/etc/sogo/sogo.conf' - Parse failed  - Parse failed at line 1 (char 
 16) - extra data after parsed string
 Ligne 1 is :
 SOGoProfileURL = 
 mysql://xxx:x...@smtp.xxx.local:3306/sogodb/sogo_user_profile;
 
 
 -Message d'origine-
 De : users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] De la part de Jens 
 Erat
 Envoyé : vendredi 31 octobre 2014 13:22
 À : users@sogo.nu; gdoute...@fede76.admr.org
 Objet : Re: [SOGo] Error in sogo.conf, SOGoUserSources
 
 The snippet seems valid on first sight. `plparse` sometimes helps at
 finding the problem by giving more detailed messages on the syntax error
 location.
 
 Am 31.10.2014 um 13:14 schrieb mar...@netson.sk:
 For me this was happening when = symbol was missing in one of my config 
 statements. 

 Odoslané z iPhonu

 Dňa 31.10.2014, o 12:25, gdoute...@fede76.admr.org 
 gdoute...@fede76.admr.org napísal:

 Hi,

 I have a problem with my configuration.

 When i start SOGo i have this error :

 File NSDictionary.m: 625. In -[NSDictionary initWithContentsOfFile:] 
 Contents
 of file '/etc/sogo/sogo.conf' does not contain a dictionary
 0x0xb95b7cd8[SOGoStartupLogger] Cannot read configuration from '/etc/sogo/
 sogo.conf'. Aborting

 When i comment this in the config SOGo start.

 SOGoUserSources = (
{
  type = sql;
  id = postfixadmin;
  viewURL =
 mysql://xxx:x...@smtp..local:3306/postfixadmin/sogo_users;
  canAuthenticate = YES;
  isAddressBook = YES;
  userPasswordAlgorithm = md5-crypt;
  displayName = Messagerie;
  DomainFieldName = domain;
  IMAPLoginFieldName = c_name;
  LoginFieldNames = (
  c_uid,
  c_name
  );
}
  );

 I don't find my error can you help me ??
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 


-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 OpenPGP: 0D69 E11F 12BD BA07 7B37  26AB 4E1F 799A A4FF 2279



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Cron sogo@HOST /usr/sbin/sogo-ealarms-notify

2014-10-16 Thread Jens Erat
Then probably the output is on STDERR, not STDOUT. This will redirect
STDERR to STDOUT, which subsequently is discarded:

 *   *   *   *   *   /usr/sbin/sogo-ealarms-notify 21  /dev/null

Regards,
Jens

Am 16.10.2014 um 14:38 schrieb caparc...@web.de:
 Just replace the crontab line by :

 *   *   *   *   *   /usr/sbin/sogo-ealarms-notify  /dev/null
 
 Doesn't work, mail message still present.
 Any other ideas?
 
 Jan
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo Docker Container

2014-08-07 Thread Jens Erat
Hi,

I’m already running in a Docker container for my own (not provided by Inverse), 
but have to resolve some minor issues first before I’ll release it. If 
everything runs well, I should get round to do it within the next two weeks.

I’m already running the container for about two months now without major issues 
(for a single user) and probably sorted out the major problems already, but 
still got to think about some things like how to handle upgrades, and change 
the underlying system to a baseimage already providing the cron daemon and 
similar things.

If you’re really interested in having a look at it I can send you a preliminary 
version, but it’s still missing documentation (and some nitpicks should be 
considered in there).

Regards from Lake Constance, Germany,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 07.08.2014 um 15:55 schrieb Martin Karrer supp...@bmalum.com:

 Hey, 
 
 I’m Computer Science Student from Austria and tried to install SOGo on a 
 CentOS Server where many other Applications where running. With the huge list 
 of dependencies an all the shared Libs I had Problem to get it running 
 without destroying other Applications. 
 
 So my Question is:
 SOGo in a Docker Container? 
 
 It should be possible and will we have a Container in the Future or do we 
 have to build a Community Container an Maintain it ourselves?
 
 Greetings from Austria
 
 Martin 



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] GUI Revamp

2014-07-15 Thread Jens Erat
Hi,

 Not exactly since ActiveSync is using XML and I want JSON. But I want to use 
 the new internal methods available on the backend.

Might that not imply some patent issues?

Regards,
Jens

-- 
Jens Erat
tel:+49-151-56961126
xmpp:jab...@jenserat.de (preferred messenger)
http://www.jenserat.de/conctact (PGP keys, more ways to contact me)
--
Sent from my phone. Sorry for typos - damn those touchscreens. No PGP on this 
device - I will not be able to read your encrypted message before I'm back on 
my computer.

 Am 15.07.2014 um 15:22 schrieb Francis Lachapelle flachape...@inverse.ca:
 
 
 On Jul 15, 2014, at 9:16 AM, Jeroen Dekkers jer...@dekkers.ch wrote:
 
 At Mon, 14 Jul 2014 08:37:30 -0400,
 Francis Lachapelle wrote:
 On Jul 14, 2014, at 7:21 AM, Jeroen Dekkers jer...@dekkers.ch wrote:
 
 At Thu, 12 Jun 2014 10:14:50 -0400,
 Francis Lachapelle wrote:
 
 We've been analyzing and testing various options for the past few months 
 and we decided to build the new Web interface with the following open 
 source projects:
 
 - AngularJS (https://angularjs.org/): a powerful open-source web 
 application framework. The project is already very popular and has a 
 promising future.
 - Foundation (http://foundation.zurb.com/): an advanced front-end 
 framework combining a flexible grid system and a great bare style to 
 build a custom look and feel.
 - Ionic (http://ionicframework.com/): a new framework to build hybrid 
 mobile apps with HTML5. While our initial goal is to offer a very 
 functional Web interface to mobile devices, Ionic will ultimately help us 
 to package a native app of SOGo for Android and iPhone devices.
 
 I think AngularJS is a pretty good choice, I recently used it myself
 and I really liked it.
 
 Do you already have any plans for the API that AngularJS will use? I
 just came across https://www.inboxapp.com/ which created an Open
 Source REST API for e-mail, maybe SOGo can implement the same API for
 the e-mail part of SOGo?
 
 Good idea. INBOX could be a source of inspiration but it has just been 
 announced and still has to be adopted.
 
 Yes, it still has to be adopted, but I have been thinking Why isn't
 there a nice REST API for e-mail? before and I'm pretty sure I'm not
 the only one.
 
 I agree. And if I can implement this API without too much effort, I'll do it. 
 My real constraint is time!
 
 We would like to benefit from our ActiveSync implementation in the Web 
 interface.
 
 Do you mean that the new web interface would use ActiveSync to talk to
 the server?
 
 Not exactly since ActiveSync is using XML and I want JSON. But I want to use 
 the new internal methods available on the backend.
 
 Francis-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] POP3 connector

2014-06-07 Thread Jens Erat
Hi simn,

SOGo does not bring its own mail server, you additionally need an IMAP server 
which stores the mail (like dovecot) and SMTP server (here you might be able to 
use your provider’s one).

For fetching mails from another server and deliver them to dovecot, have a look 
at fetchmail or getmail like already proposed by Alessandro, these are both 
„POP3 connectors“ like known in the Exchange domain.

Regards from Lake Constance, Germany,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 07.06.2014 um 21:06 schrieb Alessandro Briosi a...@metalit.com:

 Il 07/06/2014 13:39, simn ha scritto:
 Hello,
 I am looking to move from Exchange 2003 and am wondering if there is the
 equivalent of the POP3 connector in Sogo?
 The POP3 connector gets mails from a POP3 mail box into exchange.
 Thanks.
 
 Hi,
 don't think there's a POP3 connector in Sogo (as it uses the operating
 system services like pop3/imap/smtp), but there are at least 2 that I
 know that work perfectly (In newer versions of Exchage pop3 connector
 has been removed ...)
 
 [1] Fetchmail
 [2] Getmail
 
 Hope it helps.
 
 Regards,
 Alessandro
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [SOGo] Howto share a calendar completely between users?

2014-06-07 Thread Jens Erat
Hi Thomas,

- Right-click the calendar to share
- Select „Sharing“
- Click the „plus“ button to add other users
- Select and add users
- Press done, back in the overview double click the users added and adjust the 
rights as needed
- Press update, back in the sharing window you might want to select the 
„Suscribe User“ checkbox so the calendar automatically gets added to the other 
user’s account.

Regards from Lake Constance, Germany,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 07.06.2014 um 19:50 schrieb Thomas Trepper thomas.trep...@blueclaim.com:

 Hi all, 
 
 I am trying to share a calendar completely between two users. I am running 
 2.2.5 and have created two users. How can I create a calendar which can be 
 seen by both, edited by both without inviting always when entering a new 
 appointment?
 
 Thanks a lot in advance,
 
 Best,
 Thomas
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Copy translation of Appointements messages

2014-05-23 Thread Jens Erat
Hi John,

 Do you know transifex?
 https://www.transifex.net/projects/p/sogo/
 
 Any idea why Firefox would warn This Connection is Untrusted?


The certificate they’re using expired April 21st, 2013. This afternoon 
everything was fine, maybe they exchanged their old certificate by an even 
older already expired one.

For looking around that’s probably fine, but for signing up I’d wait for them 
to fix the issue.

Regards,
Jens

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] customise the color of header bar

2014-04-28 Thread Jens Erat
Hi Bahti,

it seems you forgot the screenshots, but I guess we did something similar for 
our test instance (but used red instead, to make it very visible if somebody’s 
using the wrong instance).

I ended up adding following to the generic.css:

/* Change menu bar color for SOGo-test for visual indication. */
.linkbanner { background-color: darkred !important; }
.linkbanner a, .linkbanner span { border-color: darkred !important; }
.linkbanner span.active { border-top-color: darkorange !important; }

Some more styling work could’ve been done for the hovers and stuff, but it was 
fine for a test system only used in administration.

These lines have to be appended after every update, an included CSS file for 
user-defined styles would be a nice thing but currently is not available in 
SOGo.

Regards from Lake Constance, Germany,
Jens Erat

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 28.04.2014 um 22:10 schrieb Bahti oeztu...@gerard.de:

 Hello,
 
 is there a simple possibility or a recommended way to change the color of the
 top black bar in blue?
 
 2screanshots added
 
 thanks for all helpful informations
 
 greetings
 
 Bahti.
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [SOGo] v 2.2

2014-02-10 Thread Jens Erat
You’re probably looking for

http://inverse.ca/ubuntu-nightly/

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 10.02.2014 um 10:04 schrieb Fabio Onorini onofa...@gmail.com:

 I can't find ubuntu packages in nighly build repository.
 
 What | wrong?
 
 -- 
 ---
 Fabio Onorini



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [SOGo] Active Sync Support

2014-02-08 Thread Jens Erat
 it's push email. It keeps a connection open for at most 5 minutes

Will this also work on iOS, and can we either extend the time frame to 15 
minutes (minimum polling time for non-jailbreaked devices) or make it 
configurable? Finally iOS push mail without Exchange, Yahoo or iCloud… 

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 08.02.2014 um 20:14 schrieb Ludovic Marcotte lmarco...@inverse.ca:

 On 2014-02-08 11:00 AM, Cedric Perrot wrote:
 I see emails with the Outlook 2013 using ActiveSync however it always says 
 in the Footer of Outlook “Waiting for Server Response” this takes usually 
 30-60 seconds sometimes it never changes the status and stays on that 
 message “Waiting for Server Response”.
 
 That's normal, it's push email. It keeps a connection open for at most 5 
 minutes, and SOGo will internally poll for changes every 60 seconds for now.
 -- 
 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
 )
 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [SOGo] Outlook 2013 active Sync

2014-01-31 Thread Jens Erat
We’re experiencing similar issues in our SOGo Active Sync test setup. Outlook 
2013 syncs without ending. With one account we also had the „infinite syncing 
without any data showing up“ effect. We traced it back to a mail containing 
bell characters (for whatever reason…). After moving it into another account 
synchronization worked. As long as the mail existed, SOGo fetched all mails, 
put them together in an (invalid) XML file and the connection somewhat crashed 
when SOGo tried to convert it to WBXML. Afterwards Outlook tried to fetch all 
the mails again, and again, …

I will open a bug report with a sample file within the next hours. For finding 
the mail making trouble I tried to apply the `xmlparse` tool to the crash dump 
after removing all the entities (which are not allowed without the ActiveSync 
DTD — does anybody know where to obtain it?). `xmlparse` will print line and 
column of the invalid XML part, so you can try to identify what’s going wrong 
without the need to hand over all the user’s mails.

Regards,
Jens Erat

-- 
Jens Erat

 [phone]: tel:+49-151-56961126
  [mail]: mailto:em...@jenserat.de
[jabber]: xmpp:jab...@jenserat.de
   [web]: http://www.jenserat.de

 PGP: 350E D9B6 9ADC 2DED F5F2  8549 CBC2 613C D745 722B

 

Am 31.01.2014 um 10:50 schrieb Rui Moura rui.mo...@multicert.com:

 Hy all,
 
 I was making some more work with ActiveSync and Outlook 2013 and I 
 experienced the same as you in big accounts.
 
 
 I am able to sync the emails, calendar and contacts in small accounts.
 Even the data is being synced in small accounts in SOGo I have a lot os Push 
 logs, one every second and Outlook is always syncing, it never stops... even 
 if there is no new data...
 
 
 In larger accounts it just stucks reading the emails from SOGo, Outlook push 
 the emails, once, and again and again and it seems to not stop, when it is 
 doing this, the load in the SOGo server increase a lot. By the way, it syncs 
 the folders, but all of them are empty...
 
 
 
 Ruiz you are right, I dont need openchange for ActiveSync, lets remove it 
 from the equation :)
 
 
 
 Regards,
 Rui Moura
 
 –––
 On 30/01/14 21:46, RUIZ Anthony wrote:
 hello, 
 
 for the moment at home, android, sogo and active sync starts to work well, 
 I read my emails push some of this are empty but very little. I have not 
 been able to test the agenda thoroughly ... 
 
 On outlook 2013, outlook is connected to the server, do not forget to set up 
 the account and use the hack mentioned by a few emails before L.Marcotte. 
 Outlook does not display my email on two large test accounts .. a smaller 
 third I can read them. 
 
 This advance increasingly requires that we be patient. 
 
 ps: openchange was completely uninstalled for the test activesync
 
 
 sogo and sope update every hour ;) (githut)
 
 
 Regards 
 
 .Anthony
 
 Le 30/01/2014 18:45, Rui Moura a écrit :
 Hy all,
 
 I forgot to mention, the previous error happens in ZEG server with SOGo and 
 Sope upgraded to nightly.
 
 In my environment running on CentOS I get this:
 
 In Apache:
 [30/Jan/2014:17:36:51 +] POST 
 /Microsoft-Server-ActiveSync?Cmd=FolderSyncUser=rmouraDeviceId=DAA4146C5C3B4A45AAE62B76C87F15D4DeviceType=WindowsOutlook15
  HTTP/1.1 502 525
 
 In Openchange:
 2014-01-30 16:25:09,135 INFO  [openchange.web.auth.NTLMAuthHandler] [worker 
 1] client did not pass auth cookie
 2014-01-30 16:25:09,135 INFO  [openchange.web.auth.NTLMAuthHandler] [worker 
 1] acquiring lock /var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (16172)
 
 and in sogo.log I see the emails sync passing through, I see the sync 
 attempt of all my emails folders, however no sync with Outlook 2013...
 
 
 Anyone to provide additional aid? I am available to help in the test 
 process.
 
 
 
 Regards,
 Rui Moura
 
 
 
 On 30/01/14 15:03, Rui Moura wrote:
 Hy all,
 
 I am experiencing and trying to solve exactly this same problem...
 
 Outlook is not able to connect do SOGo and the only logs I get are:
 
 In Apache:
 [30/Jan/2014:10:01:26 -0500] GET /autodiscover/autodiscover.xml HTTP/1.1 
 401 304 - WinHttpRequest
 
 In Openchange:
 2014-01-30 10:01:26,704 INFO  [openchange.web.auth.NTLMAuthHandler] 
 [worker 0] client did not pass auth cookie
 
 
 
 
 Regards,
 Rui Moura
 
 
 On 30/01/14 07:55, Sarah Lee C.B wrote:
 I also have the same problem..
   • test with android, containing response, but can not sync email
   • test with outlook 2013, no response from server.
 Sarah Lee
 
 On 16/01/2014 17:29, RUIZ Anthony wrote:
 Outlook error : Connexion au serveur de messagerie Exchange ActiveSync 
 (EAS): Serveur Introuvable
 
 
 The logs are ok, no error message :
 
 sogo.log
 [16/Jan/2014:10:27:13 GMT] OPTIONS /SOGo/Microsoft-Server-ActiveSync 
 HTTP/1.1 200 0/0 0.023 - - 0
 
 ssl_access.log
 [16/Jan/2014:10:28:23 +0100] OPTIONS /Microsoft-Server-ActiveSync 
 HTTP/1.1 200 5065 - Outlook/15.0 (15.0.4551.1507; MSI; x86