TechEnclave
New Tech Posts
New Market Posts
TechEnclave RuleBook



Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 2 Feb 10, 05:07 PM
doorknobdesign.com
 
Join Date: Mar 2009
Location: Mumbai
Age: 24
Posts: 331
nitant is Notable nitant is Notable
Query Setup a server - HELP

I need help on this and if possible quickly.

I have a server with a static IP at home and a Domain name. I want to set it up such that when I type in the Domain name, it is sent to my home server.

How do I do this??

I read up something about A records and putting my IP Address there. Is that correct??

Also do I have to add something like CNAME etc?

Please Help
Reply With Quote
  #2 (permalink)  
Old 2 Feb 10, 05:52 PM
djmykey's Avatar
Yee Haw !!!!
 
Join Date: Mar 2005
Posts: 773
djmykey is very Notable djmykey is very Notable
Default Re: Setuo a server - HELP

Will you be accessing this machine (using the domain name) from within your home private network or from outside public networks ? If its within then a host entry on all the home PC's will do the trick.

If it's on external public networks then you will have to get a registered domain name, have a static public IP for your server machine and then open ports needed for your server application so that it can be accessed publicly.
Reply With Quote
  #3 (permalink)  
Old 2 Feb 10, 06:03 PM
tommy_vercetti's Avatar
Overloaded Member
 
Join Date: Apr 2006
Location: Navi Mumbai
Posts: 709
tommy_vercetti is somewhat of a mystery
Default Re: Setuo a server - HELP

You can do a simple thing, register with no-ip.org or dyndns.org and set up a hostname for your IP address

If you need more info just ask, I use this option to access my computer from office
Reply With Quote
  #4 (permalink)  
Old 2 Feb 10, 06:07 PM
linuxtechie's Avatar
The mad techie!
 
Join Date: Aug 2007
Location: Pune
Posts: 1,241
linuxtechie is very Respectable linuxtechie is very Respectable linuxtechie is very Respectable linuxtechie is very Respectable
Default Re: Setuo a server - HELP

Is it a godaddy stuff? If so gtalk with me on myself (dot) linuxtechie (dot) net, I will walk you through it.

+LT
Reply With Quote
  #5 (permalink)  
Old 2 Feb 10, 11:30 PM
doorknobdesign.com
 
Join Date: Mar 2009
Location: Mumbai
Age: 24
Posts: 331
nitant is Notable nitant is Notable
Default Re: Setup a server - HELP

Ill be a bit more clearer please help.

1) I have domain name.
2) This has been bought by some company called qualishosting
3) I have a server, which has to act like a SMTP server. Only purpose is to send mails, maybe receive, but mostly send.
4) Thus a server was setup, and using postfix(MacOSX) I have made the SMTP server.
5) I need to modify the DNS records A,CNAME etc etc in order to point to Servers static IP (Static IP is already bought).

@LT I have added u as myself "at" linuxtechie "dot" net. Please accept
Reply With Quote
  #6 (permalink)  
Old 2 Feb 10, 11:42 PM
varkey's Avatar
Overloaded Member
 
Join Date: Sep 2006
Location: Cochin / Chennai
Age: 20
Posts: 818
varkey is very Honorable varkey is very Honorable varkey is very Honorable varkey is very Honorable
Default Re: Setup a server - HELP

If your domain registrar does not support DNS Management, you can use NameCheap's Free DNS It will let you add the necessary DNS records.

Once you have registered for NameCheap Free DNS, just change the nameservers to the ones provided by NameCheap from your domain registrar's control panel.

You need to create two A records pointing to your static IP for domain.com and www.domain.com

Also if the amount of mail is less you can use sSMTP to send mail via GMail, which will give guaranteed delivery to inbox. If sending from your server, the mail may not reach the inbox and can go to SPAM or JUNK folders.

Last edited by varkey; 2 Feb 10 at 11:45 PM.
Reply With Quote
  #7 (permalink)  
Old 2 Feb 10, 11:43 PM
Gaurish's Avatar
Explosive Member
 
Join Date: Apr 2006
Location: Jaipur
Posts: 2,355
Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed
Default Re: Setup a server - HELP

You want your home machine to act like a mail server and you have already configured postfix. Right?

Now you just need to change the MX record of your domain. Login to your domain control panel and look for "Manage DNS" Option. there will find option to edit/add MX records.


Hope it helps
Reply With Quote
  #8 (permalink)  
Old 2 Feb 10, 11:46 PM
doorknobdesign.com
 
Join Date: Mar 2009
Location: Mumbai
Age: 24
Posts: 331
nitant is Notable nitant is Notable
Default Re: Setup a server - HELP

But I dont have domain name pointing to my home server yet, and I need to put a FQDN in my MX Records.

I do have DNS Management, but I donot know what to put where.

OHH and I need to send like 20000 emails per week, so Gmail is out of the question.

Last edited by nitant; 2 Feb 10 at 11:49 PM.
Reply With Quote
  #9 (permalink)  
Old 2 Feb 10, 11:49 PM
Gaurish's Avatar
Explosive Member
 
Join Date: Apr 2006
Location: Jaipur
Posts: 2,355
Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed
Default Re: Setup a server - HELP

Quote:
Originally Posted by nitant View Post
But I dont have domain name pointing to my home server yet, and I need to put a FQDN in my MX Records.

I do have DNS Management, but I donot know what to put where.
Do it then?

* Add a simple A record like mail.yourdomain.com which points to your static IP address.
Reply With Quote
  #10 (permalink)  
Old 2 Feb 10, 11:49 PM
varkey's Avatar
Overloaded Member
 
Join Date: Sep 2006
Location: Cochin / Chennai
Age: 20
Posts: 818
varkey is very Honorable varkey is very Honorable varkey is very Honorable varkey is very Honorable
Default Re: Setup a server - HELP

If you only want to send mails from this server, you don't have to configure the MX records. Also for ensuring proper delivery remember to create an SPF record.

The SPF Setup Wizard
Reply With Quote
  #11 (permalink)  
Old 2 Feb 10, 11:51 PM
doorknobdesign.com
 
Join Date: Mar 2009
Location: Mumbai
Age: 24
Posts: 331
nitant is Notable nitant is Notable
Default Re: Setup a server - HELP

Thats it, I just need to add IP in the A Record. Nothing else?

This is nice. Really appreciate your help. I shall try tomm and let you know.

Could anybody pint me to a website which explains, what all these DNS things mean like CNAME, TLD etc etc? Would like to learn and understand. I tried Wikipedia, but that did not have enough info.

Last edited by nitant; 2 Feb 10 at 11:57 PM. Reason: Post merged automatically to prevent bumping.
Reply With Quote
  #12 (permalink)  
Old 3 Feb 10, 08:50 AM
djmykey's Avatar
Yee Haw !!!!
 
Join Date: Mar 2005
Posts: 773
djmykey is very Notable djmykey is very Notable
Default Re: Setup a server - HELP

Google and Wikipedia is you friend... Here is a link

Now I guess only 2 tasks are remaining:

1. Make a host A records pointing to your server. Like mail.urdomain.com to ur Public Static IP
2. Make a MX Record for urdomain.com to point to your server's public IP.

and thats it I guess....

Ppl if I have missed anything please add.
Reply With Quote
  #13 (permalink)  
Old 3 Feb 10, 09:22 PM
doorknobdesign.com
 
Join Date: Mar 2009
Location: Mumbai
Age: 24
Posts: 331
nitant is Notable nitant is Notable
Default Re: Setup a server - HELP

Thanks a lot guys. This actually worked. Now to add SPF and DomainKeys and what not.
Reply With Quote
  #14 (permalink)  
Old 3 Feb 10, 10:08 PM
Gaurish's Avatar
Explosive Member
 
Join Date: Apr 2006
Location: Jaipur
Posts: 2,355
Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed Gaurish is highly Famed
Default Re: Setup a server - HELP

Quote:
Originally Posted by nitant View Post
Thanks a lot guys. This actually worked. Now to add SPF and DomainKeys and what not.
I told ya,this isn't rocket science
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search TechEnclave
Register on TechEnclave to Remove the ads and the sidebar
Have some Fun!


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2