Example #1
0
}
if (isset($_GET["postfinder"])) {
    postfinder();
    exit;
}
//cluebringer
if (isset($_GET["cluebringer-restart"])) {
    cluebringer_restart();
    exit;
}
if (isset($_GET["cluebringer-ini-status"])) {
    cluebringer_status();
    exit;
}
if (isset($_GET["cluebringer-passwords"])) {
    cluebringer_passwords();
    exit;
}
//postmulti
if (isset($_GET["postfix-multi-status"])) {
    postfix_multi_status();
    exit;
}
if (isset($_GET["postfix-multi-reconfigure"])) {
    postfix_multi_reconfigure();
    exit;
}
if (isset($_GET["postfix-multi-relayhost"])) {
    postfix_multi_relayhost();
    exit;
}
Example #2
0
if(isset($_GET["postfix-ssl"])){postfix_single_ssl();exit;}
if(isset($_GET["postfix-sasl-mech"])){postfix_single_sasl_mech();exit;}
if(isset($_GET["postfix-postfinger"])){postfix_postfinger();exit;}
if(isset($_GET["postfix-iptables-compile"])){postfix_iptables_compile();exit;}
if(isset($_GET["postfix-body-checks"])){postfix_body_checks();exit;}
if(isset($_GET["postfix-smtp-sender-restrictions"])){postfix_smtp_senders_restrictions();exit;}
if(isset($_GET["maillog-query"])){maillog_query();exit;}
if(isset($_GET["postfix-whitelisted-global"])){postfix_whitelisted_global();exit;}
if(isset($_GET["postfinder"])){postfinder();exit;}

//cluebringer


if(isset($_GET["cluebringer-restart"])){cluebringer_restart();exit;}
if(isset($_GET["cluebringer-ini-status"])){cluebringer_status();exit;}
if(isset($_GET["cluebringer-passwords"])){cluebringer_passwords();exit;}



//postmulti

if(isset($_GET["postfix-multi-status"])){postfix_multi_status();exit;}
if(isset($_GET["postfix-multi-reconfigure"])){postfix_multi_reconfigure();exit;}
if(isset($_GET["postfix-multi-relayhost"])){postfix_multi_relayhost();exit;}
if(isset($_GET["postfix-multi-sasl"])){postfix_multi_ssl();exit;}
if(isset($_GET["postfix-multi-settings"])){postfix_multi_settings();exit;}
if(isset($_GET["postfix-multi-mastercf"])){postfix_multi_mastercf();exit;}
if(isset($_GET["postfix-multi-aiguilleuse"])){postfix_multi_aiguilleuse();exit;}