Viewing File: /usr/local/cpanel/base/webmail/jupiter/sitemap.json

{
    "items": [
        {
            "type": "item",
            "name": "Account Preferences",
            "description": "Account Preferences",
            "url": "account_preferences/index.html",
            "icon": {
                "url": "user_manager",
                "width": 48,
                "height": 48
            },
            "key": "webmail_account_prefs",
            "order": 1,
            "category": "edit_settings"
        },
        {
            "type": "item",
            "name": "Password & Security",
            "description": "Password & Security",
            "url": "mail/change_password.html",
            "icon": {
                "url": "change_password",
                "width": 48,
                "height": 48
            },
            "key": "change_password",
            "order": 1,
            "condition": {
                "feature": "popaccts",
                "if": "$is_mail_account"
            },
            "implements": "Password_Change",
            "category": "edit_settings"
        },
        {
            "type": "item",
            "name": "Configure Mail Client",
            "description": "Configure Mail Client",
            "url": "mail/clientconf.html",
            "icon": {
                "url": "application_manager",
                "width": 48,
                "height": 48
            },
            "key": "configure_mail_client",
            "order": 2,
            "implements": "MailClient_Configure",
            "category": "other"
        },
        {
            "type": "item",
            "name": "Calendars and Contacts Configuration",
            "description": "Calendars and Contacts Configuration",
            "url": "mail/calendars_and_contacts/index.html.tt",
            "icon": {
                "url": "calendar_and_contacts",
                "width": 48,
                "height": 48
            },
            "key": "calendar_and_contacts",
            "order": 3,
            "condition": {
                "feature": "caldavcarddav",
                "if": "$is_mail_account && $is_cpdavd_enabled"
            },
            "terms": [
                "email",
                "calendar",
                "contact",
                "address",
                "book",
                "CalDAV",
                "CardDAV"
            ],
            "implements": "Calendar_Configure",
            "category": "calcontact"
        },
        {
            "type": "item",
            "name": "Calendars and Contacts Sharing",
            "description": "Calendars and Contacts Sharing",
            "url": "manage-calendar-access/index.html.tt",
            "icon": {
                "url": "manage_calendar_access",
                "width": 48,
                "height": 48
            },
            "key": "manage-calendar-access",
            "order": 3,
            "condition": {
                "feature": "caldavcarddav",
                "if": "$is_mail_account && $is_cpdavd_enabled"
            },
            "terms": [
                "share",
                "calendar",
                "contact",
                "address",
                "book",
                "CalDAV",
                "CardDAV"
            ],
            "implements": "Calendar_Share",
            "category": "calcontact"
        },
        {
            "type": "item",
            "name": "Calendars and Contacts Management",
            "description": "Calendars and Contacts Management",
            "url": "calendar-contact-management/index.html.tt",
            "icon": {
                "url": "calendar_contact_management",
                "width": 48,
                "height": 48
            },
            "key": "calendar-contact-management",
            "order": 3,
            "condition": {
                "feature": "caldavcarddav",
                "if": "$is_mail_account && $is_cpdavd_enabled"
            },
            "terms": [
                "manage",
                "calendar",
                "contact",
                "address",
                "book",
                "CalDAV",
                "CardDAV"
            ],
            "implements": "Calendar_Manage",
            "category": "calcontact"
        },
        {
            "type": "item",
            "name": "Email Filters",
            "description": "Email Filters",
            "url": "mail/filters/userfilters.html",
            "icon": {
                "url": "email_filters",
                "width": 48,
                "height": 48
            },
            "key": "email_filters",
            "order": 4,
            "condition": {
                "feature": "blockers",
                "if": "!$isarchiveuser"
            },
            "implements": "Email_UserLevelFiltering",
            "category": "manage_inbox"
        },
        {
            "type": "item",
            "name": "Forwarders",
            "description": "Forwarders",
            "url": "mail/fwds.html",
            "icon": {
                "url": "forwarders",
                "width": 48,
                "height": 48
            },
            "key": "forwarders",
            "order": 5,
            "condition": {
                "feature": "forwarders"
            },
            "implements": "Email_Forwarders",
            "category": "manage_inbox"
        },
        {
            "type": "item",
            "name": "Autoresponders",
            "description": "Autoresponders",
            "url": "mail/autores.html",
            "icon": {
                "url": "autoresponders",
                "width": 48,
                "height": 48
            },
            "key": "autoresponders",
            "order": 6,
            "condition": {
                "feature": "autoresponders"
            },
            "implements": "Email_AutoResponders",
            "category": "manage_inbox"
        },
        {
            "type": "item",
            "name": "Mailing Lists",
            "description": "Mailing Lists",
            "url": "mail/delegated_lists.html",
            "icon": {
                "url": "mailing_lists",
                "width": 48,
                "height": 48
            },
            "key": "mailing_lists",
            "order": 7,
            "condition": {
                "feature": "lists",
                "if": "$is_delegated_mailman"
            },
            "terms": ["mailman"],
            "implements": "Email_MailingLists",
            "category": "other"
        },
        {
            "type": "item",
            "name": "Contact Information",
            "description": "Contact Information",
            "url": "contact/index.html",
            "icon": {
                "url": "contact_information",
                "width": 48,
                "height": 48
            },
            "key": "contact_information",
            "order": 8,
            "condition": {
                "feature": "updatenotificationprefs || updatecontact",
                "if": "!$isarchiveuser"
            },
            "implements": "ContactInfo_Change",
            "category": "edit_settings"
        },
        {
            "type": "item",
            "name": "Two-Factor Authentication",
            "description": "Two-Factor Authentication",
            "url": "security/2fa/index.html",
            "icon": {
                "url": "two_factor_authentication",
                "width": 48,
                "height": 48
            },
            "key": "two_factor_authentication",
            "order": 8,
            "condition": {
                "feature": "twofactorauth",
                "if": "$is_twofactorauth_sec_policy_enabled"
            },
            "category": "edit_settings"
        },
        {
            "type": "item",
            "name": "Track Delivery",
            "description": "Track Delivery",
            "url": "mail/route.html",
            "icon": {
                "url": "track_delivery",
                "width": 48,
                "height": 48
            },
            "key": "track_delivery",
            "order": 9,
            "condition": {
                "module": "EmailTrack",
                "feature": "emailtrace",
                "if": "!$isarchiveuser"
            },
            "implements": "Email_DeliveryReport",
            "category": "other"
        },
        {
            "type": "item",
            "name": "Manage Disk Usage",
            "description": "Manage Disk Usage",
            "url": "mail/manage_disk_usage/",
            "icon": {
                "url": "email_disk_usage",
                "width": 48,
                "height": 48
            },
            "condition": {
                "feature": "email_disk_usage"
            },
            "key": "email_disk_usage",
            "order": 11,
            "implements": "Email_DiskUsage",
            "category": "other"
        },
        {
            "type": "item",
            "name": "Spam Filters",
            "description": "Spam Filters",
            "url": "mail/spam/",
            "icon": {
                "url": "apache_spam_assassin",
                "width": 48,
                "height": 48
            },
            "condition": {
                "feature": "spamassassin"
            },
            "key": "apache_spam_assassin",
            "order": 14,
            "implements": "Email_Spam",
            "category": "spam"
        },
        {
            "type": "item",
            "name": "Canary",
            "description": "Canary",
            "url": "canary/index.html",
            "icon": {
                "url": "canary",
                "width": 48,
                "height": 48
            },
            "condition": {
                "if": "$is_sandbox && $exists_in_webmail{'canary'}"
            },
            "key": "canary",
            "order": 15,
            "category": "sandbox"
        },
        {
            "type": "item",
            "name": "BoxTrapper",
            "description": "BoxTrapper",
            "url": "mail/manage.html",
            "icon": {
                "url": "boxtrapper",
                "width": 48,
                "height": 48
            },
            "key": "boxtrapper",
            "order": 10,
            "condition": {
                "module": "BoxTrapper",
                "feature": "boxtrapper",
                "if": "$hasboxtrapper"
            },
            "terms": ["filter"],
            "items": [
                {
                    "type": "item",
                    "name": "Configure Settings",
                    "description": "Configure Settings",
                    "url": "mail/conf.html",
                    "key": "boxtrapper_configure_settings",
                    "order": 1,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                },
                {
                    "type": "item",
                    "name": "Edit Confirmation Messages",
                    "description": "Edit Confirmation Messages",
                    "url": "mail/editmsgs.html",
                    "key": "boxtrapper_confirmation_msg",
                    "order": 2,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                },
                {
                    "type": "item",
                    "name": "Edit White/Black/Ignore Lists",
                    "description": "Edit White/Black/Ignore Lists",
                    "url": "mail/editlists.html",
                    "key": "boxtrapper_white_black_ignore_list",
                    "order": 3,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                },
                {
                    "type": "item",
                    "name": "Forward List",
                    "description": "Forward List",
                    "url": "mail/forwardlist.html",
                    "key": "boxtrapper_forwarder_list",
                    "order": 4,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                },
                {
                    "type": "item",
                    "name": "Review Log",
                    "description": "Review Log",
                    "url": "mail/showlog.html",
                    "key": "boxtrapper_review_logs",
                    "order": 5,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                },
                {
                    "type": "item",
                    "name": "Review Queue",
                    "description": "Review Queue",
                    "url": "mail/showq.html",
                    "key": "boxtrapper_review_queue",
                    "order": 6,
                    "condition": {
                        "module": "BoxTrapper",
                        "feature": "boxtrapper",
                        "if": "$hasboxtrapper"
                    }
                }
            ],
            "implements": "Email_BoxTrapper",
            "category": "spam"
        },
        {
            "type": "item",
            "name": "Search Index",
            "description": "Search Index",
            "url": "mail/search_index/",
            "icon": {
                "url": "indexes",
                "width": 48,
                "height": 48
            },
            "condition": {
                "feature": "solr_search_index",
                "if": "$is_solr_enabled"
            },
            "key": "solr_search_index",
            "order": 12,
            "category": "other"
        },
        {
            "type": "item",
            "name": "Return to cPanel",
            "description": "Return to [asis,cPanel]",
            "url": "/xfercpanel/",
            "key": "return_to_cpanel",
            "order": 13,
            "condition": {
                "if": "$isarchiveuser || !$is_mail_account || $isreseller"
            },
            "category": "dropdown_only"
        }
    ]
}
Back to Directory File Manager