
clovisclerice
(usa Debian)
Enviado em 12/07/2009 - 00:27h
amigos instalei o postfixadmin mais estou com alguns problemas estou usando o banco de dados postgre e quando eu acesso setup.php ele da alguns erros o endereço que estou usando é http://ipdoservidor/postfixadmin/setup.php e ele retorna esse erro
Postfix Admin Setup Checker
Running software:
PHP version 5.2.9-0.dotdeb.2
Apache/2.2.9 (Debian) PHP/5.2.9-0.dotdeb.2 with Suhosin-Patch
Checking for dependencies:
Warning: Magic Quotes: ON (internal workaround used)
Depends on: presence config.inc.php - OK
Checking $CONF['configured'] - OK
Depends on: MySQL 3.23, 4.0 - OK
Depends on: MySQL 4.1 - OK (change the database_type to 'mysqli' in config.inc.php!!)
Error: Can't connect to database
Please edit the $CONF['database_*'] parameters in config.inc.php.
DEBUG INFORMATION:
PostgreSQL functions not available!
database_type = 'pgsql' in config.inc.php, are you using a different database?
Depends on: session - OK
Depends on: pcre - OK
Depends on: multibyte string - OK
Warning: Depends on: IMAP functions - NOT FOUND
To install IMAP support, install php5-imap
Without IMAP support, you won't be able to create subfolders when creating mailboxes.
Please fix the errors listed above.
já dei o comando apt-get install php5-imap e não resolveu
e esse erro
Error: Can't connect to database
Please edit the $CONF['database_*'] parameters in config.inc.php.
já verefiquei o config.inc.php e esta tudo certo
$CONF['database_type'] = 'pgsql';
$CONF['database_host'] = 'localhost';
$CONF['database_user'] = 'postfix';
$CONF['database_password'] = '125700';
$CONF['database_name'] = 'postfix';
$CONF['database_prefix'] = '';
estou usando o debian lenyy.