Posts

Showing posts from February, 2010

Domain Name Hosting for Free !!!

EveryDNS is really good solution for the domain name hosting for free. but we will have a question that why they are giving it for free ? Here is an answer. - "DNS is often compared to the analog equivalent of the White Pages. If this is the case, why do people pay for DNS hosting when their phone number is listed in the white pages for free? We feel that DNS should be free for both listings and lookups" Hosting our own servers for the domain name and keep it alive is really challenging task, specially in countries like us. where we still paying a lot of money for the internet service. compare to us other countries getting the same service with free or paying a small amount. EveryDNS have hosted a 4 server world wild which is already mirroring of each other and really a great things for us, ns1.everydns.net, ns2.everydns.net, ns3.everydns.net, and ns4.everydns.net. When you purchase any new domain for your business / personal purpose just ask above 4 name ...

Free Domain Hosting with EveryDNS.com

Image
Hello !!! In my Previous Blog Free Email+Web Hosting, I show you how you can get the free domain name (its a actually sub domain name) from co.cc, if it is a qualified domain name then we must get the whois detail for the same with whois command. Now we will going to create a new account on EveryDNS which is a free excellent service name hosting service. its also collaborate with OpenDNS service too. Create new account on EveryDNS - http://www.everydns.com/ Once you create an account, you can now host up to 20 domain names in your settings and for that you can make 200 entries for 20 domains which is quite more then enough for individual person.  Enter your domain name in ` Add new domain:` box which is register with the co.cc - mantavyagajjar.co.cc and click on >>Basic button whill add new entry in to the ` Primary Domains:` List.  Now Look at the Note: on this page it says that " Make sure that your domain points to ns1.everydns.net , ns2.everydns.net ,...

Fetchmail Module - Replaceent of openerp_mailgate.py

Image
Hello !! During the review process i getting touch with the module mail_gateway which was simple migration of code from openerp_mailgate.py to module which seems tightly couplled with the crm module only.  During the process i get a idea to develope a clean moduel to interact with the emails and easy integration with other modules too.  I have started a development for the same, and it is ready to use now also replaces the module email_gateway. we also required email sending facility, when we are going to make a powerfully email receiver like fetchmail to enreach openerp by email functionalities. as we have already module smtpclient that is powerful, and integrated email sending tool.  mail_gateway = smtpclient + fetchmail Now, we will have a new menu structure when we can access all email services (sending, receiving and queing and history of the same) Normally emails sending functions is used at many places in erp, crm is the only module in the beginning which ...