Knowledgebase

VPS Hosting are just an next step to shared hosting packages and which are not really expensive such as a dedicated server. The features that are provided by VPS Servers are more or less like a dedicated server. no shared hosting packages provide full root access on Linux VPS’s or administrator access for Windows VPS Hosting packages. Customization are much more feasible when it comes to a VPS and it also allows third-party applications.

Much better performance when compared to any shared or reseller hosting packages. You will be able to host in a custom environment. However, in most cases good amount of knowledge is required in order to host a VPS. If you have a fully managed VPS, that would do much help and also assist you with major operations.

Also, be assured that you need more information on the VPS in order to host it. Best way is to gain as much knowledge from the host as possible. At the time of signup, please make sure you select the right options in order to meet your requirements. Wise selection of hosting package are always good for your pocket. Once you are aware of the vps you need to signup, please make sure the hosting provider can install it for you. You should not host any application or software that can likely over-load the VPS at the end of the day.

Complete isolated environment and indivualism is maintained on a vps at any point of time. Bodhost provides fully managed VPS Hosting package which are monitored 24×7 round the clock. For more information, please have a look at this link VPS Hosting

Comments Off    Read More   
May
12
Posted on 12-05-2008
Filed Under (Linux VPS Hosting) by bodhost

Please follow the steps given below to restart Sendmail after editing your configuration Files:-

#!/bin/bash

cd /etc/mail

make

newaliases

/etc/init.d/sendmail restart

It will first runs the make command, which creates a new sendmail.cf file from the sendmail.mc file and then compiles supporting configuration files in the /etc/mail directory according to the instructions in the file /etc/mail/Makefile. After thar it generates new e-mail aliases with the newaliases command, and then restarts sendmail.

To make the script executable use this command.

chmod 700 filename

You will need to run the script every time you change any of the sendmail configuration files described in the sections to follow.

The line in the script that restarts sendmail is only needed if you have made changes to the /etc/mail/sendmail.mc file, but It included it so that you don’t forget.

Note: When sendmail starts, it reads the file sendmail.cf for its configuration. sendmail.mc is a more user friendly configuration file and really is much easier to fool around with without getting burned. These sendmail.cf file is located in different directories depending on the version of RedHat you use. The /etc/sendmail.cf file is used for versions up to 7.3, and /etc/mail/sendmail.cf is used for versions 8.0 and higher and Fedora Core.

We support Sendmail on our Linux VPS Hosting packages

Comments Off    Read More