Example #1
0
    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-others-values"])) {
    postfix_others_values();
    exit;
}
if (isset($_GET["postfix-mime-header-checks"])) {
    postfix_mime_header_checks();
    exit;
}
if (isset($_GET["postfix-interfaces"])) {
Example #2
0
if(isset($_GET["change-acl-items"])){samba_change_acl_items();exit;}
if(isset($_GET["wbinfo-domain"])){samba_wbinfo_domain();exit;}
if(isset($_GET["net-ads-info"])){net_ads_info();exit;}




//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;}