Re: [SOGo] SOGo / ActiveSync Tuning

2015-02-07 Thread Ian McMichael


On 06/02/15 18:09, Ludovic Marcotte wrote:

EAS clients clients will keep HTTP connections open


Thanks Ludovic for listening to our lack of knowledge about ActiveSync 
and helping us all by sharing yours.  There's one minor typo at the 
beginning of paragraph five, which might be worth correcting before 
publication; EAS clients clients will keep HTTP connections open.  I 
will put the suggestions into action on Monday and see how they go...


The main issue preventing me moving over to ActiveSync on a Nexus 5 
(stock Android 5 with GMail as the ActiveSync mail client) is the 
handling of plain text messages.  They are rendered in a variable pitch 
font with all the body text on a single line, which makes large messages 
(like daily LogWatch run against our servers) unreadable.  There is a 
bug (3055) open for this.  Any ideas if a fix might make it into 2.2.16 
as the bug has been very quiet so far?

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


Re: [SOGo] Some configuration requests

2015-02-07 Thread Christian Mack
Hello Alessandro Briosi

Am 2015-02-06 um 12:34 schrieb Alessandro Briosi:
 Hi all,
 I've been using sogo since some time now.
 I've been able to migrate my mysql backend installation to an LDAP with
 backsql installation (to be able to use groups)
 
 Now I'd like to know the following:
 
 1. is there a way to subscribe to the calendars of all users in a group
 without having to select each one ?

No, there is no such thing in SOGo.
By the way I never saw such a functionality in any other product I
tested before.
You always can open a enhancement request at http://www.sogo.nu/bugs/

 2. Is there a way to admin user Subscriptions from the admin panel?

Sure.
This is the main purpose of the admin interface.
Check and correct wrong privileges on the original calendar.
To subscribe the user, just mark Subscribe User for him.

 2. is there a way to remove the double dash separator for the Signature?
 

(This was answerd in other emails.)


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo / ActiveSync Tuning

2015-02-07 Thread Thibault Le Meur
Hi,

Thanks for the guide.

snip
 First of all, it is important to know that most EAS devices will keep
 HTTP connections open to SOGo (and thus, Apache) for a long time. This
 is required for push to work properly. Connections can stay open for
 up to one hour, or 3600 seconds.
-

 It is very informative, but might be improved if you want to minimize future 
help-requests, by:
* explaining what symptoms one would experience when SOGo is not correctly 
setup to handle push devices
* explaining if Push is mandatory mode or not on the devices (maybe for some 
devices and not others)
* explaining how to setup the EAS device according to the current SOGo setup 
(possibly disabling the Push feature)

== this way if a user have a specific issue that is listed in this document, 
google would immediately index the issue and the corresponding solutions

As a testing reader, here are the specific questions I would like to get 
answers while reading the document:
* What would/could occur if a device configured to use Push EAS is 
disconnected from the SOGo server before the one hour timeout ?
* Would the synchronization be stopped and the device never reconnecting ?
* Will the device reconnect later, leading to the feeling that the SOGo server 
is not responding ?
* Can this lead to inconsistent responses from SOGo (no mail, some objects 
syncrhonized and not others, ...) ?

* Isn't there the same requirement to increase the TCP session lifetime on 
firewalls ? Indeed they might be set up to cut down old connections.

* As the requirements to support push is not easy to meet, one solution would 
be to refuse Push devices connections. Is it possible ? If yes, it would be 
nice to have an url to the EAS device setup with/without activating Push ?  

Snip
 Example 2 - 1000 users, 100 EAS devices

-

The 2 examples are great, but an administrator would immediately like to 
translate this to the server's requirements, so for these 2 examples, it would 
be great to have an idea of how much RAM/CPU would be required.

Thanks again for the great work on SOGo.
Best regards,
Thibault


Envoyé de mon iPad

 Le 6 févr. 2015 à 19:09, Ludovic Marcotte lmarco...@inverse.ca a écrit :
 
 Hello,
 
 Here is the first draft related to tuning SOGo / Microsoft Enterprise 
 ActiveSync.
 
 Feel free to comment - as it'll be included in our official documentation.
 
 === SNIP ===
 First of all, it is important to know that most EAS devices will keep
 HTTP connections open to SOGo (and thus, Apache) for a long time. This
 is required for push to work properly. Connections can stay open for
 up to one hour, or 3600 seconds.
 
 The first parameter to check is related to Apache's proxying to
 SOGo:
 
 ProxyPass /Microsoft-Server-ActiveSync \
 http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync \
 retry=60 connectiontimeout=5 timeout=360
 
 The above line sets a timeout for up to 360 seconds, or 6 minutes. If
 you want to let EAS clients keep their HTTP connections open for up
 to an hour, you must change the timeout parameter and set it to 3600.
 
 If you change this value, the WOWatchDogRequestTimeout parameter must be 
 changed
 accordingly in SOGo's configuration file (/etc/sogo/sogo.conf). By default,
 a SOGo child process is allowed to handle a request that can take up
 to 10 minutes before it gets killed by its parent process. When using
 EAS push, the client expects to keep its connection open for up to one
 hour - so the WOWatchDogRequestTimeout, which is set in minutes,
 must be adjusted accordingly.
 
 EAS clients clients will keep HTTP connections open for a long time
 during these two EAS commands: Ping and Sync. By default, SOGo will prevent
 EAS clients from keeping connections for a long time. This is to avoid the
 situation where all SOGo child processes would be monopolized by EAS clients -
 rendering the SOGo web interface or DAV interface unavailable. The
 default SOGo behavior is thus similar to disable EAS push entirely.
 
 Two SOGo configuration parameters are available to modify this behavior:
 SOGoMaximumPingInterval (set by default to 10 seconds) and
 SOGoMaximumSyncInterval (set by default to 30 seconds). If you want
 connection to stay open for up to one hour, you should set these
 slightly under 3600 seconds (say 3540 - or 59 minutes). During a
 long-lived HTTP connection, the SOGo child process will perform
 internal polling to detect changes and return them to the EAS client
 if any changes are found. The parameter used to control this
 is SOGoInternalSyncInterval. By default, polling is done every 10
 seconds. This might generate too much load on large-scale system.
 
 The last configuration parameter to adjust is WOWorkersCount - which sets the
 number of SOGo child process that will be used to handle requests.
 You should have at least one child per EAS device configured to use
 push. You must also have more children than you have EAS devices
 configured to use push - 

Re: [SOGo] When activating viewing images when opening messages

2015-02-07 Thread FoxNET

 Le 3 févr. 2015 à 21:18, Foxnet i...@foxnet.be a écrit :
 
 good morning
 You think I'll believe you.
 I will not cancel my carrier ssl for there to not somewhere in the code to 
 activate the images that come whether or not SSL.
 I grieve, I think security is important when viewing a message, especially in 
 the sense of confidentiality.
 Désoler to take me as well, but you give me no choice.
 Voila
 
 Have a nice evening
 
 Michel
 On Tuesday, February 3, 2015 12:56 CET, Szládovics Péter p...@szladovics.hu 
 wrote:
  
 
 2015-02-03 10:07 keltezéssel, Foxnet írta:
  Good Morning
  When I activate viewing images within your posts (see figure 02),
  securing the webmail does not activate my browser (see Figure 01).
  How can I do to change this, faut'il correct a statement in one of the
  webmail file?
  Voila
  thank you
  Michel
 
 Hi Michael,
 
 It's not an error message, just a warning and it's absolutely normal.
 Your webmail under an SSL layer - perfect.
 When you enable the pictures (or other remote links) in your actually
 viewed mail, the http content will contain some external links with
 http://; references, and your protected page will contain links to any
 unprotected elements - this is the reason of the warning.
 If you click the ! sign on your browser, then you get details.
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 __ Information from ESET Mail Security, version of virus signature 
 database 5 (20150203) __
 
 The message was checked by ESET Mail Security.
 http://www.eset.com
 
  
 
 
 
  



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Problem with setting sogo superuser

2015-02-07 Thread Begum Tuncer
06 Şub 2015 23:06 tarihinde Francis Lachapelle flachape...@inverse.ca
yazdı:


 Try with parentheses, but without the double quotes.

Hi Francis,
I've already tried it with parantheses and without double quotes, but it
didn't work either.

Any other ideas? Thank you.
Begum
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] BTS activities for Saturday, February 07 2015

2015-02-07 Thread SOGo reporter
Title: BTS activities for Saturday, February 07 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Saturday, February 07 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3055
	2015-02-07 08:45:55
	updated (open)
	ActiveSync
	Plain/Text mails are missing carriage returns on android
	
	  
	
2266
	2015-02-07 07:12:04
	updated (open)
	with external server
	Sogo Connector synchronizes and show no contacts for that server
	
	  
	
3094
	2015-02-07 07:11:48
	updated (open)
	with external server
	If contract-entry (e.g. phonenr) includes a CRLF at the end, then the frontend shows a synchronization failure with the backend