Home »
Posts tagged linux (Page 6)
This article will describe you step by step installation and configuration postfix mail server with cyrus-imap and sasl authentication. Postfix as MTA (mail transfer agent) SASL (Simple Authentication and Security Layer)for Authentication Cyrus-IMAP Package installation #yum install postfix system-switch-mail cyrus-imapd cyrus-plain cyrus-md5 cyrus-utils #rpm -qa cyrus* cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 cyrus-sasl-plain-2.1.23-13.el6_3.1.x86_64...
Continue reading
September 24, 2014 Admin
Postfix
No Comment
Mod_security is an apache module it works as a web application layer firewall that helps to protect your website from various attacks. Mod_Security is used to block commonly known exploits by use of regular expressions and rule sets. Through this article you can install ModSecurity on Apache Ubuntu...
Continue reading
September 4, 2014 Admin
Apache
No Comment
HAProxy is a load balancer application that permits you to proxy HTTP and TCP connections to a group of back-end servers; Keepalived KeepAlived permit you to create a redundant pair of HAProxy servers by moving an IP address between HAProxy hosts in an active-passive configuration. Network Scenario LB1...
Continue reading
August 21, 2014 Admin
Apache
No Comment
The Mod_Status module permits a server administrator to expose how well the apache server is performing. A HTML page is offered that gives the current server statistics. So to enable server status in apache uncomment the following lines. <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow...
Continue reading
August 20, 2014 Admin
Apache
No Comment
There are basically two main security profit to using an postfix mx-gateway. One of, it’s much easier to keep secure a single SMTP gateway from external threats than it’s keep secure multiple internal e-mail servers. Second one is, separating Internet mail from internal mail permits one to move...
Continue reading
August 13, 2014 Admin
Postfix
No Comment