Page 1 of 1

SWA and Postgres

Posted: Thu Mar 22, 2007 5:09 am
by aio
Hi

I installed SWA on a separate host. When I try to connect the Scalix server I get this message in postgres.log

FATAL: kein pg_hba.conf-Eintrag für Host »10.36.8.69«, Benutzer »scalix«, Daten
bank »scalix«, SSL aus

How do I include this new server in Postgres who runs on the Scalix server.
After include it in Postgres which services or daemons need a restart?

Thx
Erich

Posted: Thu Mar 22, 2007 6:56 am
by ScalixSupport
Hi!

When you installed SWA at other server were you not asked for the host where the Scalix
Server is located? If you could translate the error message in English, it could help all.

Server for postgres are managed from file /var/opt/scalix/??/postgres/data/pg_hba.conf.
You can restart the service scalix-postgres.

Thanks,
Subir

Posted: Thu Mar 22, 2007 7:25 am
by aio
Hi

Sorry about German error log I just copy/paste it.

I edited /var/opt/scalix/??/postgres/data/pg_hba.conf and wrote a entry like
host all all serverip servermask trust

restarted scalix-postgres

and it works perfect.

Thx
Erich