How can Plesk admin password be retrieved?To Retrieve Plesk Admin Pass Windows server, follow the simple steps below Resolution Apart from the password reminder available on the login screen, you can use the plesksrvclient.exe utility located in %plesk_bin% folder to set up a new password or retrieve the old one. You… Continue Reading Retrieve Plesk Admin Pass Windows server

How to reset/change cPanel password?If you like to change/reset your cPanel password, kindly follow the steps below. ============= 1) Go to your cPanel login page. 2) Under “Password Reset” 3) Enter the “Username” of your account. 4) A reset e-mail will reach your registered email account ============= You can also… Continue Reading How to reset/change cPanel password?

How to configure email account in Outlook?There are many of us who do not use Outlook for send/receive email. But it is the better option to use Outlook to send and receive emails. Configuring email account in Outlook is easier. Just follow the link below to configure Outlook in your… Continue Reading Configure email account in Outlook or MS Outlook

Default email account configurationKindly follow the steps to configure the email client in the computer so that you can send/receive mails. ================ 1. Incoming/Outgoing mailserver: mail.domain.com 2. Username: USERNAME@domain.com 3. Password: password of this email account 4. Outgoing mailserver port: 25 or 26 or 587 or 58700 5. Incoming mailserver… Continue Reading Default email account configuration

How to configure email account in MAC machiane?Configuring the email account in MAC machine is quite easier. Just follow the instructions below to configure the email account in the MAC machine. 1. Open Mac Mail and then click File, Add Account…. 2. Enter the POP3 server assigned to you within… Continue Reading Configure email account in MAC machine

How to upload files in the cPanel? You can upload files in the cPanel by two methods, either using File manager or using FTP. I have given the steps below to upload files in the cPanel. 1) Login to the cPanel control panel. 2) Click on File Manager in cPanel… Continue Reading How to upload files in the cPanel?

How to install a new  cPAnel account in the server?Just follow the steps below to install the cPanel in your server or VPS. #mkdir /home/cpins #cd /home/cpins #wget http://layer1.cpanel.net/latest #sh latest Thats it. The cPanel installation will be started. It will take 2-3 hours to install cPanel. Once the cPanel installation… Continue Reading How to install a new cPanel account in the server?

1. Install prerequisites=========== yum install sendmail-devel openssl-devel ===========2. Install OpenDKIM Download then extract OpenDKIM. Change to the extracted directory and run configure, make and then, as root, make install. =========== wget http://downloads.sourceforge.net/project/opendkim/opendkim-2.4.2.tar.gz tar -zxf opendkim-2.4.2.tar.gz cd opendkim* ./configure make && make install =========== 3. Post install steps Create a Linux… Continue Reading Install DKIM in Postfix using openDKIM

For detailed troubleshooting on Spamming issue in cPanel servers, refer the following link.http://linux-bloggers.blogspot.in/2011/12/exim-message-transfer-agent-mta.html In this post, we have provided the script to identify accounts that is senting more mails in a day. ============== awk -v dt=$(date +”%Y-%m-%d” –date “$(date +”%F %T”) 1 days ago”) ‘$1~dt && $0~/ [UA]=/ &&  $0!~/U=(mailnull)/… Continue Reading Identfy spamming accounts in cPanel servers

Here, is the script that we used to take backup of all the MSSQL database present in the windows server. You would need to get the “Sa” password from any website web.config file.=============================== @ECHO OFF SETLOCAL REM Created By Dhanasekaran for /F “tokens=2-4 delims=/ ” %%A in (‘Date /T’) DO… Continue Reading Bacth script to take backup of all the database MSSQL