Describe the software and protocols used when Max sends an email to Sam on a remote Linux system.
What will be an ideal response?
One possible answer of many:
a. Max’s MUA passes the email to sendmail.
b. The sendmail daemon uses SMTP to deliver the email to the instance of
sendmail on Sam’s system.
c. On Sam’s system, sendmail passes the email to the local MDA (procmail).
d. The MDA stores the email in Sam’s file in the mail spool directory.
e. Sam’s MUA retrieves the email from the mail spool directory.
You might also like to view...
Any Java type can be used as the return type of a non-void method.
Answer the following statement true (T) or false (F)
Enter the round.html text into a new Web page, then load the page in the browser to verify that it behaves as described.
Modify the page so that instead of rounding the number to one decimal place, it rounds to two decimal places. For example, the number 3.14159 would be rounded down to 3.14, whereas the number 5.986 would be rounded up to 5.99.