Due to the fact that I can't tell if you have made any changes to your
PostgreSQL server let alone what the password is for it you will have to
configure the PostgreSQL server by hand.

There is a file called pgsql_create.sql in this directory
(horde/scripts/database) that all you have to do is import that into your
PostgreSQL database (with the "\i" command).

If you make changes to the name of the database, the manager name or
password, you will need to make the same changes to your
imp/config/defaults.php3 file as well.

The active_sessions table sees a lot of inserts and deletes; be sure
to VACUUM and VACUUM ANALYZE at least that table regularly. See
the PostgreSQL user's guide for further information on VACUUM.
