Click here to Skip to main content
15,898,134 members
Articles / Programming Languages / C#

SMTP and POP3 Mail Server

Rate me:
Please Sign up or sign in to vote.
4.88/5 (96 votes)
29 Sep 20031 min read 1M   19K   315  
An SMTP and POP3 mail server written using the .NET Framework and C#.
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1257">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Introduction</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>

<body>

<p><b><font size="3">Introduction.</font></b></p>
<hr>
<p>&nbsp;</p>
<p>Programm LumiSoft Mail Server is a mailserver. Programm is <b>F R E E W A R E</b> 
!!!</p>
<p>&nbsp;</p>
<p><u>Features:</u></p>
<ul>
  <li>Supports multiple domains</li>
  <li>Supports multiple e-address for one mailbox</li>
  <li>Supports aliases(Mailing lists)</li>
  <li>Supports email routing. eg *ivar* pattern routes all addresses containing 
  ivar to specified mailbox or remote address</li>
  <li>IP access filtering</li>
  <li>SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types)</li>
  <li>SMTP SIZE, PIPELINING, 8BITMIME support</li>
  <li>SMTP custom message filters</li>
  <li>POP3 APOP command</li>
  <li>POP3 remote accounts</li>
  <li>User mailbox size limit</li>
  <li>Full MS SQL server support</li>
  <li>Nice GUI for administation</li>
  <li>Well commented source included</li>
</ul>
<p>&nbsp;</p>

<p>&nbsp;</p>

<p><u>LumiSoft Mail Server requirements:</u></p>

<p>&nbsp;</p>

<p>SOFTWARE:</p>

<ul>
  <li>Op.system Microsoft Windows (Win98 / Win2000 Pro / Server, WinXP Pro / 
  Server, WinNT (SP6) Workstation / 4.0 Server).</li>
  <li>Internet browser Microsoft Internet Explorer 6 SP1 or newer.</li>
  <li>Microsoft .NET Framework 1.1.<br>
&nbsp;</li>
</ul>
<p>HARDWARE:</p>

<ul>
  <li>Permanent Internet connection with static IP.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><u>Software installation order:</u></p>
<ul>
  <li>Microsoft Internet Explorer</li>
  <li>Microsoft .NET Framework 1.1</li>
  <li>---</li>
  <li>LumiSoft Mail Server</li>
</ul>
<p>&nbsp;</p>

</body>

</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Estonia Estonia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions