Re: [SOGo] nginx proxy manager & SOGo

2023-04-29 Thread Stefan Klatt
Hallo Brandon, Am 25.04.2023 um 05:30 schrieb Brandon Verkamp (jadelclem...@gmail.com): Not that exact situation, but I do have SOGo set up behind a nginx proxy (vanilla nginx i.e. not nginx proxy manager) running on a VM. If you think that my configs might be useful I'd be happy to share.

[SOGo] nginx proxy manager & SOGo

2023-04-25 Thread Brandon Verkamp
Not that exact situation, but I do have SOGo set up behind a nginx proxy (vanilla nginx i.e. not nginx proxy manager) running on a VM. If you think that my configs might be useful I'd be happy to share.

[SOGo] nginx proxy manager & SOGo

2023-04-24 Thread Stefan Klatt
Hello, has anybody experience with SOGo behind an nginx proxy manager on a dedicated docker system on another machine? Regards Stefan Klatt -- *CaC, Computer and Communication* Inhaber Stefan Klatt End-2-End Senior Security Consultant CISSP / CEH / CISM / BSI IT-Grundschutz Praktiker /

Re: [SOGo] Nginx Configuration for CardDav?

2017-05-01 Thread Marcus MERIGHI
users@sogo.nu (Ron Scott-Adams), 2017.04.30 (Sun) 11:08 (CEST): > I???ve had great success getting everything working in SOGo 3.2.6 > except for CardDav with macOS and iOS clients. Does anyone have an > Nginx equivalent to this Apache example in the docs: >

[SOGo] Nginx Configuration for CardDav?

2017-04-30 Thread Ron Scott-Adams
I’ve had great success getting everything working in SOGo 3.2.6 except for CardDav with macOS and iOS clients. Does anyone have an Nginx equivalent to this Apache example in the docs: https://sogo.nu/files/docs/SOGoInstallationGuide.html#_apple_addressbook

[SOGo] Nginx timeout setting

2015-08-16 Thread Zhang Huangbin
Dear developers, I had one SOGo timeout error with Nginx, here's the nginx error log: 2015/08/16 05:10:03 [error] 22144#0: *59 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 83.215.226.25, server: _, request: POST

Re: [SOGo] nginx + activesync

2015-06-04 Thread Christian M. Jensen
Hi Simon have you tried adding this to the config, server { . proxy_http_version 1.1; proxy_set_header Connection ; . } also i'm not sure, but i dont think ssl stapling works without 'ssl_trusted_certificate', maby i'm wrong Regards Christian Jensen On 04-06-2015

Re: [SOGo] nginx + activesync

2015-06-04 Thread Simon Dieterle
Hi Christian, i used the all the nginx.confs containting ActiveSync i found. But right now this one is the one i use to test. http://pastebin.com/BtwFrqvh As i'm not interested in having a webinterface i don't mind the other rules being wrong. I don't understand why i get a response from

Re: [SOGo] nginx + activesync

2015-06-04 Thread Christian M. Jensen
hi. what is your current nginx config? i had to add 'proxy_set_header Connection ;' to my config in order to get it running Regards Christian Jensen On 03-06-2015 18:07, smnd...@openmailbox.org wrote: Hi, i compiled sogo 2.3.0 and everything is working as expected, except active sync. I

Re: [SOGo] nginx + activesync

2015-06-04 Thread Simon Dieterle
Hi Christian, i tried it, but it doesn't change anything. I don't have a running installation to test, but i assume the following curl command does nearly the same as my phone trying to connect. It would be interesting how the response is on a working sogo. It doesn't look like nginx is the

[SOGo] nginx + activesync

2015-06-03 Thread smndtrl
Hi, i compiled sogo 2.3.0 and everything is working as expected, except active sync. I used the following rule in nginx location ^~ /Microsoft-Server-ActiveSync { proxy_pass http://127.0.0.1:2/SOGo/Microsoft-Server-ActiveSync proxy_redirect

[SOGo] Nginx with SOGo 2.2.5 Upstream prematurely closed connection when Checking Contacts

2014-07-13 Thread Ron Scott-Adams
In my Nginx error.log, I frequently see: [error] 24793#0: *23012 upstream prematurely closed connection while reading response header from upstream, client: 1.2.3.4, server: example.org, request: PROPFIND /SOGo/dav/username/Contacts/ HTTP/1.1, upstream:

[SOGo] Nginx config with SOGo Microsoft-Server-ActiveSync support

2014-04-08 Thread Djordje Crni
Can someone update Wiki page Config for Nginx and Sogo with working ActiveSync part? Nginx Wiki page has a lot of info about ActiveSync gateway settings. http://wiki.nginx.org/SSL-Offloader#Active-Sync_Gateway -- users@sogo.nu https://inverse.ca/sogo/lists

Re: [SOGo] Nginx config with SOGo Microsoft-Server-ActiveSync support

2014-04-08 Thread ABBAS Alain
I will do to morrow regards Le Mardi 8 Avril 2014 08:24 CEST, Djordje Crni djordjije.c...@gmail.com a écrit:  Can someone update Wiki page Config for Nginx and Sogo with working ActiveSync part? Nginx Wiki page has a lot of info about ActiveSync gateway settings.

Re: [SOGo] nginx

2014-02-16 Thread Rob Kemp
I'm not able to work out how to get SOGo AND the other two services to work at the same time. With the SOGo/nginx config file I've been using, anything landing on sogo.server.com is redirected to sogo.server.com/SOGo, and I haven't a clue how to enable sogo.server.com/phpmyadmin. Several hours poring

Re: [SOGo] nginx

2014-02-16 Thread mayak
On 02/15/2014 09:16 AM, Rob Kemp wrote: On 02/14/2014 09:02 PM, mayak wrote: On 02/14/2014 07:30 PM, Rob Kemp wrote: snipHi Rob, If I have understood you correctly, you probably want use to use virtual hosts: a.domain.com b.domain.com c.domain.com Each of these would have a `container`

Re: [SOGo] nginx

2014-02-14 Thread Rob Kemp
to work at the same time. With the SOGo/nginx config file I've been using, anything landing on sogo.server.com is redirected to sogo.server.com/SOGo, and I haven't a clue how to enable sogo.server.com/phpmyadmin. Several hours poring over nginx documentation hasn't helped much either, as I'm a bit

Re: [SOGo] nginx

2014-02-14 Thread mayak
to get SOGo AND the other two services to work at the same time. With the SOGo/nginx config file I've been using, anything landing on sogo.server.com is redirected to sogo.server.com/SOGo, and I haven't a clue how to enable sogo.server.com/phpmyadmin. Several hours poring over nginx documentation

[SOGo] nginx

2014-02-13 Thread rpkemp
Hi. I'm trying to get SOGo working with my nginx installation, but I'm a bit of a novice with both nginx and SOGo. I'm using the nginx config file that's posted here: http://wiki.sogo.nu/nginxSettings However, I'm getting a 404 Not Found error from nginx when I try to access / SOGo. If anyone

Re: [SOGo] nginx

2014-02-13 Thread Andy Tuinman
Can you post your config file instead of the default? You have to make a few adjustments in the file. So if you post your file i can look at it. Op 13 feb. 2014 19:45 schreef rpk...@copwick.net: Hi. I'm trying to get SOGo working with my nginx installation, but I'm a bit of a novice with both

Re: [SOGo] nginx

2014-02-13 Thread mayak
On 02/13/2014 08:09 PM, Andy Tuinman wrote: Can you post your config file instead of the default? You have to make a few adjustments in the file. So if you post your file i can look at it. snip here's mine: url is: ghttps://sogo.domain.com server { listen 443; server_name

Re: [SOGo] nginx

2014-02-13 Thread J.
This works for me: ## this one is for the SOGo web client server {     listen 192.168.0.35:443;     server_name mail.example.com;     root /home/www/mail.example.com;     ssl on;     ssl_certificate /etc/ssl/postfix/server.crt;     ssl_certificate_key /etc/ssl/postfix/server.key;     location = /

Re: [SOGo] nginx

2014-02-13 Thread Rob Kemp
Thanks Andy. All I did, I think, was to change the hostname and the location of the SSL certificates. (I've replaced the server name with X's below, but that was accurately entered without typos in the file I was trying to use). - server { listen 80 default; server_name

Re: [SOGo] nginx

2014-02-13 Thread Rob Kemp
Thanks, it turned out that while following some instructions of the internet (silly, I know!) I had put in place some configuration file that was redirecting all SSL connections somewhere different. So I have sorted it out now. I'll have a look at your configurations though - many thanks.

Re: [SOGo] nginx with SOGo

2013-09-02 Thread Mayak
On Sun, 2013-09-01 at 13:34 -0700, J. wrote: I see a couple of links online, but nothing in the FAQ. I'm running a server with Ubuntu 12.04LTS and using nginx to serve a few domains' sites. I'd like to add SOGo without also installing Apache. Is this reasonably convenient for a low-mid-level

Re: [SOGo] nginx with SOGo

2013-09-02 Thread Federico Alberto Sayd
On 01/09/13 17:54, Mayak wrote: On Sun, 2013-09-01 at 13:34 -0700, J. wrote: I see a couple of links online, but nothing in the FAQ. I'm running a server with Ubuntu 12.04LTS and using nginx to serve a few domains' sites. I'd like to add SOGo without also installing Apache. Is this reasonably

[SOGo] nginx with SOGo

2013-09-01 Thread J.
I see a couple of links online, but nothing in the FAQ. I'm running a server with Ubuntu 12.04LTS and using nginx to serve a few domains' sites. I'd like to add SOGo without also installing Apache. Is this reasonably convenient for a low-mid-level IT guy, or would it be better to just use

[SOGo] nginx configuration example

2012-04-26 Thread Patrick Ben Koetter
I would like to use nginx instead of Apache a reverse proxy for SOGo. Would anyone running this setup mind to share a working config? thx p@rick -- state of mind () Digitale Kommunikation http://www.state-of-mind.de Franziskanerstraße 15 Telefon +49 89 3090 4664 81669 München

Re: [SOGo] nginx as a reverse proxy and SOGo

2010-09-14 Thread Timothée Foucart
Hi artie Well, i've got such a problem. there's few examples about nginx conf + Sogo I use this one for the moment but the first rewrite rules could be incorrect any suggestion ? / location ^~ /SOGo/ { rewrite ^(/SOGo)/$ $1; proxy_pass

[SOGo] nginx as a reverse proxy and SOGo

2010-08-28 Thread artie
Hi All, I have successfully installed SOGo and it works fine when accessed directly from the machine where it is installed. I have now set up another server which which will run nginx as a reverse proxy for traffic coming from outside. My problem is that although nginx is working fine serving