In this tutorial, we will take a look at how we can clean our mail queue in Exim. Exim is a free and versatile mail transfer agent (MTA) that has been ported to most Unix-like systems and is currently the default for a few Linux distributions, most popular being the Debian Linux distribution. Exim is widely used around the world, and it is estimated that around 56% of the publicly available servers on the internet use Exim as their mail transfer agent.

What is Help Desk Support?
Help desk support, most commonly, is a way of providing IT support to end-users (customers). For Linux server management companies, help desk support often involves resolving issues related to a customer’s Linux server or a service running on that Linux server. To help you understand what help desk support is, we’ll answer a few frequently asked questions related to help desk support. (more…)

How to Install Postal Mail Server on an Ubuntu 16.04 VPS
We’ll show you, How to Install Postal Mail Server on an Ubuntu 16.04 VPS. Postal is a feature-rich mail server application widely used as an alternative to Sendgrid, Mailchimp, Mailgun and other similar SMPT servers. You can use Postal to send out bulk emails, newsletters etc. This guide should work on other Linux VPS systems as well but it was tested and written for an Ubuntu 16.04 VPS. (more…)

What is Server Management?
We’ll explain to you, What is Server Management? Like many other terms in the server management and managed services industry, server management is vaguely used and can mean different things when used by different server management service providers.

Virtual Users and Domains with Sendmail on Ubuntu 16.04
In this tutorial, we will show you how to configure Sendmail to use a virtual user table that’ll allow us to set up user-specific, domain-wide email aliases with multiple domains on our server. This guide should work on other Linux VPS systems as well but was tested and written for Ubuntu 16.04.

How to Install Sentora on Debian 8
In this tutorial, we will show you how to install Sentora on a Debian 8 VPS.
Sentora is a web-based hosting control panel which is very easy to install and use.

How To Upgrade Your Ubuntu VPS to 16.04 LTS
We’ll show you, How To Upgrade Your Ubuntu VPS to 16.04 LTS. When an Ubuntu OS release reaches its ‘end of life’ it receives no further maintenance updates, including critical security upgrades, so it is highly recommended to upgrade to the latest Ubuntu version. In this tutorial, we will show you how to upgrade your Ubuntu VPS from Ubuntu 14.04 LTS (Trusty Tahr) to Ubuntu 16.04 LTS version (Xenial Xerus), skipping the non-LTS releases in-between.
(more…)

How to install ownCloud 9 on Ubuntu
In today’s tutorial, we will explain how to install ownCloud 9.0 on a fresh Ubuntu 16.04 LTS installation. ownCloud is a self-hosted, open source, file sync and share app platform written in PHP. With ownCloud you can sync and access your files through a web interface, create contacts, calendars and bookmarks, easily share your data across devices, preview and edit your text files, documents and images and much more. It’s a great alternative to Dropbox, Google Drive and similar file-sharing services.

How to enable GZIP compression in Nginx
We’ll show you, How to enable GZIP compression in Nginx. Lately, it’s all about optimizing your website and making it as fast as possible. Especially since search engines like Google consider page load time as a ranking factor. And, of course, the load time is a huge factor in user experience.
Aside from using a fast, SSD-powered VPS, you can also do some other tweaks and settings to speed up your website, like enabling gzip compression in Nginx.
Here we’ll discuss one method that will increase the transfer speed by reducing the size of the files with compression. This method will also bring up the benefit of reducing the bandwidth that is used in this process and will make the hosting cheaper to the owner (ie, you can use a hosting plan with fewer resources. The best part about – it’s easy to do and it will only take you a few minutes.
In this article, we’ll share with you how to do the above with the Nginx gzip module. As it is stated this module will help you to compress your files with the gzip compression method. It is known that this method will reduce the size of the transmitted files by half or in some cases even more. (more…)