Add 'config/postfixadmin/config.local.php'
This commit is contained in:
30
config/postfixadmin/config.local.php
Normal file
30
config/postfixadmin/config.local.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
$CONF['configured'] = true;
|
||||
|
||||
$CONF['database_type'] = 'mysqli';
|
||||
$CONF['database_host'] = 'localhost';
|
||||
$CONF['database_user'] = 'postfixadmin';
|
||||
$CONF['database_password'] = 'PASSword';
|
||||
$CONF['database_name'] = 'postfixadmin';
|
||||
|
||||
$CONF['default_aliases'] = array (
|
||||
'abuse' => 'abuse@ABuSe',
|
||||
'hostmaster' => 'hostmaster@HostMASter',
|
||||
'postmaster' => 'postmaster@PostMAster',
|
||||
'webmaster' => 'webmaster@WebMAster'
|
||||
);
|
||||
|
||||
$CONF['fetchmail'] = 'NO';
|
||||
$CONF['show_footer_text'] = 'NO';
|
||||
|
||||
$CONF['quota'] = 'YES';
|
||||
$CONF['domain_quota'] = 'YES';
|
||||
$CONF['quota_multiplier'] = '1024000';
|
||||
$CONF['used_quotas'] = 'YES';
|
||||
$CONF['new_quota_table'] = 'YES';
|
||||
|
||||
$CONF['aliases'] = '0';
|
||||
$CONF['mailboxes'] = '0';
|
||||
$CONF['maxquota'] = '0';
|
||||
$CONF['domain_quota_default'] = '0';
|
||||
?>
|
||||
Reference in New Issue
Block a user