Documentation

Total Page:16

File Type:pdf, Size:1020Kb

Documentation Documentation Technical information about CrossBox can be found here. Feel free to browse around to learn more about installing and running CrossBox on your server(s). CrossBox Server Requirements Quick Installation Options in Details Admin Area Command Line Tools Performance Tuning Uninstall Migration Control Panels cPanel Plesk Direct Admin Other Control Panels Docker Clusters Creating a CrossBox Cluster Third Party Apps Outlook Thunderbird Other Apps Building Android and iOS apps Online Apps Builder Android iOS App Connector App Connector Documentation CrossBox Server CrossBox Server Requirements Intro Even though CrossBox is highly portable, make sure that your server satisfies the listed server requirements. Supported Operating Systems CrossBox Server runs on any x86-64 (64 bit) Linux based operating system that has glibc version 2.17 and up. Listed below are minimum required distribution versions. Versions equal to or greater than the ones listed below are fully supported: RedHat/CentOS/CloudLinux 7 Ubuntu - 16.04 LTS xenial Debian - 9 stretch Fedora - 30 OpenSUSE - 15.1 Arch Linux Slackware - 14.2 Gentoo Mint - 18.3 sylvia You can check you glibc version by running ldd --version via the command line interface. Hardware Requirements CrossBox Server can run on a small virtual machine, a big dedicated server, or anything in between. CPU and memory requirements vary depending on the version you'll be running, the number of enabled features, and the number of concurrent users. Standalone Version The standalone version comes with everything prepackaged and preconfigured. It is intended for installing and running on a fresh, clean server. Bare-minimum (use only core features): 1 CPU 512 MB of RAM 5GB of Disk Space Following features require additional memory when enabled: Anti-Spam - 250 MB of RAM Anti-Virus - 600 MB of RAM TURN/STUN - 50 MB of RAM Document Converter (CDC) - 100 MB of RAM TrustedLink (email assets SSL proxy) - 50 MB of RAM To run a standalone version with all features enabled, we recommend you install CrossBox on a server with at least 1 CPU and 2GB of RAM. Control Panel Version It's common for servers that utilize a control panel to have many of the needed services like MTA, mail server, anti-spam service, and anti-virus already running and in place. Therefore, when installing on a server that's running cPanel, DirectAdmin, or Plesk, we auto-detect and use the following services automatically: MySQL Exim Dovecot MailScanner ClamAV CSF Firewalld UFW Solr This effectively reduces the total memory needed for CrossBox to run to just 512 MB of RAM, when used alongside the control panel. Supported Control Panels cPanel, Plesk, and DirectAdmin currently have deep-integrations available. However, you can still use CrossBox with any control panel due to its plug and play nature, but unlike with the supported control panels, some functions are not automated and may require manual action. Hardware Calculation If you want to calculate your CPU and RAM resources in advance, here are the numbers: 1CPU, 2GB RAM for 100 concurrent users. For example, if your plan is to host 100 concurrent users, you'll need: 1 CPU 2GB RAM If your plan is to host 200 concurrent users: 2+ CPU 4GB+ RAM Software Dependencies You don't need to install any new software dependencies for CrossBox to work. It comes pre-compiled and runs isolated from the rest of the system. It won't install anything via your system's package manager (like yum, apt-get, pacman, etc), and therefore, will never interfere with other software/packages/libraries you may already have running on the server. Other Requirements Hostname Make sure that before installing CrossBox your server has a resolvable hostname. PTR (Reverse DNS) We recommend that the server has a valid PTR (Reverse DNS) record that matches the server's hostname. A valid PTR record is important for good e-mail delivery. Most VPS/Dedicated server providers allow you to edit a PTR record via the control panel they provide. Root Access A root user account and SSH access are required to install a CrossBox Server. Web Terminal with root user access can also be used (for example WHM Terminal). Home Directory Your system needs to have a /home directory. If it doesn't exist, CrossBox Installer will automatically create it. Let's start Are you ready to get started? Continue to Quick Installation Guide and have CrossBox up and running in a couple of minutes. CrossBox Server Quick Installation Intro First, please make sure that you checked out the Requirements before you start with the installation. To install CrossBox you need to have a valid and active license. If you don't have one, you can purchase it here. Here we will show you how to install CrossBox on a single server. If you plan to install CrossBox on multiple servers, please head out to our CrossBox Cluster documentation to learn how you can unify communication across different servers and configurations. Installation Run the Command SSH into your server and run the following command as root: sh <(curl https://cdn.crossbox.io/install.sh || wget -O - https://cdn.crossbox.io/install.sh) Then proceed to log in with your CrossBox.io account: After a successful login, you'll find the URL that you can now use to start the installation via your web browser. The URL will be similar to the one shown below, but unique to your installation instance: Access the Installation via the Web Browser Open your favorite web browser and paste the URL that you copied. Configure Almost everything is already pre-populated for you and the entire process takes about ten minutes or often less, depending on your server's performance. Detailed Help If you're not sure what to enter in a certain field during the installation, just click on the "Learn more" link which is displayed beneath it: By clicking it, you'll be taken directly to that option's more detailed documentation. Start the Installation After you click the "Install" button, CrossBox will start setting everything up. You can track the progress in real-time as shown below: Finish the Installation You can now navigate to the application URL and log in with your admin email address and password. CrossBox Server Options in Details Server Tweaking CrossBox Server to fit your needs is as easy as enabling and disabling features with a simple checkbox click. CrossBox will auto-detect if some kind of a control panel is already installed on the server and will auto-adjust itself. Here we have listed all the options and associated help descriptions. Hostname CrossBox will try to automatically resolve a hostname of the server it's being installed onto. However, make sure that before installing CrossBox you have a valid PTR (Reverse DNS) record that matches your hostname and that your hostname can be successfully resolved. Public IP Address CrossBox will try to automatically resolve an IP address of the server it's being installed onto. App Port Enter a Port number that CrossBox will bind to and listen on. If you're installing master server this option is disabled and ports 80/443 are enforced. Otherwise, you can specify a custom port. Please make sure that App port(s) are not used by some other software running on the server. If you have a firewall in place, please make sure that binding to these ports is allowed. App Port cannot be changed after the installation. SSL We strongly recommend that you enable the SSL feature. Not only it will help protect data being sent over the network from prying eyes, but it is also needed for audio and video calls to work. It is very easy to set up and you have four options to choose from: Generate SSL certificates automatically (by using Let's Encrypt Certbot) Select from an auto-detected list (will scan the system for existing certificates) - this is visible if the installer detects SSL certificates Enter .crt/pem .key paths (lets you enter paths to certificate files) Upload .crt/pem and .key files (lets you upload certificate files) TURN/STUN Server CrossBox uses Coturn as a fast and reliable TURN/STUN server. It is responsible for streaming audio and video data during the CrossBox audio/video conference and for relaying media traffic when persons attending the call can't reach each other directly via the peer-to-peer protocol. This is most often the case when the person is behind a corporate firewall. Overall, enabling a TURN/STUN server will greatly improve the quality of audio and video calls. The CrossBox Installer will give you the ability to choose if you wish to enable TURN/STUN integration and will also allow you to decide where it should be hosted. You can choose to install it on the same server as CrossBox or you can enter an external server to offload audio and video streaming to a separate machine in the case you have thousands of concurrent calls being made. If you plan on having more than 50 people streaming audio and video at the same time, please make sure that you allocate enough CPU/Network resources for your TURN/STUN server. The other approach would be to offload media streaming to a Coturn server hosted on another machine, by choosing "Use external coturn server" and filling in Host and SSL Host fields. Coturn Non-SSL Port Enter a non-SSL port that Coturn will use. The default Coturn non-SSL port is 3478. Coturn UDP Port Range You may leave the default value. If not, please enter a port range in format 12345:13456.
Recommended publications
  • Deliverable D8.4 Final Report on Sustainability and Exploitation
    07-07-2020 Deliverable D8.4 Final Report on Sustainability and Exploitation Deliverable D8.4 Contractual Date: 31-05-2020 Actual Date: 07-07-2020 Grant Agreement No.: 732049 – Up2U Work Package: WP8 Task Item: Task 8.1. Nature of Deliverable: R (Report) Dissemination Level: PU (Public) Lead Partner: GWDG Authors: Faraz Fatemi Moghaddam (GWDG), Philipp Wieder (GWDG), Aytaj Badirova (GWDG), Erik Kikkenborg (GÉANT), Gyöngyi Horváth (GÉANT), Casper Dreef (GÉANT), Andrea Corleto (GARR), Eleonora Napolitano (GARR), Gabriella Paolini (GARR), Krzysztof Kurowski (PSNC), Raimundas Tuminauskas (PSNC), Michal Zimniewicz (PSNC), Nelson Dias (FCT|FCCN), Antonio Vieira Castro (ISEP), Mary Grammatikou (NTUA), Dimitris Pantazatos (NTUA), Barbara Tóth (KIFÜ), Csilla Gödri (KIFÜ), Gytis Cibulskis (KTU), Jack Barokas (TAU), Ingrid Barth (TAU), Eli Shmueli (IUCC), Nadav Kavalerchik (IUCC), Orit Baruth (IUCC), Domingo Docampo (UVigo), Iván Otero (UVigo), Vicente Goyanes (TELTEK), Xoan Vidal (TELTEK), Stefano Lariccia (UROMA), Marco Montanari (UROMA), Nadia Sansone (UROMA), Giovanni Toffoli (UROMA), Allan Third (OU) © GÉANT Association on behalf of the Up2U project. The innovation action leading to these results has received funding from the European Union’s Horizon 2020 research and innovation programme under Grant Agreement No. 732049 – Up2U. Table of Contents Executive Summary 1 1 Introduction 2 2 Business Models – Exploitation Activities 3 2.1 Up2U Tools for NRENs and Schools 4 2.1.1 The Centralised Model 5 2.1.2 openUp2U 5 2.1.3 The National Model 6 2.2
    [Show full text]
  • Comodo Web Application Firewall Administartor Guide for Plesk
    2 Comodo Web Application Firewall for Plesk Software Version 2.11 Administrator Guide Guide Version 2.11.011320 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo Web Application Firewall for Plesk - Admin Guide Table of Contents 1. Comodo Free ModSecurity Rules for Plesk - Introduction...................................................................................3 1.1.System Requirements.........................................................................................................................................3 1.2.Signing up for Free ModSecurity Rules..............................................................................................................3 2.Deploying Comodo ModSecurity Rule Set in Plesk...............................................................................................8 About Comodo Security Solutions...........................................................................................................................15 Comodo Web Application Firewall Administrator Guide for Plesk | © 2020 Comodo Security Solutions Inc. | All rights reserved 2 Comodo Web Application Firewall for Plesk - Admin Guide 1. Comodo Free ModSecurity Rules for Plesk - Introduction This guide is explains how server administrators can use Plesk to download, implement and manage Comodo Mod- Security rule sets. Once installed and configured, CWAF just requires the latest firewall rule sets to be downloaded and deployed to your servers. The simple web administration console allows administrators
    [Show full text]
  • Godaddy's Hosting Services System Description Updated
    GoDaddy’s Hosting Services System Description Background GoDaddy, based in Scottsdale, Arizona, provides a broad range of internet business software and services. GoDaddy’s hosting services refer to the housing, maintenance, and provision of internet service (bandwidth) to servers. GoDaddy offers the following hosting services which are covered by this system overview: • Web Hosting including cPanel for Linux, Parallels Plesk for Windows, and legacy Shared/Grid Hosting products (4GH) • WordPress Hosting • Servers – Dedicated and Virtual Private GoDaddy’s hosting services are housed in the following domestic and international data center locations, with the breakdown of hosting services as referenced in the table below: Data cPanel Plesk Legacy WordPress Dedicated Virtual Center Shared Private Virginia √ √ √ √ √ Arizona √ √ √ √ √ √ Netherlands √ √ √ √ √ Germany √ Singapore √ √ √ √ Infrastructure Shared web hosting services and WordPress hosting house multiple customers in a single server cluster, following a multi-tenant architecture. Customers interact with their hosting environment using the applicable control panel – cPanel for Linux, Parallels Plesk for Windows, and Hosting Control Center (HCC) for the legacy shared environment. Customers manage their own content including information stored on MySQL and MSSQL customer databases. Customers are also responsible for website setup and backups. GoDaddy manages system and hardware level security and patching. Updated: December 30, 2019 Page 1 GoDaddy’s Hosting Services System Description Dedicated servers in VA and AZ provide customers with an entire single-tenant virtual server housed on a single hypervisor1. Initial configuration is performed by provisioning code on the hypervisor based on customer elections made during the setup process. The customer manages system level access and is responsible for server setup, security, patching, and backups while GoDaddy manages hardware level security for all dedicated servers.
    [Show full text]
  • For Your Linux Server
    cPanel // Linux Server Getting Started Guide cPanel for your Linux Server AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 cPanel // Linux Server Getting Started Guide: cPanel, Linux Server Version 2.2 (1.6.2012) © Copyright 2012. All rights reserved. Distribution of this work or derivative of this work is prohibited unless prior written permission is obtained from the copyright holder. Trademarks used in this book Linux® is a registered trademark of Linus Torvalds. cPanel® is a registered trademark of cPanel, Inc. SSH® and Secure Shell® are trademarks of SSH Communications Security, Inc. RedHat® and Fedora® are registered trademarks of Red Hat Software, Inc. Mac® is a registered trademark of Apple Computer, Inc. UNIX® is a registered trademark of The Open Group. Windows XP®, Entourage®, and Outlook® are registered trademarks of Microsoft Corporation in the United States and/or other countries. Thunderbird™ is an unregistered trademark of the Mozilla Foundation. All other trademarks and copyrights are the property of their respective owners. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 2 cPanel // Linux Server Table of Contents Introduction 5 SECURITY INFORMATION! 5 REPROVISIONING YOUR SERVER! 6 GETTING HELP! 7 OTHER RESOURCES! 9 Setting Up Your Dedicated Server 10 CHOOSING A HOST NAME, USER ID, AND PASSWORD! 10 LOGGING IN TO YOUR MANAGER FOR THE FIRST TIME! 13 Connecting to Your Dedicated Server 14 CONNECTING TO YOUR SERVER USING WHM! 15 CONNECTING TO YOUR SERVER USING SSH! 20 GAINING ROOT ACCESS ON YOUR SERVER! 22 AKJZNAzsqknsxxkjnsjx
    [Show full text]
  • Open Source Web Chat Application
    Open Source Web Chat Application Is Wood always contractive and subarcuate when carps some bowel very lithographically and lastly? Frederik is run-of-the-mill and hull decorously while epicritic Neel solarizing and pencil. Prerecorded and muskiest Westley never bulges immutably when Dwane behooving his rubricians. Ui makes podium so that apply moderation, open source chat web application helps you can set up your use mesh does not have access to create your industry use them Mumble them a quality, open cell, low latency, high male voice chat application. Move copyright the chat applications around it opens, public and hubot friendly people. Simon on web application which take this open source? Empathy lets you automatic reconnecting using a network manager. This servlet removes the blanket request. Looking up an app or software developmet company? Mumble by a dark open concept low latency high cold voice chat application Mumble into the first VoIP application to reproduce true low latency voice communication. Firebase support chat applications which means bring people. AJAX Chat Softaculous. For chat application on frequent questions and open source web chat software that offers a live chats depending upon opening up. And chat applications are forced into shareable and all chats. Delta Chat The messenger. By your continued use of local site offer accept all use. Enough can dip your toes in swamp water. But as chat application services and video chats at the source code and past conversations. Do some reasons that fits their screen activity on a friend request is available in a message. Web-based development tools Conversational logs Integrate with common knowledge sources RESTful APIs Pandorabots Pros Open source platform so you.
    [Show full text]
  • (BRENT DENNING) SHAPING the NEW NORMAL.Pdf
    How can technology help the “New Normal” ARE YOU SET UP FOR REMOTE WORKING? Cloud Computing is an Enabler for Remote Working of Chief Technology Officers say cloud computing had the most measurable 74% impact in their businesses in 2017 - (Forbes) WHAT IS DRIVING COMPANIES TO THE CLOUD*? 42% - Desktop Virtualization - Access to data anywhere 38% - Disaster recovery capabilities 37% - Enabling better business flexibility 36% - Reducing support burdon on IT staff * Study by Sysgroup 2019 TECHNOLOGY PILLARS SUPPORTING REMOTE WORKING What Technology Platforms Do You Need to Consider Adopting Visibility to Communications Collaboration & Operating Systems Sharing work Accounting Systems Communications Collaboration (Xero, Quickbooks etc) (ZOOM, Google Hangout, MS (GDrive, MS Teams) teams, Webex, Whatsapp, ERP (SAP, Oracle) Messenger, Viber, Telegram, Shared Drive (Box, Dropbox, CRM (Salesforce, Hubspot, Zoho) Mattermost, Wechat) We Transfer) Payroll Software (Salarium, Square) Payment systems (Paypal, Square) Recruitment/HR (Trello, Workday) WHAT CAN YOU ACHIEVE WITH TECHNOLOGY AND REMOTE WORKING ? PRODUCTIVITY* 13% improvement in Productivity* - When working in a nominated shift RECRUITMENT** 9 out 10 Filipino workers would prefer to work organisations with flexible workplace arrangements. * Stanford University Nicholas Bloom Journals of Economics CTrip - China, 16,000 employees ** IWG Workplace Survey, 2019 IS THERE ANY NEED TO WORRY ABOUT REMOTE WORKING? EMPLOYEES EMPLOYERS ● Productivity ? ● Collaboration ? ● Communication ? ● Reduced visibility/
    [Show full text]
  • How to Install Webmin/Virtualmin in Linux (Centos 7)
    Advanced Network/System Administration and Security Workshop ECE Building, Building, BUET, Dhaka Date: 10-12 December 2019 How to Install Webmin/Virtualmin in Linux (CentOS 7) What Is Virtualmin? Virtualmin is a Webmin module that is typically used to manage multiple virtual hosts through a single interface, similar to cPanel. It supports multiple functions such as creating/managing Apache virtual hosts, MySQL database creation/management, generating DNS zones, managing mailboxes, and much more. How Do I Install Virtualmin On CentOS 7? This guide implies that you’re using the root account on Cloud, VPS or Dedicated Server to perform the installation and that you have a basic working knowledge of a Linux shell. We highly suggest taking a backup of your server prior to proceeding with this script. Although this document is written for CentOS 7, Virtualmin offers an automated installation script for the following distros: • CentOS/RHEL/Scientific Linux 7 on x86_64 • CentOS/RHEL/Scientific Linux 5 and 6 on i386 or x86_64 • Debian 6, 7, and 8 on i386 or amd64 • Ubuntu 12.04 LTS, 14.04 LTS, and 16.04 LTS on i386 or amd64 (non-LTS releases are not supported) The following steps can be utilized to install Virtualmin in a CentOS 7 (RHEL 7) environment on a fresh OS installation. 1. Ensure your server is up to date sudo yum update -y 2. Download the Virtualmin installer script using wget sudo wget http://software.virtualmin.com/gpl/scripts/install.sh 3. Execute the install script Md. Ariful Islam Manager (Data & Transmission Network), BdREN E-mail: [email protected] Advanced Network/System Administration and Security Workshop ECE Building, Building, BUET, Dhaka Date: 10-12 December 2019 sudo sh install.sh As per the warning when the script is executed ensure that your OS is listed and type “y” then press “Enter” to continue with the installation If prompted you may need to enter in a fully qualified hostname.
    [Show full text]
  • Licensing Guide
    Licensing Guide Plesk licenses, editions and standard features ............................................................... 2 Plesk Onyx – Special Editions (2018) .................................................................................. 4 Plesk Onyx Licensing on Hyperscalers ............................................................................... 4 Extra Features, Feature Packs and Extensions ................................................................ 5 Available Plesk Feature Packs ............................................................................................ 6 Plesk-developed extensions ............................................................................................... 8 Third-party premium extensions.................................................................................... 14 Plesk licenses, editions and standard features Plesk uses a simple, flexible license model with loads of options: 1) Server-based licenses – example: Plesk licenses a. Installation on dedicated servers (also known as physical servers) b. Installation on virtual servers (also known as virtual private servers or VPS) 2) You can buy all our licenses on a monthly/annual basis - or in discounted bundles. You can end this license at any time and it renews automatically through our licensing servers. 3) All three editions of our server-based licenses present a number of core features: a. Plesk Web Admin Edition For Web & IT Admins who manage sites for an employer, business, or themselves. If you need simple
    [Show full text]
  • Openvz Forum Live on Any Node and Appropriate Client Software on Other Nodes Could Cause the Services to Be Performed There
    Subject: OpenVZ with webmin Posted by rollinw on Sat, 29 Jul 2006 18:22:30 GMT View Forum Message <> Reply to Message I have written an email message to the creator of webmin and the contributor who provided the OpenVZ module. Perhaps someone in this forum group has OpenVZ insights or ideas that might help make webmin a better fit for OpenVZ. "I have installed webmin on a virtual Suse processor under OpenVZ. The concept is great, and I congratulate you on leading the way in providing a centralized interface for controlling what I call a "server farm". After installing the webmin RPM, I also Installed the OpenVZ module contributed by "NH". The comments that follow are not intended as criticisms but as suggestive of the way your combined product might be improved. When the OpenVZ configuration form came up, I saw that it expected things the path to vzyum, to /usr/sbin/vzctl, etc. Then it dawned on me that this module has to be installed on the OpenVZ hardware node to make it work. This may not seem like a big deal to non-OpenVZ people, but in fact it is. I don't want to get into copyright problems, so let me paraphrase the Hardware Node Availability Considerations section of the OpenVZ User's Guide, Chapter 2: * The hardware node (HN) plays a key role in providing resources for all the virtual environments. If the HN goes down, they all go down. * The HN can benefit from RAID, especially hardware RAID, to enhance total system reliability. * Wherever possible, service applications should run on a Virtual Environment (VE) rather than on the HN.
    [Show full text]
  • Online Tools Zur Zusammenarbeit Für Homeoffice Zeiten Und Darüber Hinaus
    Online Tools zur Zusammenarbeit für Homeoffice Zeiten und darüber hinaus INHALT 1. Projektmanagement-Tools zur Organisation und Koordination 2. Kommunikation / Messaging 3. Datenablage 4. Telefon- und Videokonferenzen 5. Kollaborative Text- und Tabellenbearbeitung 6. Übergeordnete Plattformen 7. Weiterführende Links Die Informationen zu den verschiedenen Anwendungen wurde zusammengestellt von der AKS Gemeinwohl. Für die Inhalte externer Links wird keine Haftung übernommen. Stand: 31.03.2020. 1. Projektmanagement-Tools zur Organisation und Koordination factro 1. Funktion: Factro ist ein Projektmanagement-Tool, das als Alternative zu Asana präsentiert wird. Man kann Aufgaben mit entsprechenden Deadlines einzelnen Teammitgliedern zuordnen sowie über eine Kommentarfunktion bestimmte Punkte erläutern, Fragen stellen etc. Die Grundstruktur basiert, ebenso wie bei Trello und Asana, auf dem Kanban Prinzip. 2. Datenschutz und Server: Der große Vorteil von Factro ist, dass dessen Server in Deutschland (Frank- furt/Main) stehen. Die Software wurde von dem Bochumer Unternehmen Schuchert Management- beratung entwickelt, das vor allem mittelständische Unternehmen berät. Zudem arbeitet factro nur mit Anbietern aus Deutschland und der EU zusammen. Es wird großen Wert auf Datenschutz gelegt. Es werden zwar Cookies von Google Analystics verwendet, wobei die damit erhobenen Daten wieder auf US-Servern gespeichert werden, allerdings kann man diese Cookies ausschalten. Factro gibt einem insgesamt ausführliche Möglichkeiten, über die Nutzung seiner Daten selbst zu entscheiden. 3. Zugänglichkeit: Die Basic-Version ist kostenfrei und kann von bis zu zehn Mitgliedern benutzt werden. Für kleine Teams mit einigermaßen übersichtlichen Arbeitsabläufen ist dies völlig ausreichend. Die erste Bezahlstufe liegt bei 7,99€ pro Monat. Das Interface ist sehr zugänglich, einfache Funktionen sind schnell anwendbar. 4. Fazit: Factro ist eine gute, wenn auch kommerzielle Alternative zu Asana oder Trello.
    [Show full text]
  • Spamexperts Incoming Email Filter a Powerful Solution to Safeguard Networks from Inbound Spam and Malware, Helping Web Hosts Save Time and Money
    DATASHEET SpamExperts Incoming Email Filter A powerful solution to safeguard networks from inbound spam and malware, helping web hosts save time and money. Inbound spam, ransomware, and phishing attempts can put any internet service provider at risk. N-able™ SpamExperts helps web hosts and ISPs/telcos strengthen email protection. Services include affordable inbound filtering driven by a continuously updated Intelligent Protection & Filtering Engine to meet emerging threats. The solution can be deployed in a redundant cloud environment or on premises. How it works: N-able SpamExperts incoming spam filter is an email gateway solution. Activation is done with a simple DNS adjustment. Once the MX records are changed, all inbound email goes to our system first, where it is filtered and then relayed to the unchanged destination mail servers of your clients. It provides first-level defense running in front of your mail infrastructure and separates legitimate from unsolicited email with the help of advanced filtering algorithms and spam pattern detection methods. It offers full inbox protection with a nearly 100% accuracy rate. Potentially harmful messages are queued in quarantine and can be managed by end users. Helps save resources and money • Protects networks against the latest email-based threats. • Saves network resources with an efficient first-level incoming filter defense. • Helps save money with competitive and affordable licenses. Offers dual deployment options and integrates with a broad range of tools • Cloud or on-premises deployment. • Free add-ons to integrate with the most popular control panels and other email collaboration tools. • Multiple branding options available. Global statistics Gives customers and users visibility and control over their email flows • Empowers users to manage their email flows and gain real-time visibility into threats.
    [Show full text]
  • Control Panels
    Control Panels cPanel Plesk Direct Admin Other Control Panels Docker cPanel Intro CrossBox for cPanel is one of our most popular control panel integrations. It's Plug-and-Play in its core, covering 95% of all cPanel setups out of the box. Our deep integration with cPanel hooks and APIs enables an automated and fine- tuned experience for both the end-user and service provider. All data and computing are 100% hosted/done on the cPanel server. Benefits End-users: Easy access either via cPanel's webmail system or direct URL No complicated IMAP/SMTP/POP3 configuration, only email address, and password are required Instant access to Email Chat Audio/video calls Conferences Files Contacts And many other features, directly integrated with a cPanel hosting account Real-time push notifications Change password within CrossBox Recover access to an email account Service Providers: Provide users with a modern communication suite that is deeply integrated with and running on a cPanel server Easier customer onboarding Better brand exposure No changes to the cPanel server, services, or configuration files needed Everything is 100% hosted on the cPanel server itself cPanel account quota support WHM Feature List support Automatic cPanel Integration MTA/Mail Server CrossBox supports Exim and Dovecot out of the box, and won't make any changes to your existing MTA/mail server configuration. From standard Exim configurations to smart external relays, CrossBox supports any configuration. Webmail cPanel users can choose CrossBox as their Webmail Application of choice when accessing cPanel's Webmail. Note that if you have a Branding Addon purchased, the cPanel Webmail interface will show your custom App Logo.
    [Show full text]