Recently we faced a problem where Plesk was not accessible over Internet i.e. using port 8443 (https) and 8880 (normal). The first thing we checked was the Firewall; it happens sometime that the problem might be with firewall which was blocking port 8443 and 8880 but there was no problem with Firewall. Then we tried to check the status of Plesk (PSA) Service and got following response
Qmail (Default Mail Server for Plesk) on Plesk 9.0 sometime start consuming high CPU and overloading server. This sometime happens due to lot of failed message to ‘postmaster’ which overload Qmail. Following is the header of the failed message:
From: MAILER-DAEMON@server.mail.com
To: postmaster@server.mail.com
Subject: failure notice
Date: 10 Apr 2010 02:49:00 +0100
Size: 17540794 bytes
Queue Time: 1270864142 sec
Envelope Recipients (R): webmaster@somedomain.com
Read the rest of this entry »
Recently we have found that many of Plesk users are complaining about receiving Blank Email to the Plesk Admin address like below
Read the rest of this entry »
After installation of Atmail Webmail Client, while restarting Apache it throws following Syntax Error:
[root@server ~]# service httpd start
Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/zzz_atmail_vhost.conf: Include directory ‘/etc/psa/webmail/atmail/conf.d’ not found [
FAILED]
Read the rest of this entry »
While deleting one domain from Plesk it was throwing following error
Microsoft SQL Server is a relational model database server produced by Microsoft and it’s Installation is quite Easy using GUI where a user has to selects the options which he/she needs with the database server and install it. We can automate the installation procedure and make it so simple that MSSQL can be installed using a single command.
Automating SQL server installation is made easier in MSSQL 2005 version and we can define the components which need to be installed with setup.exe via command prompt OR we can create an ini file which will contain all the information about the installation. In this post I will explain the steps to install MSSQL 2005 using command prompt with the help of single command. Read the rest of this entry »