exit; } if (isset($_GET["postfix-hash-r-canonical"])) { postfix_hash_recipient_canonical(); exit; } if (isset($_GET["postfix-bcc-tables"])) { postfix_hash_bcc(); exit; } if (isset($_GET["postfix-relayhost"])) { postfix_relayhost(); exit; } if (isset($_GET["postfix-smtp-sasl"])) { postfix_sasl(); exit; } if (isset($_GET["postfix-multi-transport-maps"])) { postfix_multi_transport_maps(); exit; } if (isset($_GET["rbl-check"])) { rbl_check(); exit; } if (isset($_GET["my-rbl-check"])) { my_rbl_check(); exit; } if (isset($_GET["postfix-hash-smtp-generic"])) {
//postfix if(isset($_GET["postfixQueues"])){postfixQueues();exit;} if(isset($_GET["getMainCF"])){postfix_read_main();exit;} if(isset($_GET["postfix-tail"])){postfix_tail();exit;} if(isset($_GET["postfix-hash-tables"])){postfix_hash_tables();exit;} if(isset($_GET["postfix-transport-maps"])){postfix_hash_transport_maps();exit;} if(isset($_GET["postfix-hash-senderdependent"])){postfix_hash_senderdependent();exit;} if(isset($_GET["postfix-hash-aliases"])){postfix_hash_aliases();exit;} if(isset($_GET["postfix-hash-r-canonical"])){postfix_hash_recipient_canonical();exit;} if(isset($_GET["postfix-bcc-tables"])){postfix_hash_bcc();exit;} if(isset($_GET["postfix-relayhost"])){postfix_relayhost();exit;} if(isset($_GET["postfix-smtp-sasl"])){postfix_sasl();exit;} if(isset($_GET["postfix-multi-transport-maps"])){postfix_multi_transport_maps();exit;} if(isset($_GET["rbl-check"])){rbl_check();exit;} if(isset($_GET["my-rbl-check"])){my_rbl_check();exit;} if(isset($_GET["postfix-hash-smtp-generic"])){postfix_hash_smtp_generic_maps();exit;} if(isset($_GET["postfix-others-values"])){postfix_others_values();exit;} if(isset($_GET["postfix-mime-header-checks"])){postfix_mime_header_checks();exit;} if(isset($_GET["postfix-interfaces"])){postfix_interfaces();exit;} if(isset($_GET["postfix-networks"])){postfix_single_mynetworks();exit;} if(isset($_GET["postfix-luser-relay"])){postfix_luser_relay();exit;} if(isset($_GET["postqueue-master-list"])){postfix_postqueue_master();exit;} if(isset($_GET["postsuper-d-master"])){postfix_postqueue_delete_msgid();exit;} if(isset($_GET["postsuper-r-master"])){postfix_postqueue_reprocess_msgid();exit;}