diff --git a/config/postfixadmin/config.local.php b/config/postfixadmin/config.local.php new file mode 100644 index 0000000..31d00f7 --- /dev/null +++ b/config/postfixadmin/config.local.php @@ -0,0 +1,30 @@ + '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'; +?> \ No newline at end of file