Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! In the deep end... a bit confused!!

Status
Not open for further replies.

stevebanks

Programmer
Mar 30, 2004
93
Hi everyone,

I have confused myself, could anyone just explain the logic to me of this... We have just got a dedicated server with an IP address, we want to use it for hosting... I can access everything via the IP address, and put in host headers etc for the sites, what set-up will I need with each domain to get it pointed to my server and get mail working with it all? What needs to change where? i.e. Nameservers, A/MX etc? etc... I just had an email back from a guy saying MX records need to be a name of a server... How can I get it so I can set-up mail.thisserver.com etc...I am indeed confused, any help would be great!

Thanks everyone

Steve
 
For the domain that you are hosting mail for, the zone file on the DNS server will need something like:-

yourdomain.com IN MX 10 mail.yourdomain.com
IN MX 20 backup.somespooler.com

mail.yourdomain.com IN A <IP_of_your_server>.

Chris.





**********************
Chris A.C, CCNA, CCSA
**********************
 
Thanks Chris, er... I have this "Control Panel" area where i am supposed to set DNS/MX records A/CNAME etc.. up, I assume i just point them to my server IP and then set-up stuff there? Do I need BIND installed on my machine then etc..? I am still v. confused sorry!!
 
No, you do not need BIND installed on your machine. I presume that whoever hosts your domain already has a working DNS server.

As for your "control panel" as I have never seen it I really can't help you here. I would presume that you could set up an A record pointing to your mail server (main.yourdomain.com or something) and then create an MX record that points to that A record.

If in doubt then ask your domain hosting company.

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
Ok, take a deep breath, and tell us in DETAIL what you want to do, and what is not working. So far, this doesn't make a lot of sense.
I can access everything via the IP address,
You can get to the outside using ip addresses?
what set-up will I need with each domain to get it pointed to my server and get mail working with it all?
How many domains do you have?|

Glen A. Johnson
If you're from Northern Illinois/Southern Wisconsin feel free to join the Tek-Tips in Chicago, Illinois Forum.
[red]Don't forget to shop @ theTek-Tips Store for Christmas![/red]
TTinChicago
 
Thanks Chris for your help,

Indeed i do not need BIND installed, and have now sorted the problem out!


Thanks again for your help everyone

Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top