Student Seminar Report & Project Report With Presentation (PPT,PDF,DOC,ZIP)

Full Version: SMTP/POP3 Mail Server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A mail server (also known as a mail transfer agent or MTA, a mail transport agent, a mail router or an Internet mailer) is an application that receives incoming e-mail from local users (people within the same domain) and remote senders and forwards outgoing e-mail for delivery. A computer dedicated to running such applications is also called a mail server.

The Proposed Project implements POP3 and SMTP (core) servers. It Handles lowlevel POP3 and SMTP commands and raises events according to it. The MailServer service just handles these events and does mail retrieving and storing job.

Features

General:

SMTP/POP3/IMAP4/WebMail
IP access filtering
User mailbox size limit
Supports XML or MSSQL databases
SMTP:

All basic SMTP features
Supports multiple domains
Supports multiple e-address for one mailbox
Supports aliases(Mailing lists). Supports public and private(needs authentication) lists.
Supports email routing.
SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types)
SMTP SIZE, PIPELINING, 8BITMIME, CHUNCKING support
SMTP custom message filters
Relay can be controlled by IP access or authentication
POP3:

All basic POP3 features
APOP command for secure authentication
POP3 AUTH (LOGIN CRAM-MD5) (supported authentication types)
POP3 remote accounts
WebMail (ASP.NET):

Standalone webmail, can be used any with IMAP based mailserver
Supports XML or MSSQL databases