Mobile app version of vmapp.org
Login or Join
Lee4591628

: Mail server for every website on IIS I'm using Windows 7 x64 and IIS 7 to serve several websites. What I want to do is set-up a mail server for every domain name (like in Linux hostings),

@Lee4591628

Posted in: #Email #Iis7 #Webmail #Webserver #Windows7

I'm using Windows 7 x64 and IIS 7 to serve several websites.

What I want to do is set-up a mail server for every domain name (like in Linux hostings), and web-interface for example domain1.com/webmail, domain2.com/webmail ... Is that possible on Windows? Any suggestions?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

4 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

Yes, it's possible, but first a note: Win 7 IIS will limit concurrent connection requests to 3 (home premium) or 10 (anything higher), so it's recommended to use Windows Server software to run production boxes.

You'll first need to install your preferred mail server software. Then you have a couple options depending on how your chosen mail server & webmail interface work:


Run separate copies of the webmail interface for each site in the /webmail/ directory
Setup /webmail/ virtual directories for each site that point to a single shared instance of the webmail interface code
Use subdomains (webmail.domain.com) to all point to a single website hosting the webmail interface.


I would probably opt for #3 for the flexibility and ease of migration later when expanding out of the single server instance.

10% popularity Vote Up Vote Down


 

@Annie201

You can use hMailServer which is a free windows mail server www.hmailserver.com/

10% popularity Vote Up Vote Down


 

@Vandalay111

If I remember right then the Plesk control panel is using SmarterMail in the background. So this should fit your needs too.

10% popularity Vote Up Vote Down


 

@Shakeerah822

I guess if you would ask Microsoft, you'd have to buy Exchange and use Outlook Web Access as webmail. In Exchange you would have to configure the different domains and mailboxes.

In IIS, if I recall correctly, you can add one (or more?) Virtual SMTP hosts, and define there what should happen to incoming mails. There are a number of open-source and/or free webmail solutions you could link to this. (I found this just with a quick google around.)

In both cases you'll have to confige MX entries in the DNS records for the domains. So the mail system knows where to send the mails to.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme