Tag: Server

Install Nginx On Amazon EC2

1 Comment

May 6, 2011 at 7:34 pmCategory:Centos

This guide can be used in the case we need to run Nginx on Amazon due to a bug that affects the EPEL package repository and maybe some other repository.

That’s why I leave this “Step by Step” to compile and build the RPM for CentOS and RHEL. It is functional in Amazon EC2 instances.


The first thing you need to do is to install the “checkinstall” to generate the RPM.
If you’re going to do it on a 32bit system just do the following:

yum install checkinstall

To do that we have to have the RPMforge Repository in our system.

Read More…

Amavisd-new, ClamAV and SpamAssassin on Centos.

16 Comments

December 9, 2010 at 7:07 pmCategory:Centos

Introduction

This tutorial works fine for this server conf.

Amavisd-new and ClamAV were installed from the RPMForge repository. To enable the RPMForge repository, please see the RPMForge instructions.

Installation

Install amavisd-new, clamav and spamassassin:

yum --enablerepo=rpmforge,rpmforge-extras install amavisd-new clamav clamav-devel clamd spamassassin

Adding user clamav to group amavis:

gpasswd -a clamav amavis

ClamAV

Read More…

Postfix mysql postfixadmin dovecot roundcube centos 5.7 (updated)

75 Comments

November 22, 2010 at 7:41 pmCategory:Centos

Installation needed packages for our MailServer

Needed Repos for easy installation:

RPMForge:(htop, clamav, etc..)
If you have not the repo RPMForge, download it and follow the guide for your system:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge

CentosPlus and C5-Testing:(php.5.2, postifx-mysql)
Install yum-priorirys.

yum install yum-priorirys

And edit this file.

vim /etc/yum.repos.d/CentOS-Base.repo

And make it look like this:
Read More…