X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0d2e392e281e96d9f9f2f3dd438affe3f2563c57..b0a1badb37b57932cde9786cc3b6a36af7df16ce:/test/confs/0137 diff --git a/test/confs/0137 b/test/confs/0137 index faab263aa..c12709698 100644 --- a/test/confs/0137 +++ b/test/confs/0137 @@ -30,14 +30,16 @@ begin transports local_delivery: driver = appendfile - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_interval = 1s lock_retries = 2 user = CALLER local_delivery_fcntl: driver = appendfile - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_interval = 1s lock_retries = 2 no_use_lockfile @@ -45,7 +47,8 @@ local_delivery_fcntl: local_delivery_fcntl_blocking: driver = appendfile - file = DIR/test-mail/${bless:$local_part} + file = DIR/test-mail/$local_part + create_file = DIR/test-mail lock_fcntl_timeout = 2s lock_interval = 1s lock_retries = 2