Webmail. Agenda Why use webmail? Why use webmail? What is webmail What is webmail –Email basic »Email system MDA MDA MTA MTA MUA MUA »Protocol SMTP SMTP.

Slides:



Advertisements
Similar presentations
INTRANET MAIL SERVER (DESIGN OF SMTP and POP3)
Advertisements

The Application Layer Chapter 7. Where are we now?
Server Upgrade From UW to Cyrus. What is an IMAP Server? Provides access to your mail messages stored on the mail server Requires authentication.
Exchange server Mail system Four components Mail user agent (MUA) to read and compose mail Mail transport agent (MTA) route messages Delivery agent.
Chapter 2: Application layer  2.1 Web and HTTP  2.2 FTP 2-1 Lecture 5 Application Layer.
CS 497C – Introduction to UNIX Lecture 38: - Electronic Mail Chin-Chih Chang
Chapter 2: Application layer  2.1 Web, HTTP and HTML (We will continue…)  2.2 FTP  2.3 SMTP 9/22/2009 Lecture 7, MAT 279, Fall
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Application Layer Functionality and Protocols Network Fundamentals – Chapter.
POP Configuration Microsoft Outlook Express 6.x.
2440: 141 Web Site Administration Services Instructor: Enoch E. Damson.
-I CS-3505 Wb_ -I.ppt. 4 The most useful feature of the internet 4 Lots of different programs, but most of them can talk to each.
POP Configuration Microsoft Outlook What is POP? Short for Post Office Protocol, a protocol used to retrieve from a mail server. Most.
Electronic Mail: SMTP, POP, and IMAP
1 Linux Networking and Security Chapter 3. 2 Configuring Client Services Configure DNS name resolution Configure dial-up network access using PPP Understand.
Mail Server Setup MAIL SERVER SETUP.
1 Web Server Administration Chapter 8 Providing Services.
1 Application Layer Lecture 5 Imran Ahmed University of Management & Technology.
Backup Local Online For secure offsite storage of your , and making it available from any computer or smart phone. Backup accessed with.
Mail Server Three major components MTA MUA MDA Mail Transfer Agent
Mail Services.
The Linux Operating System Lecture 7: Tonga Institute of Higher Education.
1 Computer Communication & Networks Lecture 27 Application Layer: Electronic mail and FTP Waleed.
© 2010 Computer Science Faculty, Kabul University ELECTRONICE MAIL CONTINUED… 6 TH LECTURE 9, May, 2010 Baseer Ahmad Baheer.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
IST346 – Servies Agenda  What is ?  Policies  The technical side of  Components  Protocols  architecture  Security.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
CSIE 1 Filtering mail Speaker: Chung yu Wu Adviser: Quincy Wu Date: 2005/12/07.
TCP/IP Protocol Suite 1 Chapter 20 Upon completion you will be able to: Electronic Mail: SMTP, POP, and IMAP Understand four configurations of architecture.
Computer Networks26-1 Chapter 26. Remote Logging, Electronic Mail and File Transfer.
BY SAGAR SINHA SAPTARSHI BAKSHI SARTHAK JAIN SHAILZA CHAUDHARY
1 Using Messages sent from machine to machine and stored for later reading. You will use a client to read –Type mail or pine in UNIX to read.
(or ?) Short for Electronic Mail The transmission of messages over networks.
Mail Service Mail Service using Postfix Campus-Booster ID : **XXXXX
Strategies and Google Voice Lake County Area Computer Enthusiasts Characteristics of the 2 types: Webmail Local Client Basic etiquette Google.
and its Protocols Hina Patel TCM
1 Electronic Messaging Module - Electronic Messaging ♦ Overview Electronic messaging helps you exchange messages with other computer users anywhere in.
Thornbury U3A Computer Club – Mike Farquhar July 2014.
Concepts  messages are passed through the internet by using a protocol called simple mail transfer protocol.  The incoming messages are.
1 COP 4343 Unix System Administration Unit 14: – send and receive mail – mail filtering – mail server – mailing lists.
NetTech Solutions Microsoft Outlook and Outlook Express Lesson Four.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
  is a system of electronic communication that allows the user to exchange messages over the internet  Everyone’s address is unique  Two.
A Quick Look At How Works Understanding the basics of how works can make life a lot easier for any user. Especially those who are interested.
XP New Perspectives on Microsoft Windows XP Tutorial 5 1 Microsoft Windows XP Bringing the World Wide Web to the Desktop Tutorial 5.
CITA 310 Section 6 Providing Services (Textbook Chapter 8)
Linux Operations and Administration Chapter Twelve Configuring a Mail Server.
Small Business Server 2003 Linux Small Business Server versus Linux functionality.
By Toby Reed.
26.1 Electronic Mail Sending/Receiving Mail Addresses User Agent MIME Mail Transfer Agent Mail Access Protocols.
Microsoft Virtual Academy Talbott Crowell | Chief Architect, ThirdM.com Rob Latino | Program Manager in Office 365 Support, Microsoft.
Week-2 (Lecture-1) An electronic message sent from one computer to another. contains account i.e. How does.
@Yuan Xue A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their.
– Protocols 21 – Protocols 21. – Protocols 21 Now we’ll move on to more technical aspects of This means protocols Remember.
101 Derek Carter
how to configure Gmail account in MS Outlook 2010 account?
Mail Server Mail is just a message in any form sends from sender to receiver. Mail Server is a computerized system that is equivalent to virtual post office.
Contents Spelling Origin of Operation Message Format
concepts & protocols
` ` Alice’s Mail Provider Bob’s Mail Provider Architecture Mary
Networking Applications
SMTP SMTP stands for Simple Mail Transfer Protocol. SMTP is used when is delivered from an client, such as Outlook Express, to an server.
SMTP SMTP stands for Simple Mail Transfer Protocol. SMTP is used when is delivered from an client, such as Outlook Express, to an server.
Protocols and networks in the TCP/IP model initially.
CIW Lesson 7 Part A Name: _______________________________________
CIT 383: Administrative Scripting
has many aspects that work together to give people almost instant communication from any computer on the internet to any other computer There.
Protocols 2 Key Revision Points.
Unit – 4 Chap - 2 Mail Delivery System
 Zone in name space  DNS IN THE INTERNET  Generic domains :There are fourteen generic domains, each specifying an organization type.
Presentation transcript:

Webmail

Agenda Why use webmail? Why use webmail? What is webmail What is webmail – basic » system MDA MDA MTA MTA MUA MUA »Protocol SMTP SMTP POP3 POP3 IMAP IMAP

Agenda –Webmail system »structure »Vs system »Example TWIG, Squirr Demo Demo

Why use webmail? Common interface Common interface –Resources for training are little Machine independent Machine independent –Only browser is needed

Why use webmail? Mobility and easy to use Mobility and easy to use –Can use any place that connect internet –Only need a browser and a account –No setting needed

system MDA ( Mail Delivery Agent) MDA ( Mail Delivery Agent) concentrate on delivering mail to local users »Just like what postman do e.g. Binmail, Procmail

system MTA ( Mail Transfer Agent) MTA ( Mail Transfer Agent) determines destination of recipient address and transfer the mail » just like the post office e.g. sendmail, qmail, Postfix

system MUA ( Mail User Agent ) 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 basic basic – system Workstation MUA Mail Server MTA database Mail Server MTA database MDA Workstation MUA POP3/IMAP SMTP

Protocol SMTP ( Simple Mail Transfer Protocol) SMTP ( Simple Mail Transfer Protocol) –Protocol used in MTA –Developed for transferring messages across Internet between MTA servers.

Protocol POP3 (Post Office 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) 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) IMAP(Interactive Mail Access Protocol) –Messages keep in mail server -> can access in different workstation –Disk space must be watched

Webmail system Structure Structure Web server Mail Server Workstation Webmail client browser MUA database MTA

Webmail system Vs system Vs system –Only need a web server, so no need to setup on workstation

Webmail system Example TWIG, Squirr Example TWIG, Squirr

Demo