diff options
author | Heiko Schlittermann <hs+exim@schlittermann.de> | 2014-03-16 22:29:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-16 22:39:40 +0000 |
commit | 6681531ad79b73f4e811037481a0055ace41e46d (patch) | |
tree | 7e433a1963dab4f4cef8f1c3d3be52a45ce5a5cf /doc | |
parent | 511a6c14924b5e931d67c4257ee7592dcc6ef49e (diff) |
Enforce that only smtp transports can be used for verify callouts. Bug 1445
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 2b055c3e9..c412c1e16 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -29039,6 +29039,7 @@ router that does not set up hosts routes to an &(smtp)& transport with a &%hosts%& setting, the transport's hosts are used. If an &(smtp)& transport has &%hosts_override%& set, its hosts are always used, whether or not the router supplies a host list. +Callouts are only supported on &(smtp)& transports. The port that is used is taken from the transport, if it is specified and is a remote transport. (For routers that do verification only, no transport need be |