PPPower Server

From Alteeve Wiki
Revision as of 14:01, 11 May 2011 by Digimer (talk | contribs)
Jump to navigation Jump to search

 AN!Wiki :: How To :: PPPower Server

With tongue firmly in cheek, this is a tutorial on building an EL6 server for hosting website and email using PostgreSQL, Postfix and Postgrey for mail and Apache for web. There are many canned and arguably superior was of accomplishing the same, but this is what I user for this server.

Post OS Install

First, the packages we will want to install:

yum install

Apache

PostgreSQL

Create the admin user called alteeve which will own the databases we will create and use.

su - postgres
createuser -S -d -R alteeve
psql template1

At the shell, run the following:

ALTER USER alteeve WITH PASSWORD 'secret';
\q

Tell PostgreSQL to require a password for the alteeve user.

cp


Postfix

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.