Skip to content

Electro2/MysqlPostfixAdminBundle

 
 

Repository files navigation

Electro2\MysqlPostfixAdminBundle

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

About

Symfony 2 bundle that helps you manage Postfix Admin MySQL tables

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%