📄 abstract
字号:
Here it is, on the fly..... SENDMAIL -- An Internetwork Mail RouterRouting mail through a heterogenous internet presents many newproblems. Among the worst of these is that of address mapping.Historically, this has been handled on an ad hoc basis. However,this approach has become unmanageable as internets grow.Sendmail acts a unified "post office" to which all mail can besubmitted. Address interpretation is controlled by a productionsystem, which can parse both domain-based addressing and old-stylead hoc addresses. Mail is then dispatched to an outgoing mailer.This system can expand trivially. The production system is powerfulenough to rewrite addresses in the message header to conform to thestandards of a number of common target networks, including old(NCP/RFC733) Arpanet, new (TCP/RFC822) Arpanet, UUCP, and Phonenet.Sendmail is not intended to perform user interface functions orfinal delivery. Sendmail also implements an SMTP server, messagequeueing, and aliasing.This is approach is unique in that it allows external compatibilitywith the old practices, and tries to make the mail system conform tothe user instead of the other way around. Although sendmail is notintended to circumvent new standards, it is intended to make thetransition less painful. Sendmail does require certain base-levelstandards on target mailers such as the basic semantics of certainheaders and the surface syntax of messages. New mailers can be addedtrivially; for example, a Purduenet channel was brought up in twentyminutes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -