Tuesday, June 30, 2009

How to know the version of Debian installation.

----------------
1) #cat /etc/issue
2) #cat /etc/debian_version
----------------

Tuesday, June 16, 2009

install postfix with postgresql support in centos 5

Download the RPM from the following link - 

#wget http://mirror.centos.org/centos/5/centosplus/i386/RPMS/postfix-2.3.3-2.1.centos.mysql_pgsql.i386.rpm

#rpm -ivh postfix-2.3.3-2.1.centos.mysql_pgsql.i386.rpm

done :)

check for postgresql support -

#postconf -m|grep pgsql

pgsql

cPanel: /scripts/easyapache error

If you are getting yum error while running easyapache, try the following.

---------------------

First take a backup of /var/lib/rpm.

Then do:

rm /var/lib/rpm/__db*

rpm --rebuilddb

---------------------

Linux-Plesk 9 in RHEL 4 : Webmail shows default page.

Try this:

Download and install the following RPM

 http://autoinstall.plesk.com/PSA9/dist-rpm-RedHat-el4-i386/9.0.1/opt/horde/

Then execute - 

/usr/local/psa/admin/bin/webmailmng --install --name=horde

/usr/local/psa/admin/sbin/websrvmng -a -v

Hope it fixes the issue..