git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix include_directory in redirect routers. Bug 2715
[exim.git]
/
test
/
confs
/
0134
diff --git
a/test/confs/0134
b/test/confs/0134
index 08519f38d8acf4ec09265b7a54f8b71500642ec5..3376f05f3d14663326325e94f6234e9f17af9252 100644
(file)
--- a/
test/confs/0134
+++ b/
test/confs/0134
@@
-1,11
+1,7
@@
# Exim test configuration 0134
# Exim test configuration 0134
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
# ----- Main settings -----
@@
-49,6
+45,14
@@
smartuser:
retry_use_local_part
transport = appendfile
retry_use_local_part
transport = appendfile
+smartuser_direct:
+ driver = accept
+ domains = test.ex
+ headers_add = "smartuser: dd=$domain_data lpd=$local_part_data"
+ local_parts = DIR/aux-fixed/TESTNUM.listL
+ retry_use_local_part
+ transport = directfile
+
default2:
driver = accept
headers_add = router: defaulted
default2:
driver = accept
headers_add = router: defaulted
@@
-75,6
+79,13
@@
appendfile:
${if eq {$local_part}{userx}{lc-userx}{\
$local_part}}}}}}
${if eq {$local_part}{userx}{lc-userx}{\
$local_part}}}}}}
+directfile:
+ driver = appendfile
+ user = CALLER
+ headers_add = "domain_data: $domain_data\n\
+ local_part_data: $local_part_data"
+ file = DIR/test-mail/directfile
+
pipe:
driver = pipe
command = /bin/sh -c "echo $local_part $domain >DIR/test-mail/$local_part"
pipe:
driver = pipe
command = /bin/sh -c "echo $local_part $domain >DIR/test-mail/$local_part"