Connect & Share

Archives

July 2010
M T W T F S S
« May    
 1234
567891011
12131415161718
19202122232425
262728293031  


Last referers

Top Browsers

Top OS

Visitors Online

Blog Archives

High Performance Preconfigured Amavisd-new Anti-spam Mail Gateway Servers Available

Friday, April 2nd, 2010

Spam mails are now part of our every day life. Almost everyone using one or more mail addresses get spam mails or unwanted junk mails. Most businesses and popular websites face an increasing influx of spam mails as the global internet activity continues to grow. We provide web and mail server services for many such high traffic websites. The amount of spam traffic such sites have is way more than normal. Our clients and their employees prefer no spam mails into their business mailboxes and we as custom solution provider have to deliver what they ask for. To serve the purpose we build shared anti-spam mail gateways using Amavisd-new.

Amavisd-new is a high-performance and reliable interface between mailer (MTA) and one or more content checkers: virus scanners, and/or Mail::SpamAssassin Perl module. It is written in Perl, ensuring high reliability, portability and maintainability. It talks to MTA via (E)SMTP or LMTP protocols, or by using helper programs. No timing gaps exist in the design, which could cause a mail loss. Amavisd-new is a basically an interface which uses a “scan and pass” method for both inbound and outbound mails. This functionality is very similar to Google’s Postini Mail scanning services or the Barracuda Spam Firewall services. While other such services require a good amount of financial investment, amavisd-new can run off a normal Linux machine and is open-source.

We are now providing both dedicated anti-spam gateway servers and shared anti-spam gateway services as part of our custom solutions services. The dedicated anti-spam mail gateway servers can scan both your inbound and outbound mails for spam content,viruses and phishing content. They minimize the impact of spamĀ  mails on your business and discard most junk. The dedicated anti-spam mail gateways are fully managed along with any custom configurations that needs to be done to your current mail servers as well. We currently have prebuilt tailor made gateways available to work with Cpanel servers. All mail servers and control panels are supported on these gateways but for any control panel or setup other than cpanel, the gateways need to be custom built. Amavisd-new uses spamassassin and Clamav Antivirus on these Cpanel mail gateway servers to scan the mails.

We are also offering shared anti-spam gateway services currently. These services are specifically for businesses who have moderate mail activity and cannot afford dedicated anti-spam servers. This service is currently in beta testing phaze and you can email us at betatesting at rrdns.com to get a shared anti-spam gateway account with us. Please note that currently only cpanel servers are supported for the shared anti-spamĀ  gateway services and you would need a cpanel based dedicated server or VPS to be able to use this service.

Please feel free to contact us for any queries about the anti-spam mail gateway service.

Clustered Shared Hosting Demo available at downlods.info

Thursday, December 24th, 2009

Hello People,

We have had an enormous response to our services ever since we have launched them commercially. We appreciate all your queries and we will always try our level best to satisfy them all. We have noticed a common trend with most of the clients from whom we received information or quote requests. They asked us for example sites where in the round robin DNS has been implemented for them to review the speed, functionality and benefits of these services. We have now setup a demo site ourselves which shows the entire range of features we can offer with this service. The demo site’s URL is http://www.downlods.info and we will be explain more about the unique setup step by step below:

1. The domain hosts a wordpress site which has almost 1700+ random articles from different RSS feeds found on the web. We are still populating the site with more and more content and we intend to put in a few thousand pages/posts on it so that we can show how a resource intensive can work on the clusters. The first thing you should notice is that the site uses round robin DNS and so it has two A records.

[root@server ~]# host downlods.info
downlods.info has address 69.10.60.149
downlods.info has address 69.10.48.100

Thus the domain runs from two different IPs to balance out the traffic on the domain using round robin DNS configuration.

2. These two IPs run lighttpd installations with PHP configured on FastCGI mode. This can be seen as below:

[root@server ~]# HEAD 69.10.60.149
200 OK
Connection: close
Date: Thu, 24 Dec 2009 09:29:42 GMT
Server: lighttpd/1.4.23
Content-Type: text/html
Client-Date: Thu, 24 Dec 2009 09:27:25 GMT
Client-Peer: 69.10.60.149:80
Client-Response-Num: 1
X-Powered-By: PHP/5.2.10
 
[root@server ~]# HEAD 69.10.48.100
200 OK
Connection: close
Date: Thu, 24 Dec 2009 09:29:46 GMT
Server: lighttpd/1.4.23
Content-Type: text/html
Client-Date: Thu, 24 Dec 2009 09:27:29 GMT
Client-Peer: 69.10.48.100:80
Client-Response-Num: 1
X-Powered-By: PHP/5.2.10

Lighttpd has been custom tweaked on these servers to handle scripts like wordpress and acts as a proxy to pass http requests to much lighter Nginx instances. You can notice the actual site is served from Nginx as below :

[root@server ~]# HEAD http://www.downlods.info
200 OK
Connection: close
Date: Thu, 24 Dec 2009 09:28:25 GMT
Server: nginx/0.8.7
Content-Type: text/html; charset=UTF-8
Client-Date: Thu, 24 Dec 2009 09:26:09 GMT
Client-Peer: 69.10.48.100:80
Client-Response-Num: 1
Set-Cookie: wassup=MDE5Y2Y5N2QzYjNkMjRiNWZlYTM1NDg5ZDVmNDBlMzQ6OjEyNjE2NDk2MDU6Ojo6NjguMTY4LjIwOC4xMDo6c2VydmVyLmRvd25sb2RzLmluZm8%253D; expires=Thu, 24-Dec-2009 10:18:25 GMT; path=/
Set-Cookie: wpgb_visit_last_php-default=1261646905; expires=Fri, 24-Dec-2010 09:28:25 GMT; path=/
X-Pingback: http://www.downlods.info/xmlrpc.php
X-Powered-By: PHP/5.2.10

Traffic is distributed using round robin balancing which can be seen as per the logs below:

2009-12-24 04:33:36: (mod_proxy.c.1105) proxy - start
2009-12-24 04:33:36: (mod_proxy.c.1143) proxy - ext found
2009-12-24 04:33:36: (mod_proxy.c.1214) proxy - used round-robin balancing
2009-12-24 04:33:36: (mod_proxy.c.1277) proxy - found a host 66.45.229.83 80
2009-12-24 04:33:36: (mod_proxy.c.392) connect delayed: 15
2009-12-24 04:33:36: (mod_proxy.c.1017) proxy: fdevent-out 1
2009-12-24 04:33:36: (mod_proxy.c.828) proxy - connect - delayed success
2009-12-24 04:33:36: (mod_proxy.c.1105) proxy - start
2009-12-24 04:33:36: (mod_proxy.c.1143) proxy - ext found
2009-12-24 04:33:36: (mod_proxy.c.1214) proxy - used round-robin balancing
2009-12-24 04:33:36: (mod_proxy.c.1277) proxy - found a host 69.10.60.149 8080
2009-12-24 04:33:36: (mod_proxy.c.392) connect delayed: 17
2009-12-24 04:33:36: (mod_proxy.c.1017) proxy: fdevent-out 1
2009-12-24 04:33:36: (mod_proxy.c.828) proxy - connect - delayed success

PHP is configured to run in FastCGI mode across the clustered setup and thus gives amazing speed to the blog site. You can use various third party tools to confirm the site speed even when the blog has more than 1700 posts and runs numerous ads as well. Here are some of the readily available tests we have already done.

The various results can be found at the links below:

Pingdom Results :

Website information

Total loading time: 4.9 seconds
Total objects: 29 (373.9 KB)
External objects: 5 (120.8 KB)
HTML (X)HTML: 1 (41.6KB)
RSS RSS/XML: 0
CSS CSS: 6 (19.3KB)
Scripts Scripts: 4 (144KB)
Images Images: 18 (169KB)
Plugins Plugins: 0
Other Other: 0
Redirected Redirected: 0
SiteUptime Results:

Quick check for: www.downlods.info (http)

Date City Country Time (s) Result
December 24, 2009 10:59:18 New York United States 0.184 Ok
December 24, 2009 10:59:19 London United Kingdom 0.190 Ok
December 24, 2009 10:59:20 Hong Kong China 0.460 Ok

Average Response Time: 0.278 seconds

HyperSpin Results:

Location
Status
Time
Traceroute
1. Seattle, Washington, USA (WA)
OK
2346ms do traceroute
2. San Jose, California, USA (CA)
OK
1274ms do traceroute
3. Dallas, Texas, USA (TX)
OK
834ms do traceroute
4. Ashburn, Virginia, USA (VA) Test temporarily unvailable
5. Chicago, Illinois, USA (IL) Test temporarily unvailable
6. Montreal, Quebec, Canada (QC)
OK
1680ms do traceroute
7. Maidenhead, Berkshire, UK (UK)
OK
3160ms do traceroute
8. Amsterdam, Netherlands (NL)
OK
2728ms do traceroute
9. Madrid, Spain (ES)
OK
3788ms do traceroute
10. Milan, Italy (IT)
OK
4692ms do traceroute
11. Frankfurt, Hesse, Germany (DE)
OK
4144ms do traceroute
12. Singapore (SG)
OK
4973ms do traceroute
13. Zhongzheng, Taipei, Taiwan (TP) Test temporarily unvailable
14. Neihu, Taipei, Taiwan (NH) Test temporarily unvailable
15. Brisbane, Queensland, Australia (AU)
OK
6406ms do traceroute

The domains we host on our shared clustered servers as well as on our custom built dedicated clustered have similar configuration and speed like this test domain. They infact have higher performance as each cluster is deployed with tweaks needed from a pre-hosting professional analysis of the sites we do. If you have further questions with the site setups on clusters, please feel free to contact us for clarification.

LiteSpeed Webserver available on Dedicated Clusters

Tuesday, August 25th, 2009

We are please to offer full support for LiteSpeed webserver from Litespeed Technologies with our dedicated cluster solutions at a nominal per node cost. Litespeed integrates into Cpanel, DirectAdmin and other control panels easily and this would faciliate reselling ability for our clients from the dedicated cluster setup we provide. We have already deployed two such reseller environments for our clients and they seem to be loving the speed and advanced features Litespeed provides.

LiteSpeed Web Server is the leading high-performance, high-scalability web server. It is completely Apache interchangeable so LiteSpeed Web Server can quickly replace a major bottleneck in your existing web delivery platform. With its comprehensive range of features and easy-to-use web administration console, LiteSpeed Web Server can help you conquer the challenges of deploying an effective web serving architecture.

LiteSpeed Web Server has superior performance in terms of both raw speed and scalability. Our benchmarks demonstrate that it is more than 6 times faster than Apache. When serving static content, LiteSpeed surpasses well-respected content accelerators including thttpd, boa and TUX. When it comes to dynamic content, LiteSpeed is more than 50% faster in PHP content delivery than Apache with mod_php.

LiteSpeed Information Source: http://www.litespeedtech.com/products/webserver/overview/

New Control Panels Available

Saturday, September 20th, 2008

We have new control panels being rolled out as part of our updated services for the master nodes on the clusters we provide. We provide the following control panels on the clusters currently:

  • Cpanel/WHM (Linux & Windows to be soon available)
  • Plesk 8.x (Windows and Linux)
  • Parallels Helm 4.0 (Windows)
  • ISPConfig (OpenSource Control panel – Linux)
  • Hsphere (Linux and Windows)
  • DirectAdmin (Linux)
  • Webmin (Linux)

We have our own custom designed control panel for dedicated mail clusters as well as qmail based mail cluster solutions. For further information on this setup, please contact us via the Contact Form.