Monthly Archive: February 2012

0

Installing Domainkeys, DKIM in postfix

How to install dkim and domainkeys in postfix? DomainKeys works by signing outbound e-mail messages with a cryptographic signature which can be verified by the recipient to determine if the messages originates from an...

0

CloudFlare and its used

CloudFlare: How to speed up my customers blog or website? You are the owner of a web-hosting company with N number of shared servers.Customers keeps complaining that the website/blogs are slow or the loadingtime...

0

Script to grep a word inside a tar file

search=”123″tar -tf one.tar | while read filenamedo if [ -f “${filename}” ] then mv “${filename}” “${filename}.sav” fi # tar -xf one.tar “${filename}” # found=`grep -l “${search}” “${filename}”` if [ ! “${found}””X” = “X” ]...

0

Find roundcube version provided by the cPanel and upgrade the roundcube

How to find roundcube version provided by the cPanel? The roundcube version provided by the cPanel is 0.5.4.===-bash-3.2# cat /var/cpanel/roundcube/version0.5.4.cp11130.1-bash-3.2#=== cPanel dicument regarding the roundcube====http://docs.cpanel.net/twiki/bin/view/AllDocumentation/RoundcubeReadme==== Upgrade rouncube version /usr/local/cpanel/bin/update-roundcube –forcecd /usr/local/cpanel/base/3rdparty/mv roundcube roundcube-backupwget http://softlayer.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.6/roundcubemail-0.6.tar.gztar...

0

ASSP and other mail bounce back number

http://www.dusanvuckovic.com/information-on-bounced-messages-ndr-codes/ These are the ASSP spam filtere bounce back mails code Please note, that each bounce message is different. Therefore, information relating to addresses, IP numbers, and domain names listed below will differ from...

1

configure exim + sorbs RBL blacklist

http://www.sorbs.net/mailsystems/exim4.shtml Exim 4.x is a lot more configurable and hence there is more detail to add… These entries are normally added to the acl_rcpt ACL in the exim.conf file. The default/example exim configuration should...

0

Maldet scanner for cPanel

Installation=========wget http://www.rfxn.com/downloads/maldetect-current.tar.gztar -xzvf maldetect-current.tar.gzcd maldetect-*sh install.sh After running the install script , the installation will complete with in seconds and you will be provided with successful installation output, in this information some of the...