diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-04 14:54:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-05 13:18:45 +0100 |
commit | ff5929e3b91747e2ecb600711d17a7d0e21749ad (patch) | |
tree | 282e53de3b3706296c00a94917626f3dab052c38 /test/confs | |
parent | 3e4baf04df1783842277f95a2bd9e09205eba265 (diff) |
Cutthrough: option to reflect 4xx errors from target to initiator
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5400 | 11 | ||||
l--------- | test/confs/5405 | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/test/confs/5400 b/test/confs/5400 index f87f985fd..9be13fea6 100644 --- a/test/confs/5400 +++ b/test/confs/5400 @@ -1,10 +1,17 @@ # Exim test configuration 5400 +# any options on the cutthrough_delivery contol +CONTROL= + +# optional verify-callout +OPT= + .include DIR/aux-var/std_conf_prefix primary_hostname = myhost.test.ex log_selector = +received_recipients +queue_only # ----- Main settings ----- @@ -18,7 +25,9 @@ acl_smtp_rcpt = ar begin acl ar: - accept control = cutthrough_delivery + accept + control = cutthrough_deliveryCONTROL + OPT logwrite = rcpt for $local_part@$domain # ----- Routers ----- diff --git a/test/confs/5405 b/test/confs/5405 new file mode 120000 index 000000000..8f6811b7e --- /dev/null +++ b/test/confs/5405 @@ -0,0 +1 @@ +5400
\ No newline at end of file |