Advertisement

05.31.2005 at 08:41PM PDT, ID: 21442702
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

Mini-email server for Windows 2003 Server?

Asked by DonJuanMagicJohnson in Miscellaneous Programming

Tags: , , , ,

OK, this is kind of an involved question, so here goes:

I know that I could purchase proprietary email accounts or use Exchange Server/Netware,etc. But I don't want to.

I have the need to create a set of email accounts which are mapped to my domain and its subdomains:

userA@sub1.mydomain.com
userB@sub1.mydomain.com
userC@sub2.mydomain.com
userA@sub3.mydomain.com

(user names may potentially overlap across the subdomains - I can take steps to prevent this if it is deemed completely necessary, but I would like the luxury of having an   admin@*.mydomain.com   account for myself)
etc.

Now, I do NOT need the ability to access these emails in Outlook, or to connect to the email server via any methods at all.  These email accounts are purpose-driven, and the only access allowed to them will be from a page embedded in an ASP.NET application.  Because of this, I am free to simply save the emails as .msg files on the server. I don't have questions about any of that - I am quite fluid with parsing the emails.

My problem is, HOW do I "listen" for these emails?  I have no problem with writing a standalone application to do this.  I can even dedicate an entire machine to that purpose.  Here is all I need to do:

1.  "Listen" for the emails
     - What components and methods do I need to employ to do the listening (preferably MS native non-3rd party) ?
     - What do I need to do to configure the router?
     - What do I need to do to configure IIS?
     - Is the presence of subdomains going to introduce any difficulties?

2. Only accept emails from a list of valid email addresses
   - Do I implement this filtering at the "listen level" or do I collect everything, and then weed through it?
   - I need to accept wildcarded email addresses at certain domains.  For example, I need to accept emails
     from any account ending with "yahoo.com."  

3. Ignore unsafe attachments
   - I only want to accept .pdf attachments.  I don't want to refuse the messages with other attachments,but I do
     want to auto-send a notice of ignored attachment.

4. Save the email and log it
   - No problem here.  I have a database and parsing class ready to deploy for this purpose.  Of course, I would
     welcome any "been there, done that" suggestions about this aspect.

5. Send emails via my ISP's SMTP server
   - Will there be issues when emails are sent from my "homemade" email accounts?


I fully appreciate any help or suggestions, including off-the-wall approaches.  I am, however, closed to anything which involves employing a full e-mail server (such as Exchange) or requiring a non-Windows OS.  Thank you very much! Start Free Trial
[+][-]06.01.2005 at 05:53AM PDT, ID: 14120993

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Miscellaneous Programming
Tags: mail, smtp, windows, 2003, email
Sign Up Now!
Solution Provided By: SkipFire
Participating Experts: 2
Solution Grade: A
 
 
[+][-]06.01.2005 at 06:58AM PDT, ID: 14121587

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]06.08.2005 at 11:42AM PDT, ID: 14173414

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.04.2005 at 12:16AM PDT, ID: 14360354

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]07.08.2005 at 01:42AM PDT, ID: 14395022

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32