diff options
Diffstat (limited to 'test/confs/5003')
-rw-r--r-- | test/confs/5003 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/confs/5003 b/test/confs/5003 index 5aa96819f..76c0149b8 100644 --- a/test/confs/5003 +++ b/test/confs/5003 @@ -24,14 +24,16 @@ begin transports local_delivery: driver = appendfile - directory = DIR/test-mail/${bless:$local_part} + directory = DIR/test-mail/$local_part + create_file = DIR/test-mail maildir_format quota = 1.5K user = CALLER local_delivery2: driver = appendfile - directory = DIR/test-mail/${bless:$local_part}/ + directory = DIR/test-mail/$local_part + create_file = DIR/test-mail maildir_format quota = 1.5K user = CALLER |