Helps you manage Postfix Admin MySQL tables.
See postfixadmin.sourceforge.net for more information and documentation about Postfix Admin.
Install with composer :
$ composer require electro2/mysql-postfix-admin-bundle
- Register the bundle in your
app/AppKernel.php
:
public function registerBundles()
{
...
new Electro2\MysqlPostfixAdminBundle\electro2MysqlPostfixAdminBundle(),
...
}
- Add to your
app/config/config.yml
the postfix database configuration : (replace the values by the ones you need)
electro_2_mysql_postfix:
connection:
host: database_host
user: database_user
dbname: database_name
password: database_password