Re: [SOGo] Apache modules?

2015-02-22 Thread Chris Coleman
From here: https://wiki.debian.org/SOGo and here: http://www.openchange.org/cookbook/backends/sogo/webui.html These 4 apache modules required: # add some apache modules a2enmod proxy a2enmod proxy_http a2enmod headers a2enmod rewrite # restart apache /etc/init.d/apache2 restart On 2/22/2015 3

[SOGo] Apache modules?

2015-02-22 Thread Kai-Uwe Rommel
No response so far ... did nobody explore this yet? Kai-Uwe Rommel kai-uwe.rom...@ars.de Telefon+Mobil +49 89 32468-120 __ Hello, I would like to "harden" my SOGo server a bit since it is accessible on the Internet. Is there some documentation available which Apache modules a

Aw: Re: [SOGo] using nginx

2015-02-22 Thread Infoomatic
thanks for the replies, it's still not working, my config: location = /principals/ { rewrite ^ 'https://$server_name/SOGo/dav'; allow all; } location ^~/SOGo { proxy_pass 'http://127.0.0.1:2'; proxy_redirect 'http://127.0.0.1:2' default; # forward user's IP address proxy_set_header X-Real-

Re: [SOGo] using nginx

2015-02-22 Thread FoxNET
t; > regards, > infoomatic > > -- > users@sogo.nu > https://inverse.ca/sogo/lists > > > __ Information from ESET Mail Security, version of virus signature > database 11215 (20150222) __ > > The message was checked by ESET Mail Security. > http://www.eset.com > > smime.p7s Description: S/MIME cryptographic signature

Re: [SOGo] using nginx

2015-02-22 Thread Chris Coleman
Did you use the config from this page? http://wiki.sogo.nu/nginxSettings Make sure you have both "X-Real-IP" and "X-Forwarded-For" headers. Like these: # set headers proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forward-For $proxy_add_x

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 f

[SOGo] using nginx

2015-02-22 Thread Infoomatic
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: SOGoRo