X-Git-Url: http://id.pley.net/postfix.git/blobdiff_plain/27d80ae381d8a0c69c8c50037e5ed236785704e9..c96080697a03bc4a268245725681ef6de6abe7a9:/config.local.php diff --git a/config.local.php b/config.local.php new file mode 100644 index 0000000..6a47fcd --- /dev/null +++ b/config.local.php @@ -0,0 +1,28 @@ + 'abuse@pley.net', + 'hostmaster' => 'hostmaster@pley.net', + 'postmaster' => 'postmaster@pley.net', + 'webmaster' => 'webmaster@pley.net' +); +$CONF['domain_path'] = 'YES'; +$CONF['transport'] = 'YES'; +$CONF['transport_options'] = array ( + 'virtual', // for virtual accounts + 'local', // for system accounts + 'relay' // for backup mx + 'mailman' // for mailing lists +); + +$CONF['user_footer_link'] = "http://mail.pley.net/postfixadmin/main"; +$CONF['show_footer_text'] = 'NO';