Mail Server Setup MAIL SERVER SETUP.

Slides:



Advertisements
Similar presentations
Internet Applications INTERNET APPLICATIONS. Internet Applications Domain Name Service Proxy Service Mail Service Web Service.
Advertisements

The Application Layer Chapter 7. Where are we now?
Computer Networks An Overview. A Computer Network!
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Internet and World Wide Web Technologies E-commerce Book Chapter 3 pages Concentrate on
TCP/IP Support Protocols. ICMP ARP Can’t deliver IP packet to ethernet NIC without the ethernet address Runs over datalink.
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.
DNS Setup DNS CONFIGURATION. DNS Configuration DNS Setup named daemon is used A DNS Server may be caching/master/slave server The named.ca file has information.
POP Configuration Microsoft Outlook Express 6.x.
中華技術學院 Linux 課程 中華技術學院 Linux 課程 Chap Four : Mail 王俊城RHCE/RHCX.
POP Configuration Microsoft Outlook What is POP? Short for Post Office Protocol, a protocol used to retrieve from a mail server. Most.
Linux System Administration LINUX SYSTEM ADMINISTRATION.
1 Message Routing Administration Routing Group Planning Connecting Routing Groups Link Status Information.
1 Web Server Administration Chapter 8 Providing Services.
PC Maintenance: Preparing for A+ Certification Chapter 25: The Internet.
Mail Server Three major components MTA MUA MDA Mail Transfer Agent
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.
Internet-Based Client Access
 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.
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.
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.
BY SAGAR SINHA SAPTARSHI BAKSHI SARTHAK JAIN SHAILZA CHAUDHARY
CPT 499 Internet Skills for Educators Electronic Mail Session Five.
INSTALLING MICROSOFT EXCHANGE SERVER 2003 CLUSTERS AND FRONT-END AND BACK ‑ END SERVERS Chapter 4.
Recovery-Oriented Computing User Study Training Materials October 2003.
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.
Configuring Linux Mail Servers Objectives –This chapter will show you how to install and use Mailservers Contents –An Overview Of How Sendmail Works –Sendmail.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Postfix Mail Server Postfix is used frequently and handle thousands of messages. compatible with sendmail at command level. high performance program easier-
1 Electronic Messaging Module - Electronic Messaging ♦ Overview Electronic messaging helps you exchange messages with other computer users anywhere in.
The Internet The internet is simply a worldwide computer network that uses standardised communication protocols to transmit and exchange data.
Proxy Server PROXY SERVER. What is a Web Proxy? Proxy Server A proxy is a host which relays web access requests from clients Used when clients do not.
1 COP 4343 Unix System Administration Unit 14: – send and receive mail – mail filtering – mail server – mailing lists.
1 E- Mail. 2 Electronic Mail ( ) is simply a means of sending messages via computer Business is using more and fax To access you must.
INTERNET PROTOCOLS. Microsoft’s Internet Information Server Home Page Figure IT2031 UNIT-3.
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.
CS440 Computer Networks 1 Neil Tang 12/01/2008.
Linux Operations and Administration Chapter Twelve Configuring a Mail Server.
Small Business Server 2003 Linux Small Business Server versus Linux functionality.
Peer to peer networks. Peer to peer is when digital devices communicate wirelessly with each others without the need for a transmitter. Wi-Fi Direct 1-
Computer Network Architecture Lecture 6: OSI Model Layers Examples 1 20/12/2012.
TCP/IP Protocol Suite ©Richard L. Goldman September 25, 2002.
– Protocols 21 – Protocols 21. – Protocols 21 Now we’ll move on to more technical aspects of This means protocols Remember.
By: Derek Ton & Alex Pappas.  Most frequently used internet service that you will manage as network administrator.  You need to understand how they.
Application Layer instructors at St. Clair College in Windsor, Ontario for their slides. Special thanks to instructors at St. Clair College in Windsor,
101 Derek Carter
Understanding POP3 / IMAP Created by : Ashish Shah, J. M. Patel College of Commerce 1.
Linux Systems Administration
` ` Alice’s Mail Provider Bob’s Mail Provider Architecture Mary
APPLICATION LAYER BY, Parthasarathy.g.
Network Programming 10- SMTP-POP3
3.1 Types of Servers.
Application layer tcp/ip
3.1 Types of Servers.
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
Chapter 10: Application Layer
14-мавзу. Cookie, сеанс, FTP и технологиялари
CompTIA Server+ Certification (Exam SK0-004)
Simple Mail Transfer Protocol
has many aspects that work together to give people almost instant communication from any computer on the internet to any other computer There.
LINUX SYSTEM ADMINISTRATION
Protocols 2 Key Revision Points.
Introduction to Client/Server Computing
INTERNET APPLICATIONS
 Zone in name space  DNS IN THE INTERNET  Generic domains :There are fourteen generic domains, each specifying an organization type.
Presentation transcript:

Mail Server Setup MAIL SERVER SETUP

Mail Server Setup Mail Architecture Internet Mail Server Mail Server

Mail Server Setup Mail Architecture

Mail Architecture Mail Server Setup Simple Mail Transfer Protocol (SMTP) is used to transfer mail between Mail Servers over Internet Post Office Protocol (PoP) and Internet Message Access Protocol (IMAP) is used between Client and Mail Server to retrieve mails

Sendmail Configuration Mail Server Setup Sendmail Configuration Daemon: sendmail Configuration File: /etc/mail/sendmail.mc Edit the following lines LOCAL_DOMAIN(`localhost.localdomain')dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl Run “make –C /etc/mail” command to compile sendmail.mc and generate sendmail.cf file. Restart sendmail and watch for errors

PoP & IMAP Server Mail Server Setup PoP3 & IMAP Server can be started using dovecot server (service dovecot restart).

Linux Router Setup LINUX ROUTER

Linux Router Install two Network Cards Linux Router Setup Linux Router Install two Network Cards Configure the two network cards to belong to two networks Edit the following line in /etc/sysctl.conf and reboot net.ipv4.ip_forward=1 (The default value is 0)