示例#1
0
    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
示例#2
0
文件: cmd.php 项目: rsd/artica-1.5
//certitifcate
if(isset($_GET["ChangeSSLCertificate"])){ChangeSSLCertificate();exit;}
if(isset($_GET["postfix-certificate"])){postfix_certificate();exit;}
if(isset($_GET["certificate-viewinfos"])){certificate_infos();exit;}
if(isset($_GET["postfix-perso-settings"])){postfix_perso_settings();exit;}
if(isset($_GET["postfix-smtpd-restrictions"])){postfix_smtpd_restrictions();exit;}
if(isset($_GET["postfix-mem-disk-status"])){postfix_mem_disk_status();exit;}
if(isset($_GET["postscreen"])){postscreen();exit;}
if(isset($_GET["postfix-throttle"])){postfix_throttle();exit;}
if(isset($_GET["postfix-freeze"])){postfix_freeze();exit;}
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