trois-six/mysql-postfix-admin-bundle

Symfony 2 bundle that helps you manage Postfix Admin MySQL tables

0.1.4 2015-08-04 21:46 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:20:24 UTC


README

Helps you manage Postfix Admin MySQL tables.

See postfixadmin.sourceforge.net for more information and documentation about Postfix Admin.

Installation / Usage

Install with composer :

$ composer require trois-six/mysql-postfix-admin-bundle

Configuration

  1. Register the bundle in your app/AppKernel.php:
public function registerBundles()
{
    ...
    new TroisSix\MysqlPostfixAdminBundle\TroisSixMysqlPostfixAdminBundle(),
    ...
}
  1. Add to your app/config/config.yml the postfix database configuration : (replace the values by the ones you need)
trois_six_mysql_postfix:
   connection:
       host:     database_host
       user:     database_user
       dbname:   database_name
       password: database_password