On 06/12/03 06:53 -0500, Ashwin S. Athram wrote: > Hello, > I am trying to setup an email server in my office premises. I want > to setup a server which can receive mails for a domain like the > following one( giving only the format not the exact one since it is > not yet decided): > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > basically its the second subdomain which is changing along with user > name, rest of the other things remains same. Not really relevant. > I have a static IP with me which is yet to be registered for the > domain name. Get a domain registered from a registrar (Do not go to Verisign).
> Since I am new to this task and don't know how to go about it. > Though I have read from a site www.dyndns.org, and they suggest that > the static IP should be on the hostname host1.domain.com for above > example. If your public address is [EMAIL PROTECTED], then all of them need to have an MX record pointing to that IP. At this point, the DNS and BIND book from O'Reilly is to be recommended. For example, sub.subdomain.example.com 86400 IN MX 10 mx1 mx1 86400 IN A 192.0.20.1 Then setup your mailserver on the box. I believe you could just hire someone from the Delhi LUG to get all that work done, if you want a consultant for that (If you are new, it might be a lot easier to hire a consultant and save your time). Devdas Bhagat -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

