From 36a3ae5f08725242b1fb4dfecc5617cc9c3e971b Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sat, 2 Jun 2012 09:10:44 -0400 Subject: DSCP: document; hex print; -bI:dscp --- doc/doc-txt/ChangeLog | 2 ++ doc/doc-txt/NewStuff | 5 +++++ doc/doc-txt/OptionLists.txt | 1 + 3 files changed, 8 insertions(+) (limited to 'doc/doc-txt') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 34f940592..1e8063bf3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -16,6 +16,8 @@ PP/04 First step towards DNSSEC, provide $sender_host_dnssec for $sender_host_name and config options to manage this, and basic check routines. +PP/05 DSCP support for outbound connections. + Exim version 4.80 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 093feee72..2aaf56232 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -39,6 +39,11 @@ Version 4.81 Current status: work-in-progress; $sender_host_dnssec variable added. + 5. DSCP support for outbound connections: on a transport using the smtp driver, + set "dscp = ef", for instance, to cause the connections to have the relevant + DSCP (IPv4 TOS or IPv6 TCLASS) value in the header. Supported values depend + upon system libraries. "exim -bI:dscp" to list the ones Exim knows of. + Version 4.80 ------------ diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 20d8dbdc5..1c7881e76 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -187,6 +187,7 @@ driver string unset authenticator unset routers 4.00 unset transports drop_cr boolean false main 4.00 became a no-op in 4.21 +dscp string unset smtp 4.81 dsn_from string* + main 4.67 envelope_to_add boolean false transports envelope_to_remove boolean true main -- cgit v1.2.3