Hi,

> On 27 Feb 2019, at 07:59, Gianluca Cometa (g.com...@holocron.it) 
> <users@sogo.nu> wrote:
> 
> Hi guys,
> I wanted to ask you if it was possible to have a completely separate instance 
> of EAS. My scenario is as follows: 15 Debian machines with SOGo that manage 
> about 200 domains and 980 mailboxes. I tried to configure individual 
> instances with EAS but I always have problems with the child and the PREFORK 
> limits. To solve this problem I thought of putting on a robust EAS node with 
> a lot of resources, able to sort requests that arrive to the server to which 
> belongs the box that required the Active Sync configuration. 
> The official DOC speaks of a separate instance but on the same machine. Do 
> you think what I ask is possible?
> 
> Thanks,
> G.
> 
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists


Sure You can. I have this setup implemented. It is standard SOGo installation 
but on proxy you just need to redirect traffic for URL 
"/Microsoft-Server-ActiveSync" to that separate instance. 

I use HAProxy as NLB then I send traffic to corresponding servers

Here you can see corresponding acl part from my haproxy.cfg:

acl is_eas path_beg -i /Microsoft-Server-ActiveSync
use_backend eas_nodes if is_eas

Then you don't have to worry about creating own instance for EAS.

Patrik Chadima

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to