QMAIL Qmail is an MTA similar to Exim INSTALLATION Installation involves the following steps: 1.Installing Qmail itself 2.Installing EZmlm and EZmlm-idx 3.Installing Autoresponder 4.Installing Vpopmail 5.Installing maildrop 6.Uninstalling Sendmail 7.Starting up qmail
General Topics
Installation Steps : preparing step : Edit or create a file /etc/yum.repos.d/dag.repo. Add lines below at the end of the file: [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 Add line below at the end of the file /etc/ld.so.conf: /usr/local/lib
What is Suhosin? Suhosin is an advanced protection system for PHP installations. Designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts:- The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities . The second part is a powerful PHP extension that implements all the other protections.
mod_userdir It is an Apache module that allows you to create a separate website for each user on a server. These sites can all be accessed by going to, http://servername.com/~username Eg:- http://example.com/~user/ The module is installed on most Apache setups by default, but isnt necessarily always enabled. Most mass-hosted cPanel servers make extensive use of it for a variety of reasons. Apaches mod_userdir allows users to view their sites by entering a tilde(~) and their username as the URL on a specific host. For example http://test.cpanel.net/~test will bring up the …
Fantastico De Luxe is the leading autoinstaller for cPanel servers. With more than 10.000 installations, it provides more than one million end-users the ability to quickly install dozens of the leading open source content management systems into their web space. It integrates with your cPanel and gives you the ability to install multiple instances (*) of any of these scripts. The scripts are listed below:
The Simple Network Management Protocol (SNMP) is an application layer protocol that facilitates the exchange of management information between network devices. It is part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite. Two versions of SNMP exist SNMP version 1 (SNMPv1) and SNMP version 2 (SNMPv2). Both versions have a number of features in common, but SNMPv2 offers enhancements, such as additional protocol operations. Components of SNMP An SNMP-managed network consists of three key components: managed devices, agents, and network-management systems (NMSs). A managed device is a network node …
AJAX AND ATLAS AJAX stands for Asynchronous JavaScript And XML. AJAX is a type of programming made popular in 2005 by Google (with Google Suggest). AJAX is not a new programming language, but a new way to use existing standards. With AJAX you can create better, faster, and more user-friendly web applications. AJAX is based on JavaScript and HTTP requests.