UNIT 10 - Email - SMTP Flashcards

1
Q

What is the difference between SMTP and ESMTP?

A

SMTP is Simple Mail Transport Protocol.

ESMTP is Enhanced/Extended Simple Mail Transport Protocol.

SMTP can only send simple mails where as ESMTP can send more complex emails like those that have attachments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the function of SMTP?

A

It is a protocol used to transport emails from a source to a destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What makes up a ‘Message Envelope’?

A
  • From Address

- To Address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What makes up the ‘Email Header’?

A
  • To Address
  • From Address
  • Other info found in DATA command (Time, subject, e.tc.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Must the email addresses in the ‘Message Envelope’ and ‘Email Header’ be the same?

A

No they can be different.

This is useful for group emailing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Can the final recipient see the contents of ‘Message Envelope’? Explain what information they can see.

A

No they can not.

However they can see the header information which will show all the different machines the email has passed through to get to them.

This can display info such as, time of each hop, machine name, machine IP, username and version number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What happens if there does not exist an MX record for a specific domain?

A

It searches for an A record instead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the three services in Linux Emails?

A
  • MUA - Mail User Agent
  • MTA - Mail Transfer Agent
  • MDA - Mail Delivery Agent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is MUA? And what are examples of this?

A
  • The email ‘client’
  • Used to read and send emails.
  • Email received are collated into a mail box
  • Emails that will be sent are passed to MTA.
  • Examples include, ‘Pine’, ‘Mutt’, and ‘Mail’.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is MTA? And what are examples of this?

A
  • Equivalent of an ‘IP router’
  • Takes messages from other MTA’s or MUA’s and passes them to other MTA’s or MDA’s.
  • It adds own info with each hop
  • Examples include, ‘qmail’, ‘sendmail’ and ‘postfix’.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is MDA? What are local and network examples of this?

A
  • Takes message from MTA and passes it to final user or another MTA
  • Holds delivered message until MUA has read it.
  • Example for local: Procmail and mail
  • Example for network: sendmail.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly