|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Creating a web and mail server
I plan to create a .NET server on Win2K. I know how to set it to port 80, and all that. My problem is with e-mail. I have no idea how I should do this. My original plan to was use URL forwarding for the site. I don't want e-mail forwarding. I want it so e-mail@domain.com actually comes to my server directly. I think my question is, how do I get the mail to come to my server? And what mail server programs are there ? Is there one that comes with IIS?
Thanks. -Nick
__________________
Do not reinvent the wheel, unless your new wheel works that much better. |
|
#2
|
|||
|
|||
|
There is a SMTP server included with IIS from V5 on. I believe W2003 includes a POP3 server.
You need to understand how to run mail servers if you want to run your own. This involves setting your domain MX to point to your server, configuring your server to accept mail for your domain, and distributing the incoming mail to the proper mailboxes. |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Creating a web and mail server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|