diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-08 14:44:36 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-08 14:44:36 -0700 |
commit | 9ee44efbe7474892e931cd517195cb690e765ab6 (patch) | |
tree | bea87558b1ccff8a00473bb5c9ed7a453a8f6d1c /doc/doc-txt/NewStuff | |
parent | 5b4569757c6dc749c250f065705f65c938bffb2e (diff) |
inetd wait mode support with -bw
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 1c8190597..432bbd220 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -62,6 +62,12 @@ Version 4.78 Those who disagree, or know that they are talking to mail servers that, even today, are not 8-bit clean, need to turn off this option. + 9. Exim can now be started with -bw (with an optional timeout, given as + -bw<timespec>). With this, stdin at startup is a socket that is + already listening for connections. This has a more modern name of + "socket activation", but forcing the activated socket to fd 0. We're + interested in adding more support for modern variants. + Version 4.77 ------------ |