electro2/mysql-postfix-admin-bundle

Symfony 2 bundle that helps you manage Postfix Admin MySQL tables

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:symfony-bundle

0.1.6 2015-12-05 17:46 UTC

This package is not auto-updated.

Last update: 2024-11-13 18:24:10 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 electro2/mysql-postfix-admin-bundle

Configuration

  1. Register the bundle in your app/AppKernel.php:
public function registerBundles()
{
    ...
    new Electro2\MysqlPostfixAdminBundle\electro2MysqlPostfixAdminBundle(),
    ...
}
  1. 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