Managing Email Routing Module 9 In this module we will look at the techniques required to ensure that email messages are delivered to their intended destinations.

Slides:



Advertisements
Similar presentations
CCNA – Network Fundamentals
Advertisements

CCNA2 Module 4. Discovering and Connecting to Neighbors Enable and disable CDP Use the show cdp neighbors command Determine which neighboring devices.
DHCP Dynamic Host Configuration Part 7 NVCC Professional Development TCP/IP.
Domain Name System. DNS is a client/server protocol which provides Name to IP Address Resolution.
TA : Eng.Hala O. Abu Radi.. Nslookup Command SYNOPSIS nslookup [-option... ] [host-to-find | -[server ] ] DESCRIPTION Nslookup is a program to query Internet.
Hussain Ali Department of Computer Engineering KFUPM, Dhahran, Saudi Arabia Microsoft Networking.
Domain Name Server © N. Ganesan, Ph.D.. Reference.
WebReport/400 TCP/IP Configuration Presented by Kisco Information Systems.
Message Trace Office 365 May 2013.
Hosted Exchange The purpose of this Startup Guide is to familiarize you with ExchangeDefender's Exchange and SharePoint Hosting. ExchangeDefender.
Got DNS? A review of Domain Name Services and how it impacts website developers. By Jason Baker Digital North.
SMTP PROTOCOL CONFIGURATION AND MANAGEMENT Chapter 8.
1 北區機房 IP 維運處暨 IDC 維運組 鄭任峰 郵件系統維運 課程 : Sendmail 與 postfix 的設定與比較 北區機房 IP 維運處暨 IDC 維運組 鄭任峰.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
思科网络技术学院理事会. 1 Application Layer Functionality and Protocols Network Fundamentals – Chapter 3.
DNS Related Commands Sayed Ahmed Computer Engineering, BUET, Bangladesh (Graduated on 2001 ) MSc, Computer Science, U of Manitoba, Canada
DNS & SPAM SHAREPOINT 2010 IT:NETWORK:APPLICATIONS.
Configuring DNS and DHCP Chapter 20 powered by DJ 1.
Deploying a Web Application Presented By: Muhammad Naveed Date:
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
Module 5 Managing Message Transport. Module Overview Overview of Message Transport Configuring Message Transport.
Module 7: Managing Message Transport. Overview Introduction to Message Transport Implementing Message Transport.
Data Communications and Networks Chapter 5 – Network Services DNS, DHCP, FTP and SMTP ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
Module 5 Planning and Deploying Message Transport in Microsoft® Exchange Server 2010.
MAIL ROUTING AND THE DOMAIN SYSTEM 指導教授:梁德昭博士 報告學生:蕭有廷 報告日期: 11 月 30 日.
DNS DNS overview DNS operation DNS zones. DNS Overview Name to IP address lookup service based on Domain Names Some DNS servers hold name and address.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Application Layer Functionality and Protocols.
Linux Operations and Administration Chapter Twelve Configuring a Mail Server.
OPTION section It is the first section of the named.conf User can use only one option statement and many option-value pair under the section. Syntax is.
© MMII JW RyderCS 428 Computer Networks1 Electronic Mail  822, SMTP, MIME, POP  Most widely used application service  Sometimes only way a person ever.
concepts & protocols
Dynamic Host Configuration Protocol
Instructor Materials Chapter 8: DHCP
Chapter Overview Understanding Windows Name Resolution Using WINS.
Instructor Materials Chapter 10: Application Layer
Lab #1 ,Ipconfig & ping commands
Module 8: Networking Services
Module 5: Resolving Host Names by Using Domain Name System (DNS)
CCNA Routing and Switching Routing and Switching Essentials v6.0
Network Tools and Utilities
Linux Ubuntu Network Commands 3 A.S.
LINUX ADMINISTRATION 1
Forwarding and Routing IP Packets
Chapter 6 – Routing.
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
Chapter 2: Static Routing
Introduction to Networking
Chapter 10: Application Layer
Chapter 9 Objectives Understand TCP/IP Protocol.
How to resolve the not working issue of Yahoo mail?
Exact Microsoft Exam Dumps Real Exam Questions Answers
IIS.
Chapter 2: Static Routing
Routing and Switching Essentials v6.0
Chapter 10: Device Discovery, Management, and Maintenance
FootPrinting CS391.
has many aspects that work together to give people almost instant communication from any computer on the internet to any other computer There.
Examining IP Addressing
DNS and DHCP Configuration
Allocating IP Addressing by Using Dynamic Host Configuration Protocol
Overview Multimedia: The Role of DHCP in the Network Infrastructure
Unit – 4 Chap - 2 Mail Delivery System
Module 12 Network Configuration
COMPUTER NETWORKS PRESENTATION
Configuring Cisco 2650 Router By John Teissonniere Manny Jacome
Windows Name Resolution
Computer Networks Protocols
Data Communications and Networks
Presentation transcript:

Managing Email Routing Module 9 In this module we will look at the techniques required to ensure that email messages are delivered to their intended destinations. After completing this modules, students will be able to: Explain DNS’s role in mail services Explain what an MX record is Specify what MX record(s) a domain needs Prioritize mail servers Discover the mail servers for another domain Configure a relay host Managing Email Routing

Configuring MX Records MX records in DNS instruct mail servers where to direct email messages example.com IN MX 10 elm.example.com. example.com IN MX 20 spruce.example.com. example.com IN MX 30 oak.example.com. Properly configuring your domain’s MX records in DNS is essential to inform other mail servers where to send messages destined for your domain. One of the fields in an MX record is the preference. In environments in which there is more than one mail server, the preference value is used to indicate the order in which the mail servers should be chosen. The highest priority is 0. When a remote mail server sends a message to your domain, it is given all of your domain’s MX records. The remote mail server selects the highest priority host (i.e. your mail server with the lowest preference value). If the remote mail server cannot deliver to that mail server, the remote mail server tries the next highest priority host. If that fails, the remote mail server continues to try the next highest priority hosts base on your domain’s MX records until it is able to deliver the message. domain name class type preference hostname

Specify “set querytype=MX” Querying MX Records When debugging problems exchanging email with other domains, query MX records Use nslookup(1) Specify “set querytype=MX” 1 2 3 4 If problems occur when exchanging email with other domains, the nslookup(1) command can be used to determine the name and IP address(es) of a domain’s mail server(s). In the example nslookup(TC) output above, By default, nslookup(TC) queries for A records. Here we indicate that we want to search for MX (mail exchanger) records by typing set querytype=MX. We type the name of the domain whose mail servers we are querying for. The command responds with the name and preference (a.k.a. priority) of each mail server in the example.net domain. The command responds with the IP address of each mail server in the example.net domain.

Configuring a Relay Host A relay host enables email delivery to be centralized In main.cf: relay_host = oak.example.com or relay_host = 192.168.1.17 In environments where administrators wish to centralize mail delivery, a relay host can be configured. Configuring a relay host involves setting $relay_host in /opt/insight/etc/postfix/main.cf. $relay_host can be set to the name or the IP address of the gateway mail server. After configuring $relay_host, run postfix reload.