Document 7921325

Download Report

Transcript Document 7921325

Module 9
Managing Email Routing
1
Configuring MX Records

MX records in DNS instruct mail servers where
to direct email messages
example.com
example.com
example.com
IN
IN
IN
MX
MX
MX
10
20
30
elm.example.com.
spruce.example.com.
oak.example.com.
domain name
class
type
preference
hostname
2
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
3
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
4