Postfix & Dovecot
Postfix To install Postfix with SMTP-AUTH and TLS, first install the postfix by doing these commands. apt-get install postfix dpkg-reconfigure postfix Fill the following details […]
Postfix To install Postfix with SMTP-AUTH and TLS, first install the postfix by doing these commands. apt-get install postfix dpkg-reconfigure postfix Fill the following details […]
Nagios Monitoring Nagios is a system that can be used to monitor your services and server resources, to ensure you known when maintenance needs to […]
Creating a Preseed.cfg File #### Contents of the preconfiguration file (for squeeze) ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string […]
BASH (Bourne-Again Shell)– Scripting 101 – BASH scripting is a very useful tool for automating tasks on a Unix system, it can be used for […]
How to Install LAMP in Ubuntu 1. Install Apache To install Apache you must install the Metapackage apache2. This can be done by searching for […]
Apache2 Configuration To setup virtual hosts, we need to setup DNS zones. Go to /usr/local/samba/private/dns/ directory and edit patan.t311.zone file. Add these records at the […]
Samba 4 First we need to install bind9 and edit the named.conf.option file to forward queries to DNS server. apt-get install bind9 resolvconf dnsutils Edit […]
Setup mail server on Ubuntu 14.04. This tutorial explains how to setup mail server on ubuntu 14.04 using postfix,dovecot and squirrelmail. Please replace with your domain . Installing […]
OPENVPN ON UBUNTU SERVER 12.04 OR 14.04 USING TAP. This article will guide you in a basic OpenVPN installation on an Ubuntu server running 12.04 […]