Thread: MTA thoughts
View Single Post
Old 29th May 2008
hamba hamba is offline
Fdisk Soldier
 
Join Date: Apr 2008
Posts: 71
Default

Quote:
Originally Posted by gkontos View Post
No you can't. Like you said you may run phpMyadmin on a different database but the host must use apache.
Hi, this is not correct, I'm running postfix admin on my webserver and my mail server is another system. You can set the conf file to connect to the remote mysql database, just make sure that you have network enabled for mysql on your mail server.

from the postfixadmin config file
Code:
$CONF['database_type'] = 'mysqli';
$CONF['database_host'] = 'ip-address of remote server';
$CONF['database_user'] = 'username';
$CONF['database_password'] = 'passwd';
$CONF['database_name'] = 'postfix';
$CONF['database_prefix'] = '';
Cheers
hamba
Reply With Quote