Simple Mail Transfer Protocol extension for Message Transfer Priorities
draft-melnikov-smtp-priority-14
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual in app area)
|
|
Authors |
|
Alexey Melnikov
,
Ken Carlberg
|
|
Last updated |
|
2012-05-28
(latest revision 2012-05-25)
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
(None)
|
|
Document shepherd |
|
None
|
IESG |
IESG state |
|
Waiting for AD Go-Ahead
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Pete Resnick
|
|
Send notices to |
|
alexey.melnikov@isode.com, carlberg@g11.org.uk, draft-melnikov-smtp-priority@tools.ietf.org, barryleiba@computer.org
|
Network Working Group A. Melnikov
Internet-Draft Isode Ltd
Intended status: Standards Track K. Carlberg
Expires: November 25, 2012 G11
May 24, 2012
Simple Mail Transfer Protocol extension for Message Transfer Priorities
draft-melnikov-smtp-priority-14
Abstract
This memo defines an extension to the SMTP (Simple Mail Transfer
Protocol) service whereby messages are sent with a priority to enable
receivers to take this into account for onward processing, with the
general goal of processing and/or transferring higher priority
messages first.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on November 25, 2012.
Copyright Notice
Copyright (c) 2012 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
Melnikov & Carlberg Expires November 25, 2012 [Page 1]
Internet-Draft Message Transfer Priority SMTP Extension May 2012
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Conventions Used in This Document . . . . . . . . . . . . . . 3
3. Definition of the Priority SMTP Extension . . . . . . . . . . 3
4. Handling of messages received via SMTP . . . . . . . . . . . . 4
4.1. Handling of the MT-PRIORITY parameter by the receiving
SMTP server . . . . . . . . . . . . . . . . . . . . . . . 4
4.2. Relay of messages to other conforming SMTP servers . . . . 5
4.3. Relay of messages to non-conforming SMTP servers . . . . . 6
4.4. Mailing lists and Aliases . . . . . . . . . . . . . . . . 6
4.5. Gatewaying a message into a foreign environment . . . . . 6
4.6. Interaction with DSN SMTP Extension . . . . . . . . . . . 6
5. The Priority Service Extension . . . . . . . . . . . . . . . . 7
5.1. Expedited Transfer . . . . . . . . . . . . . . . . . . . . 8
5.2. Timely Delivery . . . . . . . . . . . . . . . . . . . . . 9
6. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
7. Example . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
8. Deployment Considerations . . . . . . . . . . . . . . . . . . 10
9. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 11
10. Security Considerations . . . . . . . . . . . . . . . . . . . 12
11. References . . . . . . . . . . . . . . . . . . . . . . . . . . 13
11.1. Normative References . . . . . . . . . . . . . . . . . . . 13
11.2. Informative References . . . . . . . . . . . . . . . . . . 14
Appendix A. Mapping of MT-PRIORITY parameter values for
Military Messaging . . . . . . . . . . . . . . . . . 15
Appendix B. Mapping of MT-PRIORITY parameter values for MIXER . . 15
Appendix C. Mapping of National Security / Emergency
Preparedness (NS/EP) Values . . . . . . . . . . . . . 16
Appendix D. Two possible implementation strategies . . . . . . . 17
D.1. Probability . . . . . . . . . . . . . . . . . . . . . . . 17
D.2. Preemption of sessions or transactions . . . . . . . . . . 17
D.3. Resource Allocation Models . . . . . . . . . . . . . . . . 18
Appendix E. Acknowledgements . . . . . . . . . . . . . . . . . . 18
Melnikov & Carlberg Expires November 25, 2012 [Page 2]
Internet-Draft Message Transfer Priority SMTP Extension May 2012
1. Introduction
Where resources for switching or transfer of messages are constrained
Show full document text