bigdave1 Tux's lil' helper
Joined: 03 May 2005 Posts: 106 Location: Raleigh, NC
|
Posted: Fri May 23, 2008 3:27 pm Post subject: Postfixadmin and Postgresql permissions |
|
|
Hello all,
I'm working on setting up a mail server using Postgresql and Postfix and I'm trying to get Postfixadmin to install. I've followed the instructions from the Gentoo Wiki , however when I go to http://localhost/setup.php, this is the output that I receive:
Code: | Postfix Admin Setup Checker
Running software:
* PHP version 5.2.6-pl1-gentoo
* Apache
Checking for dependencies:
* Warning: Magic Quotes: ON (internal workaround used)
* Depends on: presence config.inc.php - OK
* Depends on: PostgreSQL - OK
* Testing database connection - OK - pgsql://postfixadmin:xxxxx@localhost/postfix
* Depends on: session - OK
* Depends on: pcre - OK
* Depends on: multibyte string - OK
Everything seems fine... attempting to create/update database structure
Updating database:
old version: 1; target version: 352
updating to version 2 (PgSQL)...
DEBUG INFORMATION:
Invalid query: ERROR: permission denied for relation domain |
When I log into Webmin and look at Granted Privileges for the Postgresql server, the tables that were created during the install I followed have Grant Privileges to: postgres | postfixadmin | postfix. I'm confused as to what the problem could be. Does anybody have any ideas as to what the problem could be? Thanks! |
|