Saturday, August 27, 2011

Delivery to the following recipient failed permanently, Verification failed

October 21, 2009 by  
Filed under cPanel, Direct Admin, General, Helm, HyperVM, Kloxo, Plesk, Webmin

2 Comments

Today, I was getting the following error while trying to send email to any account of the server. The mail bounced with the following error messages. This is an automatically generated Delivery Status Notification Delivery to the following recipient failed permanently: test@mydomain.com Technical details of permanent failure: Google tried to deliver your message, but it [...]

Effective Solutions for 500 error (Premature End of Script Headers)

October 21, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

2 Comments

There may a number of reasons and solutions for it. We listed a few here for your conveniences. File/Directory Permission error: directory is writable by others: (/home/user/public_html/) This could be easily fixed by just changing the permissions of the file/directory in question. You can change the permissions by using the File Manager within cPanel, or [...]

Installing Suhosin by Patching PHP Source

October 21, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

Leave a Comment

Preparation When you want to install PHP with the Suhosin-Patch you have to first perform some preparation steps. Step 1: Installing the Hardened-PHP Project Signaturekey You should first grab a copy of the Hardened-PHP Project’s Release Signaturekey and import it into your GNU Privacy Guard keychain. (For further information on the usage of gnupg please [...]

Installing Suhosin as PHP Extension in Linux

October 21, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

2 Comments

Unlike the Hardening-Patch for PHP, nearly all of Suhosin´s features are within the extension. Therefore you might want to only install the extension and use a plain unpatched PHP. Depending on the system we might already offer binary packages. You can check our Suhosin Downloads page. In that case you only need to activate the [...]

Secure your Linux Servers

October 19, 2009 by  
Filed under cPanel, Direct Admin, Ensim, General, HyperVM, Kloxo, Plesk, Webmin

1 Comment

Securing a linux server is a continuous job as new types of exploits are discovered almost everday. Here, we tried to collect a number of quick guides that will help you securing your linux box.However, this guide covers only basic linux server security tips intended for linux learners. I am writing this guide assuming that [...]

Installing and configuring monit to monitor your server(s)

October 18, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

3 Comments

Monit is a utility for managing and monitoring, processes, files, directories and filesystems on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. Pre Install Step: yum install openssl* Step 1: Installing monit from Source cd /usr/local/src wget http://mmonit.com/monit/dist/monit-5.0.3.tar.gz tar -zxvf monit-5.0.3.tar.gz cd monit-5.0.3 ./configure –sysconfdir=/etc/monit/ [...]

Hardening/Securing SSHD (Secure SHell Daemon)

October 18, 2009 by  
Filed under cPanel, Direct Admin, General, Kloxo, Plesk, Webmin

Leave a Comment

A quick guide on how to secure your sshd. Hope it helps. Step 1: First of all we need to make a regular user, since we are disabling direct root login: adduser admin && passwd admin Step 2: Backup your current sshd_config mv /etc/ssh/sshd_config /etc/ssh/sshd_config.bak Step 3: Create a new sshd_config file

DoS Protection via APF, BFD, DDOS and RootKit

October 8, 2009 by  
Filed under cPanel, Direct Admin, General, HyperVM, Kloxo, Plesk, Webmin

Leave a Comment

Being a web host, your servers are constantly being attacked by hackers by denial-of-service (DoS) and other brute force attacks. There is no foolproof method to stop 100% of all attacks, but there are ways to protect your servers by applying firewall rules, and detecting and banning attacking IPs. This article makes use of the [...]

Adding custom directives to VirtualHosts

September 1, 2009 by  
Filed under Direct Admin

Leave a Comment

You can add extra settings for virtual hosts of a domain using DirectAdmin. Simple follow these steps: Go to Admin Panel -> Admin Settings -> Customize Httpd Configurations. Click the domain from the list that you want to insert the extra httpd.conf code to. At the bottom of the page, you’ll see the current httpd.conf [...]

Installing DirectAdmin in dedicated server

August 15, 2009 by  
Filed under Direct Admin

2 Comments

Before you start install of DirectAdmin, make you everything is ready. Check Prerequisites: Check your OS and Hardware are capable of running DirectAdmin. Click here for details. At least one external IP address (NAT/LAN-based systems will NOT work). You have SSH, gcc and g++ installed. (Quick note: yum install gcc g++ or apt-get install gcc [...]