Hi,

First you have to have SMTP running on your win2k server and have port 25
open so the world can connect to your SMTP server. Next you need to modify
your DNS zone record for your domain. Specifically you need to modify the MX
record for your domain to point to the IP address of your win2k SMTP server.
It would look like this:

example.com     MX 20 10.10.10.1

Where example.com is the domain that you want to direct emails from and
10.10.10.1 is the IP of the server you want to receive them.

You might want to consider adding a backup MX record if you have a friend
that will relay email for you. just make an additional entry like like this:

example.com     MX 40 10.10.30.5

The metric of 40 is higher than 20 so delivering mail server will not use
the higher metric unless your server is not responding or accepting mail.

It could take 24 to 48 hour for your DNS to propagate.

Mike
-- 
Mike Brandonisio          *    Web Hosting
Tech One Illustration     *    Database Applications
tel (630) 759-9283        *    e-Commerce
[EMAIL PROTECTED]    *    http://www.jikometrix.net

    JIKOmetrix - Reliable web hosting


on 3/16/05 4:29 AM, Mukesh Kumar at [EMAIL PROTECTED] scribbled:

> 
> Dear all,
> 
> Can any body would assist me or even try for the same?
> 
> I've a Windows 2000 Advance Server and it have an static IP.
> 
> My web programme is running at this server.
> Means if some body call a domain xyz.com it finally displays output
> from my computer.
> 
> I'm able to send E-mails to any body from this server.
> 
> Now I want if somebody sends me an email like [EMAIL PROTECTED] it
> directly at my Server and does not stores at any Data Center's
> computer
> 
> 
> For this what to Do?
> 
> thank you,
> 
> Mukesh Kumar
> 
> 
> 
> 
> __________________________________
> Do you Yahoo!? 
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
> 
> 
> Community email addresses:
> Post message: [email protected]
> Subscribe:    [EMAIL PROTECTED]
> Unsubscribe:  [EMAIL PROTECTED]
> List owner:   [EMAIL PROTECTED]
> 
> Shortcut URL to this page:
> http://groups.yahoo.com/group/php-list
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 
> 
> 



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to