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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0237
diff --git
a/test/confs/0237
b/test/confs/0237
index a70f84f4d62f39e2e7efa3fadc9becd3a364fb51..31d6c4bcda95b45ffa6ac34f4d2cb1980dcb5a90 100644
(file)
--- a/
test/confs/0237
+++ b/
test/confs/0237
@@
-1,12
+1,7
@@
# Exim test configuration 0237
# Exim test configuration 0237
-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
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
# ----- Main settings -----
# ----- Main settings -----
@@
-27,10
+22,14
@@
bounces:
notallowed:
driver = redirect
notallowed:
driver = redirect
+ domains = no.test.ex
allow_defer
caseful_local_part
allow_defer
caseful_local_part
- data = $local_part
- domains = no.test.ex
+ data = ${extract {$local_part} \
+ { file1=/a/b/c \
+ pipe1=|/p/q/r \
+ file2=DIR/test-mail/file \
+ pipe2=|DIR/aux-fixed/showenv}}
forbid_file
forbid_pipe
hide_child_in_errmsg
forbid_file
forbid_pipe
hide_child_in_errmsg
@@
-40,7
+39,11
@@
allowed:
driver = redirect
allow_defer
caseful_local_part
driver = redirect
allow_defer
caseful_local_part
- data = $local_part
+ data = ${extract {$local_part} \
+ { file1=/a/b/c \
+ pipe1=|/p/q/r \
+ file2=DIR/test-mail/file \
+ pipe2=|DIR/aux-fixed/showenv}}
file_transport = address_file
hide_child_in_errmsg
pipe_transport = address_pipe
file_transport = address_file
hide_child_in_errmsg
pipe_transport = address_pipe
@@
-55,6
+58,7
@@
begin transports
local_delivery:
driver = appendfile
file = DIR/test-mail/$local_part
local_delivery:
driver = appendfile
file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
user = CALLER
address_file:
user = CALLER
address_file: