diff options
author | Phil Pennock <pdp@exim.org> | 2012-06-02 09:10:44 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-06-02 09:10:44 -0400 |
commit | 36a3ae5f08725242b1fb4dfecc5617cc9c3e971b (patch) | |
tree | 2e84f1bbab7081f841c413c3e4b6021c6d096e51 /doc/doc-txt/NewStuff | |
parent | 9e4f596276eaa20045bdeb4bee2bf31438bfa0d3 (diff) |
DSCP: document; hex print; -bI:dscp
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 5 insertions, 0 deletions
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 ------------ |