X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/ccf76d8427e338b92e89971454ebf4ea57ad750f..e4666f2d8c607d476be779304b6b307377accf3f:/vhost.m4 diff --git a/vhost.m4 b/vhost.m4 index b4cfb01..41bc715 100644 --- a/vhost.m4 +++ b/vhost.m4 @@ -40,7 +40,8 @@ m4_define(<:VHOST_USER:>, SECTION(routers, route)m4_dnl ## If we're a front-end for some other domain, or we have special information -## about the domain, then pass stuff along as instructed. +## about the domain, then pass stuff along as instructed. The hack for the +## `transport' is very nasty; see the commentary for `smtp'. virtual_route: driver = manualroute self = fail @@ -48,7 +49,7 @@ virtual_route: condition = DOMKV(route, {true}{false}) route_data = <;DOMKV(route) same_domain_copy_routing = true - transport = smtp + transport = DOMKV(tls-min-dh-bits, {smtp_dhbits_$value}{smtp}) no_more SECTION(routers, virtual)m4_dnl