|
|



|
SimbeyMail E-Mail Server
So what is this E-Mail server, and why did I write it? I wrote this server for a
couple of reasons. First of all, Simbey.com needed an E-Mail server. Second
of all, there is an ever increasing volume of spam circulating the Internet today, and
current filtration systems are not capable of properly discarding illigitimate
mail. The SimbeyMail E-Mail Server uses a specially designed architecture just for
dealing with spam alone!
The external architecture of the server is shown to the left. The core server
resides in SMail32.dll. It provides the engine for POP3, local and remote SMTP,
mail record lookups, and mail forwarding.
Since the core server is a DLL file, a host is necessary to load and manage the
core. Two separate hosts currently exist. One is a GUI driven desktop
application. It can run on anything as far back as Windows 95. The other
host is a Win32 service. It runs on the Windows Server line of operating systems
and runs in a windowless environment.
Click here to download the GUI
Click here to download the Win32 Service
Click here to download the control panel applet
If you are interested in using the core server in your own projects, you can link to
SMail32.lib and include the core E-Mail server from SMail32.dll in your own programming
projects!
Click here to download the C++ package
If you have any questions about using the E-Mail server, please E-Mail me at
simbey@simbey.com. I will be more than
happy to answer any questions about setting up and using the E-Mail server. I
will also be happy to answer programming related questions. The server's source
code is available under license, which you can purchase from me. Please E-Mail me
about obtaining a source code license.
SimbeyMail currently supports these security models:
- APOP
- AUTH PLAIN
- AUTH LOGIN
- AUTH CRAM-MD5
- AUTH NTLM (SMTP and POP3)
SimbeyMail Spam Rejection (Internal)
SimbeyMail Spam Filtration (External Modules)
|
|