<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Server Management Tips by SupportPRO &#187; General Topics</title>
	<atom:link href="http://blog.supportpro.com/category/general-topics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.supportpro.com</link>
	<description>SupportPRO Blog</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:10:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blogging &#8211; What exactly does it do?</title>
		<link>http://blog.supportpro.com/2010/06/blogging-what-exactly-does-it-do/</link>
		<comments>http://blog.supportpro.com/2010/06/blogging-what-exactly-does-it-do/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Topics]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=311</guid>
		<description><![CDATA[Blog, explained on simple words is considered to be an online diary, where a person or the author writes about anything that comes to his mind. This can be his thought about a current affair, a thought about the future technologies or even to make it simple it can also be about on how to [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2010/06/blogging-what-exactly-does-it-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim Utilities ..</title>
		<link>http://blog.supportpro.com/2009/09/exim-utilities/</link>
		<comments>http://blog.supportpro.com/2009/09/exim-utilities/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 05:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=38</guid>
		<description><![CDATA[EXIM UTILITIES
Introduction
Exim is the default mail transport agent installed on some Linux systems; it runs on many versions of Unix and is suitable for any TCP/IP network with any combination of hosts and end-user mail software. It is open source, scalable, rich in features, and–best of all-easy to configure.
Exim utilities

exiwhat : List what Exim processes [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2009/09/exim-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qmail .. A brief introduction ..</title>
		<link>http://blog.supportpro.com/2009/08/qmail-a-brief-introduction/</link>
		<comments>http://blog.supportpro.com/2009/08/qmail-a-brief-introduction/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=107</guid>
		<description><![CDATA[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

You may download these from http://www.qmailrocks.org/downloads/
mkdir /usr/local/src/qmail
Download all the zip folders to the folder qmail
cd /usr/src/qmail/qmail-1.03
make man &#38;&#38; make setup check
./config-fast your_fqdn_hostname
(eg: ./config-fast mail.mydomain.com)

Ezmlm 
EZmlm is a nice mailing list add-on to Qmail
cd /usr/src/qmail/
tar [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2009/08/qmail-a-brief-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install FFMPEG on a VPS using YUM …</title>
		<link>http://blog.supportpro.com/2009/08/install-ffmpeg-on-a-vps-using-yum-%e2%80%a6/</link>
		<comments>http://blog.supportpro.com/2009/08/install-ffmpeg-on-a-vps-using-yum-%e2%80%a6/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 06:04:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=53</guid>
		<description><![CDATA[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

Run commands via ssh :
ldconfig -v
Installing RPMForge 
wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
# rpm –ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
warning: rpmforge-release-0.3.6-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing…                [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2009/08/install-ffmpeg-on-a-vps-using-yum-%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suhosin ..</title>
		<link>http://blog.supportpro.com/2009/07/suhosin/</link>
		<comments>http://blog.supportpro.com/2009/07/suhosin/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 07:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Topics]]></category>

		<guid isPermaLink="false">http://blog.supportpro.com/?p=132</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://blog.supportpro.com/2009/07/suhosin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
