Very nice guide Jose, much appreciated by a fellow FreeBSD advocate.

Thanks for mentioning my work on the service script, but it wasn't all mine, I
got some help from another forum post but I can't remember where or who posted
it.

FYI, this still works on FreeBSD 8.2 with latest ports tree and SOGo 1.3.9

I just wanted to point out a possible mistake:
In the NGINX configuration you have this line:

proxy_set_header x-webobjects-server-url http://sogo.example.com:7777;

It does not work for me, the port 7777 seems strange. However without the :7777
it does work for me:

proxy_set_header x-webobjects-server-url http://sogo.example.com;

Also, you refer to Apache at the end of the guide, yet you have switched it to
NGINX.

Otherwise, everything else was pretty smooth sailing. I use LDAP for user
lookup / authentication. And PostgreSQL for sogo database.

I'm curious, why did you switch to NGINX from Apache? I never heard og NGINX
until I read your instructions, it sounds interesting, will have to read up on
it.
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to