380 likes | 1.09k Views
Webmail. Agenda. Why use webmail? What is webmail Email basic Email system MDA MTA MUA Protocol SMTP POP3 IMAP. Agenda. Webmail system structure Vs email system Example TWIG, SquirreMail Demo. Why use webmail?. Common interface Resources for training are little
E N D
Agenda • Why use webmail? • What is webmail • Email basic • Email system • MDA • MTA • MUA • Protocol • SMTP • POP3 • IMAP
Agenda • Webmail system • structure • Vs email system • Example TWIG, SquirreMail • Demo
Why use webmail? • Common interface • Resources for training are little • Machine independent • Only browser is needed
Why use webmail? • Mobility and easy to use • Can use any place that connect internet • Only need a browser and a account • No setting needed
Email system • MDA ( Mail Delivery Agent) concentrate on delivering mail to local users • Just like what postman do e.g. Binmail, Procmail
Email system • MTA ( Mail Transfer Agent) determines destination of recipient address and transfer the mail • just like the post office e.g. sendmail, qmail, Postfix
Email system • MUA ( Mail User Agent ) as an interface for users to read messages stored in their mail box • just like your hand and foot • This is machine dependant program e.g. kmail (linux), outlook express ( windows)
What is webmail • Email basic • Email system MailServer MailServer Email database Email database SMTP MTA MDA MDA MTA POP3/IMAP SMTP Workstation Workstation MUA MUA
Protocol • SMTP ( Simple Mail Transfer Protocol) • Protocol used in MTA • Developed for transferring messages across Internet between MTA servers.
Protocol • POP3 (Post Office Protocol) • Simplest MUA protocol • Current version of POP is 3 -> POP3 • MUA use POP3 to access and read messages in user’s mailbox • Messages will store on local workstation, and deletes messages from server, thus save space on mail server
Protocol • IMAP(Interactive Mail Access Protocol) • MUA protocol • Current version 4, revision 1 -> IMAP4rev1 • MUA use it to manipulate mail messages in folders on the mail server
Protocol • IMAP(Interactive Mail Access Protocol) • Messages keep in mail server -> can access in different workstation • Disk space must be watched
Webmail system • Structure MailServer Web server Email database MUA Webmailclient MTA Workstation browser
Webmail system • Vs email system • Only need a web server, so no need to setup on workstation
Webmail system • Example TWIG, SquirreMail