Hi,

For other people trying to install SOGo using PostgreSQL
authentication on CentOS6 here are a few gotchas I encountered:

1) By default PostgreSQL is not accepting TCP/IP connections. You can
enable this by adding

PGOPTS="-i"

to /etc/sysconfig/pgsql/postgresql  and restarting the postgresql service

2) If you are running PostgreSQL on localhost using IPv4, use IP
address 127.0.0.1 and not name "localhost" in .GNUstepDefaults
configuration, as "localhost" is interpreted as an IPv6 address for
the PostgreSQL URLs. The other option could be to allow IPv6
connections in pg_hba.conf by specifying:

host sogo sogo ::1/128 md5

Hope this helps others trying to setup SOGo with PostgreSQL.

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

Reply via email to