Example #1
0
    cyrus_imap_change_password();
}
if (isset($_GET["cyrus-empty-mailbox"])) {
    cyrus_empty_mailbox();
    exit;
}
if (isset($_GET["emailing-import-contacts"])) {
    emailing_import_contacts();
    exit;
}
if (isset($_GET["emailing-database-migrate-perform"])) {
    emailing_database_migrate_export();
    exit;
}
if (isset($_GET["emailing-builder-linker"])) {
    emailing_builder_linker();
    exit;
}
if (isset($_GET["emailing-builder-linker-simple"])) {
    emailing_builder_linker_simple();
    exit;
}
if (isset($_GET["emailing-build-emailrelays"])) {
    emailing_build_emailrelays();
    exit;
}
if (isset($_GET["emailrelay-ou-status"])) {
    emailing_emailrelays_status_ou();
    exit;
}
if (isset($_GET["emailing-remove-emailrelays"])) {
Example #2
0
if(isset($_GET["cyrus-rebuild-all-mailboxes"])){cyrus_rebuild_all_mailboxes();exit;}
if(isset($_GET["cyrus-imap-status"])){cyrus_imap_status();exit;}
if(isset($_GET["cyrus-change-password"])){cyrus_imap_change_password();}
if(isset($_GET["cyrus-empty-mailbox"])){cyrus_empty_mailbox();exit;}
if(isset($_GET["cyrus-to-ad"])){cyrus_activedirectory();exit;}
if(isset($_GET["cyrus-to-ad-events"])){cyrus_activedirectory_events();exit;}
if(isset($_GET["cyrus-sync-to-ad"])){cyrus_sync_to_ad();exit;}

if(isset($_GET["cyrus-mailbox-exists"])){cyrus_mailbox_exists();exit;}
if(isset($_GET["cyrus-db-config"])){cyrus_db_config();exit;}



if(isset($_GET["emailing-import-contacts"])){emailing_import_contacts();exit;}
if(isset($_GET["emailing-database-migrate-perform"])){emailing_database_migrate_export();exit;}
if(isset($_GET["emailing-builder-linker"])){emailing_builder_linker();exit;}
if(isset($_GET["emailing-builder-linker-simple"])){emailing_builder_linker_simple();exit;}
if(isset($_GET["emailing-build-emailrelays"])){emailing_build_emailrelays();exit;}
if(isset($_GET["emailrelay-ou-status"])){emailing_emailrelays_status_ou();exit;}
if(isset($_GET["emailing-make-unique-table"])){emailing_database_make_unique();exit;}



if(isset($_GET["emailing-remove-emailrelays"])){emailing_emailrelays_remove();exit;}

//restore

if(isset($_GET["cyr-restore"])){cyrus_restore_mount_dir();exit;}
if(isset($_GET["cyr-restore-container"])){cyr_restore_container();;exit;}
if(isset($_GET["cyr-restore-mailbox"])){cyr_restore_mailbox();;exit;}